CoSy: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(run online) |
||
Line 13: | Line 13: | ||
| website = [https://cosy.com/CoSy/ cosy.com] | | website = [https://cosy.com/CoSy/ cosy.com] | ||
| influenced by = [[wikipedia:Forth (programming language)|Forth]], APL, [[K]] | | influenced by = [[wikipedia:Forth (programming language)|Forth]], APL, [[K]] | ||
| run online = https://cosyapl.storage.googleapis.com/cosy.html | |||
}} | }} | ||
Latest revision as of 08:19, 6 November 2024
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
External links
- CoSy on the concatenative language wiki
APL dialects [edit] | |
---|---|
Maintained | APL+Win ∙ APL2 ∙ APL64 ∙ APL\iv ∙ Aplette ∙ April ∙ Co-dfns ∙ Dyalog APL ∙ Dyalog APL Vision ∙ dzaima/APL ∙ GNU APL ∙ Kap ∙ NARS2000 ∙ Pometo ∙ TinyAPL |
Historical | A Programming Language ∙ A+ (A) ∙ APL# ∙ APL2C ∙ APL\360 ∙ APL/700 ∙ APL\1130 ∙ APL\3000 ∙ APL.68000 ∙ APL*PLUS ∙ APL.jl ∙ APL.SV ∙ APLX ∙ Extended Dyalog APL ∙ Iverson notation ∙ IVSYS/7090 ∙ NARS ∙ ngn/apl ∙ openAPL ∙ Operators and Functions ∙ PAT ∙ Rowan ∙ SAX ∙ SHARP APL ∙ Rationalized APL ∙ VisualAPL (APLNext) ∙ VS APL ∙ York APL |
Derivatives | AHPL ∙ BQN ∙ CoSy ∙ ELI ∙ Glee ∙ I ∙ Ivy ∙ J ∙ Jelly ∙ K (Goal, Klong, Q) ∙ KamilaLisp ∙ Lang5 ∙ Lil ∙ Nial ∙ RAD ∙ Uiua |
Overviews | Comparison of APL dialects ∙ Timeline of array languages ∙ Timeline of influential array languages ∙ Family tree of array languages |