PascalABC.NET: Difference between revisions

Content deleted Content added
Ibond84 (talk | contribs)
mNo edit summary
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes, added Empty section (1) tag using AWB (11993)
Line 1:
{{Multiple issues|
{{notability|date=April 2016}}
{{unreferencedrefimprove|date=April 2016}}
}}
 
{{Use dmy dates|date=January 2012}}
Line 14 ⟶ 16:
| latest release date = {{Start date and age|2016|02|12|df=yes}}
| typing = [[Static type|Static]], [[Type inference|partially inferred]]
| influenced by = [[Delphi (programming language)|Delphi]], [[Pascal (programming language)|Pascal]], [[C Sharp (programming language)|C#]], [[Python_Python (programming_languageprogramming language)|Python]]
| operating_system = [[Cross-platform]]
| license = [[GNU Lesser General Public License|LGPLv3]]
Line 21 ⟶ 23:
}}
 
'''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_programmingGeneric programming|generic classes and routines]], [[Garbage_collection_Garbage collection (computer_sciencecomputer science)|garbage collection]], [[Anonymous_functionAnonymous function|lambda expressions]], 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>.
 
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.
 
[http://ptaskbook.com/en/ Programming Taskbook] developed by Prof M. E. Abramyan is a part of PascalABC.NET. This taskbook contains 1100 learning tasks and covers almost all sections of a basic programming curriculum.<ref>http://ptaskbook.com/en/</ref>.
 
== Key features of PascalABC.NET ==
 
=== Pascal language extensions ===
* Operators <code>+= -= *= /=</code>
Line 52 ⟶ 55:
 
== Samples ==
 
{{Empty section|date=April 2016}}
 
== See also ==