User Ratings
Rate This Project
Login To Rate This Project
User Reviews
-
Had pascal course and Borland Turbo Pascal i386 ;) Great language not as low level as C*** - which is good. Any language is only as good as libraries and ability to crosscompile; and it's ability to adhere to it's own language so code doesn't die. Pascal now has both these (by borrowing C libraries) (i have no idea if old code dies due to hack upgrades btw). Pascal is really what they expected. I suggest it's a great language for any application that pascal can access libs for (which today is pressing), that while C is good for unix apps Pascal is more likely to give less problems and be easier coding and still efficient. Furthermore, Pascal has perhaps made better advancement on cross-compiling than gcc has lately (debate-able). (((allot rh ubu coders don't understand C ~ ASM and goof it up and try to make MS-BASIC by using c++ templating - ugh, in the past STACK CANARY KILLED pascal bindings to C (microsoft did it), the pascal group had to code around that, I would suggest coding in Pascal to anyone "who hated/hates C version 1 int = (char *) and changed GCC to attack that and doesn't like C syntax because they really don't understand why C enabled pointer hacking and don't like ASM or C or understand #pragma separability from code and why that mattered (ie: the gcc14 hacker team))))
-
use since 2014 I guess? still rocks tho.
-
A very good compiler of the pascal language, which is a language that has a lot to give, super recommended
-
The Free Pascal Compiler is a very fast and reliable Pascal and Object Pascal compiler with comprehensive documentation for its features and the Object Pascal dialects that it supports. User support and responsive bug fixing is much better than that offered by the commercial competition. A excellent choice over that other commercial Pascal compiler.
-
Лучшее средство для программирования без боли. Желаю сохранить хороший темп разработки и дальнейшего развития.
-
Cross platform. Good documentation. Active community. Gets my job done quickly.
-
The best open source Pascal compiler
-
Great project
-
Pascal es mi primer lenguaje de programación y enseño a los niños con Pascal. Estoy feliz de ver cómo la comunidad de código abierto desarrolla este buen compilador.
-
Fantastic language and great compiler.
-
Very nice
-
Excellent compiler
-
Hi all, I'm not sure but I may think i just found a bug in Free Pascal 3.0.2. In the previous versions i don't occurred this issue. I've installed it today on Windows 10 Professiona x64. I've created a simple application, and it comipled with success but at run time if there are some output texts in the console. the last outputted line replaces the previous line. Hence this issue i can't output more than 1 line Please see my attached code as example on windows 10 Pro OS, I've tried it also on a Windows 10 Enterprise too. " var c: longint; begin Writeln('This should be the first line'); Writeln('C =? '); Readln ; writeln(c+1000){this is on the first lin but it shouldn't be}; Readln; end. " Thank you in advance.
-
Excellent, can install OFFLINE on BeeFree OS, THANK
-
Excellent - cross-platform (desktop, mobile), fast and type-safe language.
-
Excellent Compiler. Work fine under Windows, Linux, FreeBSD and Haiku. I guarantee it.
-
The best multi-platform compiler. Object Pascal is a great language, same level than c but for humans. Same code can be used for all os, cpu, .... Cross-compiling is easy too (even if I prefer to use the native compilers in VM). You may create your executables without dependencies needed but also native libraries, even native Java-libraries. The community is very helpful. And the benchmark are very close clang.
-
Not all an ideal, but it work
-
Free Pascal Compiler has many compatibility modes for Delphi, Turbo Pascal, MacPascal, etc. Also features a text-only IDE, or integrates seamlessly with Lazarus for development in a graphical environment. It's fast, reliable, and my personal favourite standard for Object Pascal, with pretty good documentation both on the compiler features and Object Pascal (and dialects) it supports. A superb choice over commercial products or other Pascal compilers.
-
thank you --- see also VRCalc++ OOSL (Script) by Adrix.NT on sourceforge.net
-
The best multi-platform compiler!
-
This is the old school Pascal compiler I was looking for. 5 stars.
-
Excellent pascal compiler.
-
The perfect tool in any situation.
-
Good!