A guided intro to the Free Pascal language
getlazarus.org
A guided intro to the Free Pascal language
1–10 of 102 posts
Re: A guided intro to the Free Pascal language
#2Wild. Also nice units for doing mmap and all libc stuff. I really ought to finish learning Pascal and actually write something in it. Not a bad language.
Re: A guided intro to the Free Pascal language
#3Re: A guided intro to the Free Pascal language
#4Pascal killed my interest in programming for a while as it was force fed in both high school and earlier collage years. Reflecting back, it was the pessimistic approach to teaching of just pushing math problems via programming.
I could write an article about each of these features, but in summary they each are powerful and help users write more useful programming code when leveraged correctly.
Re: A guided intro to the Free Pascal language
#5Pascal killed my interest in programming for a while as it was force fed in both high school and earlier collage years. Reflecting back, it was the pessimistic approach to teaching of just pushing math problems via programming.
Much later however, I started really appreciating Pascal, both as a teaching language and as a multiplatform language.
PeaZip, CudaText, Transmission Remote GUI, UltraStar Deluxe and plenty others are written in FreePascal.
Re: A guided intro to the Free Pascal language
#6Pascal killed my interest in programming for a while as it was force fed in both high school and earlier collage years. Reflecting back, it was the pessimistic approach to teaching of just pushing math problems via programming.
Re: A guided intro to the Free Pascal language
#7Re: A guided intro to the Free Pascal language
#8Is there a way to use the Lazarus libraries, but write code in C++, like with C++ Builder?
Re: A guided intro to the Free Pascal language
#9Pascal killed my interest in programming for a while as it was force fed in both high school and earlier collage years. Reflecting back, it was the pessimistic approach to teaching of just pushing math problems via programming.
I believe the right approach to programming is graphics for kids.
Re: A guided intro to the Free Pascal language
#10Is there a way to use the Lazarus libraries, but write code in C++, like with C++ Builder?
yes, i believe delphi rad studio has c++ compiler and the libraries are written in pascal, it is a lineage from c++ builder.
this also tells us that c++ became so big and complicated that one company (embarcadero size company) is not able anymore to support own compiler, they need to maintain own patches.