Earlier quoted context omitted.
VCL was ported to linux in the "Kylix" product, for both Pascal and C++. It was non-free and didn't see any uptake really.
IIRC it wasn't VCL but another framework like VCL that was built on Qt. LCL (Lazarus' equivalent of VCL) took another approach where the base stuff are very Windows-y (due to the VCL heritage) but the backends have to essentially implement not only the backend-specific (Gtk, Qt, etc) widget functionality but also a small subset of the Windows API. While this makes porting harder for the Lazarus developers, it makes i…
IDEs we had 30 years ago and lost (2023)
561–570 of 607 posts
Re: IDEs we had 30 years ago and lost (2023)
#562Turbo Pascal was completely amazing. I remember resisting it for a long time, because IIRC it implemented non-standard Pascal. But the competitive tools were less powerful and far more expensive, (e.g. the Microsoft tools). And then I tried it, and was completely blown away. I no longer cared about the non-standard stuff. I had a fast intuitive IDE running on my original IBM PC. As for modern IDEs, Intellij has been…
Re: IDEs we had 30 years ago and lost (2023)
#563Turbo Pascal was completely amazing. I remember resisting it for a long time, because IIRC it implemented non-standard Pascal. But the competitive tools were less powerful and far more expensive, (e.g. the Microsoft tools). And then I tried it, and was completely blown away. I no longer cared about the non-standard stuff. I had a fast intuitive IDE running on my original IBM PC. As for modern IDEs, Intellij has been…
Re: IDEs we had 30 years ago and lost (2023)
#564Things like Borland C and VB/WinForms really do take me to a simpler time. There was joy in being able to write simple programs very fast, in a more intuitive way, without needing to use browsers or frameworks or writing shaders to do the simplest things. Current systems are more powerful and versatile for sure, but for a teenager curious for coding they are a much less welcoming environment in a lot of ways. The eve…
Try flutter.
Re: IDEs we had 30 years ago and lost (2023)
#565Re: IDEs we had 30 years ago and lost (2023)
#566I believe it's the easiest way (at least for me) to quickly create GUI programs.
But of course, nothing beats Borland's interface from the DOS era.
Re: IDEs we had 30 years ago and lost (2023)
#567Earlier quoted context omitted.
I use Shift+Insert constantly in Spacemacs since I can't use evil-mode "p" in the minibuffer
I think the usual way of doing paste in Spacemacs is yank, C-y.
Re: IDEs we had 30 years ago and lost (2023)
#568Earlier quoted context omitted.
Flutter is not native on any platform, it's just a canvas with painted custom controls. Nothing compared to lightweight native Win32 apps in VB6.
It has a much better language and works across platforms. these things have real value.
Re: IDEs we had 30 years ago and lost (2023)
#569Re: IDEs we had 30 years ago and lost (2023)
#570Ok, this post is mostly about text-based IDEs, but I think the point mostly stands as well for IDEs in general. I'm thinking about Visual Basic or Delphi. I think such a IDE for Python would really be helpful for beginners. Not text-based, but more like Visual Basic. But everything integrated, everything easily discoverable (that's very important!). Maybe also with such a GUI builder as in VB. And a built-in debugger…