PascalABC.NET: Difference between revisions

Content deleted Content added
Undid revision 851343084 by 109.126.4.228 (talk)
Tags: Undo section blanking
Miks2012 (talk | contribs)
No edit summary
Line 24:
}}
 
'''PascalABC.NET''' is a [[Pascal (programming language)|Pascal]] programming language [[integrated development environment]] that implements classic Pascal, most Delphi language features, as well as a number of their own extensions. It is implemented on the [[.NET Framework]] platform and contains all the modern language features: classes, operator overloading, interfaces, exception handling, [[Generic programming|generic classes and routines]], [[Garbage collection (computer science)|garbage collection]], [[Anonymous function|lambda expressions]], parallel programming tools ([[OpenMP]] only as of 2016).
 
PascalABC.NET is also a simple and powerful IDE[[integrated development environment]] 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>
 
PascalABC.NET is popular in Russian schools and universities. In Southern Federal University, it is used as the main language for teaching students of Information technology in the course "Fundamentals of programming" and for teaching children in one of the largest computer schools in Russia.