TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Programming with Lazarus, a Brief Introduction

23 pointsby sysrplabout 6 years ago

2 comments

AnIdiotOnTheNetabout 6 years ago
I&#x27;ve been playing around with Lazarus recently. It&#x27;s a pretty nice way to knock up a GUI, and it compiles to a single executable, which is great. Which makes it kind of ironic that Lazarus itself is such a giant pain to use as a portable application. The Windows installer is packaged in such a way as to make it a pain to extract without running it, and even then I had to resort to Cameyo to make it work reasonably. Seriously, if anyone from the project is reading this, can you put some effort toward making this not such a giant pain?<p>I&#x27;ve also discovered that I&#x27;m not really a fan of Free Pascal as a language. Particularly maddening is not being able to assign an intermediate value to a variable in order to make code more clear without first declaring it at the top of the procedure.<p>Overall though, I really like it.
评论 #19314894 未加载
评论 #19314769 未加载
评论 #19315496 未加载
neurotraceabout 6 years ago
Would it be wrong to say this is essentially a cross-platform implementation of WinForms? It reminds me of the workflow for WinForms.
评论 #19314815 未加载
评论 #19314756 未加载