In 2021 May, I put on line a new french website dedicaced to Pure Pascal.
Actually this website contains:
- Main page explaining all about pascal language, what is the properties of Pure Pascal, where to download version 1.1 and 1.1.1 version... And some other Pascal compilator in 8 bits world
- "Lexique" Which is the translation from German of the "PASCAL.HLP" file and converted to french (it also contains the Pchar type about version 1.1.1). It's the dictionnary of Pure Pascal Language (And Turbo Pascal 7+). 75 Pages from HLP files
- "Unités" is the part of all units from Pure Pascal, translated from UNIT.HLP (german) and converted into HTML. There are 485 pages from HLP translated and converted in HTML here.
- "Algorithmes" : here are some personnaly functions and procedures I added and will add to complete Pure Pascal for being close to Free Pascal features (and even more). Actually, I only added 41 extended Maths functions with 9 that doesn't exist on Free Pascal!
Thanks to Google translator I could translate all German HELP file in French. It take me some times but this job need to be done. Not all is done yet (Some Unit are not translated yet, and it remains all the IDE Pascal to translate).
Of course all of this has the goal to make developpers handle Pascal language and appreciate it as it deserve. All GEM/TOS fonction that exist in Pure C, Lattice C, also exist in Pure Pascal.
There are some specific Pascal stuff as set type (i don't know any other language where it exist), limited selection, polymorphisme (as read, write, the "+" operatoir etc) that doesn't exist in C. And also, the flavor in Turbo PAscal/Pure PAscal are the CRT and GRAPH Unit which doesn't exist on C language.
Some very good and advanced softwares are compilmed in Free Pascal Lazarus. And as I know, some software in ASH were compiled in Pure Pascal (but I don't know which one).
Have fun.