Lazarus Version 1.6
getlazarus.org
Lazarus Version 1.6
1–10 of 49 posts
Re: Lazarus Version 1.6
#2Re: Lazarus Version 1.6
#3This looks amazingly comprehensive and high quality for a non mainstream language. I wonder how difficult it would be to get something like Rust, Nim, D or Crystal to be able to call the FreePascal ABI and link with this.
Re: Lazarus Version 1.6
#4Re: Lazarus Version 1.6
#5This looks amazingly comprehensive and high quality for a non mainstream language. I wonder how difficult it would be to get something like Rust, Nim, D or Crystal to be able to call the FreePascal ABI and link with this.
Re: Lazarus Version 1.6
#6This looks amazingly comprehensive and high quality for a non mainstream language. I wonder how difficult it would be to get something like Rust, Nim, D or Crystal to be able to call the FreePascal ABI and link with this.
I've wondered the same for quite a while, or just to see similar projects for other languages. I would love to see an IDE like this for D definitely.
https://github.com/BBasile/Coedit
It reuses the Lazarus code editor and other things I am sure. I'm not entirely familiar with language constructs of D, specifically reflection (RTTI in Lazarus) and properties/events which are the magical glue that makes Lazarus work the way it does.
Re: Lazarus Version 1.6
#7This looks amazingly comprehensive and high quality for a non mainstream language. I wonder how difficult it would be to get something like Rust, Nim, D or Crystal to be able to call the FreePascal ABI and link with this.
Lots of "famous" software has been written in Object-Pascal: https://jonlennartaasenden.wordpress.com/2014/11/06/famous-s...
Re: Lazarus Version 1.6
#8Earlier quoted context omitted.
I've wondered the same for quite a while, or just to see similar projects for other languages. I would love to see an IDE like this for D definitely.
The D IDE Coedit is written using Lazarus: https://github.com/BBasile/Coedit It reuses the Lazarus code editor and other things I am sure. I'm not entirely familiar with language constructs of D, specifically reflection (RTTI in Lazarus) and properties/events which are the magical glue that makes Lazarus work the way it does.
Re: Lazarus Version 1.6
#9It might be worth noting that 'getlazarus' is an independent project from the Lazarus IDE itself, it uses more up to date releases that are yet to be available and is designed to be much friendlier to use.
I'll say. Just watching the video I felt like I had a peek into developer heaven. Pretty nice amount of polish there.