Content deleted Content added
m Added some more detail about the features of the PURE language. |
mNo edit summary |
||
Line 3:
'''Pure''' comes with an interpreter and debugger, provides automatic memory management, and has powerful functional and symbolic programming capabilities as well as interface to C libraries (e.g. for numerics, low-level protocols, and other such tasks). At the same time, '''Pure''' is a "small" language designed from scratch; its interpreter is not large, and the library modules are written in '''Pure''' itself (as is usually the case with high-level languages).
The '''Pure''' language that is closely related to the [[Q (programming language)|Q]] language created previously by the same author, Albert Gräf at the [[University of Mainz]] in Germany. Both languages are designed for applications in artificial intelligence, symbolic computation, and real-time multimedia processing.
'''Pure''' is [[free software]] distributed under the [[GNU General Public License]] version 3.
|