|
|
|
|
|
by KronisLV
1419 days ago
|
|
> As a user of Hacker News, I don't care that it's open-source, cross-platform or written in Lazarus. Any piece of software being open source is generally a good thing, since it's less likely that such projects might die off and disappear without someone (even yourself) being able to maintain them, or even add features/fix bugs. Being cross platform is also a great quality, especially since otherwise you might find yourself using different pieces of software on different OSes, which might be a bit cumbersome. For example, there is no Notepad++ on Linux (using Wine is a bit suboptimal) and so you might find yourself looking in the direction of something like Notepadqq, but obviously it might not give you 1:1 the same experience. That's not the case with something like Visual Studio Code, or even CudaText! And finally, it's always great to see Lazarus software, it's one of the nicer ways to create GUI software and largely sidesteps some of the framework related issues that other languages face, thanks to its lcl: https://en.wikipedia.org/wiki/Lazarus_Component_Library They actually have an entire gallery of software written with Lazarus/FreePascal and it's rather interesting to behold: https://wiki.freepascal.org/Projects_using_Free_Pascal |
|
Notepad Next, is a cross-platform reimplementation of Notepad++. https://github.com/dail8859/NotepadNext
> And finally, it's always great to see Lazarus software, it's one of the nicer ways to create GUI software and largely sidesteps some of the framework related issues that other languages face...
The insanity involved around hating on Object Pascal is just a damn shame. Other languages wish they had something like Lazarus or Delphi.
Lazarus is fantastic, for the desktop. And so are a lot of software projects created with Lazarus. The few gripes that I have with the project, is the very odd refusal to fully embrace mobile development.
They have a kind of half-way solution, for just Android and not iOS, from an independent developer not on the Lazarus team and who they seem to want to keep at an arm's length. I don't know if Embarcadero (Delphi) is paying them to not touch mobile development, but it's quite weird that they don't want to go in that very obvious direction. Lazarus as a complete solution for both the desktop and mobile, would have people shook. However, the clock is ticking, because there are a number of more comprehensive desktop and mobile development solutions coming. Lazarus should have and arguably could have come out with their combined solution years ago. But, as it is, they are great for the desktop. Nobody can take that away from them.