Free Pascal Compiler Version 3.0.0
getlazarus.org
Free Pascal Compiler Version 3.0.0
1–10 of 112 posts
Re: Free Pascal Compiler Version 3.0.0
#2Nothing against the language itself, it was straightforward and easy to learn on. Just surprised to see a new compiler for it coming out.
Re: Free Pascal Compiler Version 3.0.0
#3I used to love Pascal, but as it has no decent hash tables, regexes and dynamic size vectors, I can't take it seriously any more.
Re: Free Pascal Compiler Version 3.0.0
#4Do people code in Pascal still?! I remember it from years ago in high school and it seemed like it was already ancient then. Nothing against the language itself, it was straightforward and easy to learn on. Just surprised to see a new compiler for it coming out.
Some schools have switched over to Java, and most other universities have jumped onto the Java/.NET bandwagon.
So in a nutshell, I think it's still pretty prevalent in 3rd world countries. It's not a bad starting language to introduce students to programming concepts, although I would prefer Python for a first language.
Re: Free Pascal Compiler Version 3.0.0
#5Pattern background. Is this page from 1998? I used to love Pascal, but as it has no decent hash tables, regexes and dynamic size vectors, I can't take it seriously any more.
Re: Free Pascal Compiler Version 3.0.0
#6Do people code in Pascal still?! I remember it from years ago in high school and it seemed like it was already ancient then. Nothing against the language itself, it was straightforward and easy to learn on. Just surprised to see a new compiler for it coming out.
Re: Free Pascal Compiler Version 3.0.0
#7Do people code in Pascal still?! I remember it from years ago in high school and it seemed like it was already ancient then. Nothing against the language itself, it was straightforward and easy to learn on. Just surprised to see a new compiler for it coming out.
Re: Free Pascal Compiler Version 3.0.0
#8Re: Free Pascal Compiler Version 3.0.0
#9Pattern background. Is this page from 1998? I used to love Pascal, but as it has no decent hash tables, regexes and dynamic size vectors, I can't take it seriously any more.
Re: Free Pascal Compiler Version 3.0.0
#10Pattern background. Is this page from 1998? I used to love Pascal, but as it has no decent hash tables, regexes and dynamic size vectors, I can't take it seriously any more.
Do you mean run-time sized arrays?
http://wiki.freepascal.org/Dynamic_array
> regexes
Seems a bit odd to complain about that missing as a language feature of a pretty low-level language, however:
https://github.com/BeRo1985/flre or: http://regexpstudio.com/TRegExpr/Help/About.html
Might work?
> hash tables
http://wiki.freepascal.org/Data_Structures,_Containers,_Coll... ?