CoSy: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
m (Reverted edits by Adám Brudzewsky (talk) to last revision by Marshall)
Tag: Rollback
No edit summary
Line 1: Line 1:
This article needs to be populated from http://cosy.com/CoSy/
{{Infobox array language
| logo                    = [[File:Cosycube.gif]]
| array model              = [[List model|lists]]
| index origin            = 0
| function styles          = Forth-like
| released                = 1984
| developer                = Bob Armstrong
| latest release version  = 2021-12-27 (unversioned)
| implementation language  = [[wikipedia:Forth (programming language)|Forth]] (prev. APL, K)
| source                  = [https://cosy.com/4thCoSy/ cosy.com]
| platforms                = dependent on Reva Forth
| license                  = unspecified
| website                  = [https://cosy.com/CoSy/ cosy.com]
| influenced by            = [[wikipedia:Forth (programming language)|Forth]], APL, [[K]]
}}


[[Category:Programming languages]][[Category:ASCII languages]][[Category:Stack-based languages]]
'''CoSy''' is a stack-based APL influenced language written by Bob Armstrong of Coherent Systems Inc. CoSy is implemented as a vocabulary of defined words that extends Reva [[wikipedia:Forth (programming language)|Forth]] to provide [[array]] capabilities. CoSy has been re-implemented twice. The original implementation was in [[flat]] APL, the second in [[K]], and finally the current implementation in Forth.
 
== Features ==
CoSy has many major departures from the APL tradition: Most notably, it uses keywords for primitive functions.
 
All arrays in CoSy are simple lists. This makes it comparable to [[K]] and [[RAD]]. Similar to those languages, it also allows usage of functions as data using Forth's quoting.
 
== See also ==
* [[lang5]]
 
{{APL dialects}}[[Category:Programming languages]][[Category:Stack-based languages]][[Category:ASCII languages]]

Revision as of 09:48, 17 February 2022


CoSy is a stack-based APL influenced language written by Bob Armstrong of Coherent Systems Inc. CoSy is implemented as a vocabulary of defined words that extends Reva Forth to provide array capabilities. CoSy has been re-implemented twice. The original implementation was in flat APL, the second in K, and finally the current implementation in Forth.

Features

CoSy has many major departures from the APL tradition: Most notably, it uses keywords for primitive functions.

All arrays in CoSy are simple lists. This makes it comparable to K and RAD. Similar to those languages, it also allows usage of functions as data using Forth's quoting.

See also


APL dialects [edit]
Maintained APL+WinAPL2APL64APL\ivApletteAprilCo-dfnsDyalog APLDyalog APL Visiondzaima/APLGNU APLKapNARS2000Pometo
Historical A Programming LanguageA+ (A) ∙ APL#APL2CAPL\360APL/700APL\1130APL\3000APL.68000APL*PLUSAPL.jlAPL.SVAPLXExtended Dyalog APLIverson notationIVSYS/7090NARSngn/aplopenAPLOperators and FunctionsPATRowanSAXSHARP APLRationalized APLVisualAPL (APLNext) ∙ VS APLYork APL
Derivatives AHPLBQNCoSyELIGleeIIvyJJellyK (Goal, Klong, Q) ∙ KamilaLispLang5LilNialRADUiua
Overviews Comparison of APL dialectsTimeline of array languagesTimeline of influential array languagesFamily tree of array languages