PascalABC.NET: Difference between revisions

Content deleted Content added
Ibond84 (talk | contribs)
mNo edit summary
Ibond84 (talk | contribs)
mNo edit summary
Line 21:
}}
 
'''PascalABC.NET''' - is a new generation Pascal programming language, including classic Pascal, most Delphi language features, as well as a number of their own extensions. It is implemented on the [[Microsoft.NET]] platform and contains all the modern language features: classes, operator overloading, interfaces, exception handling, [[Generic_programming|generic classes and routines|Generic_programming]], [[garbage collection|Garbage_collection_(computer_science)|garbage collection]], [[Anonymous_function|lambda expressions|Anonymous_function]], parallel programming tools.
 
PascalABC.NET is also a simple and powerful IDE with integrated debugger, IntelliSense system, form designer, code templates and code auto-formatting. Command-line PascalABC.NET compiler is also available on Linux and MacOS (under Mono) <ref name="Building PascalABC.NET in Linux ">https://github.com/pascalabcnet/pascalabcnet/blob/master/README.md</ref>.