NARS2000: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky No edit summary |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox array language | |||
| array model = [[nested array model|nested]] | |||
| index origin = 0 or 1 | |||
| function styles = [[tradfn]], [[dfn]], [[tacit]] | |||
| numeric types = complex floats, quaternion, octonion, [[rational]], ball arithmetic, variable precision float, infinite precision | |||
| unicode support = partial (UCS-2) | |||
| released = 2006 | |||
| developer = [[Sudley Place Software]] | |||
| latest release version = 0.5 / 2019 | |||
| implementation languages = [https://en.wikipedia.org/wiki/C_(programming_language) C], APL | |||
| platforms = x86, x86_64 | |||
| operating systems = Windows, Linux (via Wine), macOS (via Wine) | |||
| license = Free open source software | |||
| website = [http://www.nars2000.org/ nars2000.org] | |||
| download = [http://www.nars2000.org/download/ nars2000.org/download] | |||
| file ext = .dws, .dse, .dcf, .dyalog, .dyapp, .apl, .apla, .aplf, .aplo, .apln, .aplc, .apli | |||
| documentation = [http://wiki.nars2000.org/ NARS2000 Wiki] | |||
| influenced by = [[APL2]], [[J]], [[SHARP APL]], [[Dyalog APL]] | |||
| influenced = [[Dyalog APL]] | |||
}} | |||
NARS2000 is an open-source APL interpreter written by [[Bob Smith]], a prominent APL developer and implementer from [[STSC]] in the 1970s and 1980s. NARS2000 contains advanced features and new [[datatypes|Simple scalars]] and runs natively on Microsoft Windows, and other platforms under Wine. | '''NARS2000''' is an open-source APL interpreter written by [[Bob Smith]], a prominent APL developer and implementer from [[STSC]] in the 1970s and 1980s. NARS2000 contains advanced features and new [[datatypes|Simple scalars]] and runs natively on Microsoft Windows, and other platforms under Wine. It is the spiritual successor of the first "NARS" (Nested Arrays Research System) which was designed and implemented in the early 1980s as a testbed for new ideas in APL, principally with nested arrays. | ||
Language ideas include new functions, operators, and | Language ideas include new functions, operators, datatypes, and many other extensiosn. The project is free open source software. | ||
== External links == | == External links == |
Revision as of 14:05, 28 October 2019
NARS2000 is an open-source APL interpreter written by Bob Smith, a prominent APL developer and implementer from STSC in the 1970s and 1980s. NARS2000 contains advanced features and new Simple scalars and runs natively on Microsoft Windows, and other platforms under Wine. It is the spiritual successor of the first "NARS" (Nested Arrays Research System) which was designed and implemented in the early 1980s as a testbed for new ideas in APL, principally with nested arrays.
Language ideas include new functions, operators, datatypes, and many other extensiosn. The project is free open source software.