Why I Choose Delphi
111–120 of 307 posts
Re: Why I Choose Delphi
#112Earlier quoted context omitted.
We could have something like that if Web Components were actually a thing, but they are only properly supported on Chrome.
It's time we just make wasm render raster and vector graphics directly and throw the DOM away, i'm sick of it already.
There are already people playing with prototyping language runtimes into it.
Re: Why I Choose Delphi
#113Which are exactly the feelings I search for today when I'm researching frameworks and languages.
Re: Why I Choose Delphi
#114As someone who maintains an unknown but very large(several MLOC) free Pascal code base, I must say that I can't see much reason in the Pascal hate. Sure, I would love to rewrite the whole thing in Lisp (which is the language that lets me keep my soul), but we are all in all still very happy with the current code base. A complete recompile is less than 20 minutes, and then about half that time is spent in guile for ma…
Re: Why I Choose Delphi
#115Earlier quoted context omitted.
Nothing's wrong with C#. When it came, it was a "better Java" in many respects, and that was a niche that was desperately begging to be filled. Over the years, it became even better at it.
I'm sure there's nothing wrong with it. It's just me being old school and curmudgeonly - not really hot on runtimes and complex dependencies. Although of course, if I really need it, Nim will compile my wonderfull code to js. Otherwise just singe, compact, standalone executables for any platform I care to imagine. And yes, the language itself is a joy to code in. Which is opinion, not fact, I realize that.
Re: Why I Choose Delphi
#116Re: Why I Choose Delphi
#117Re: Why I Choose Delphi
#118Re: Why I Choose Delphi
#119Earlier quoted context omitted.
Delphi still has an advantage over .net - no dependencies, you can ship a single exe without worrying about dll's, which makes it great for sme's
You can ship it as a single executable if you statically linked midaslib. Most data processing needs that.
Re: Why I Choose Delphi
#120The IDE is just so far behind the competition. Crashing all the time an slow. Theming support ist very limited (to date). Delphi Code Insight ("Intellisense") is slow and sometimes just refuses to work and is generally not on par with other offerings. Error Insight (the wiggly red lines thing) is even worse. Delphi still uses a single pass compiler which makes for great compilation speed but seriously limits the lang…
I'm 100% with you. That's why I switched from Delphi IDE to Visual Studio Code with OmniPascal (www.omnipascal.com). It's much nicer to work in a state-of-the-art editor.