MCM/70: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox array language | |||
| title = MCM/70 | | title = APL for the MCM/70 | ||
| array model = | | array model = [[flat array model|flat]] without [[box|boxes]] | ||
| index origin = <source lang=apl inline>⎕IO</source> | | index origin = <source lang=apl inline>⎕IO</source> | ||
| function styles = [[traditional function]] | | function styles = [[traditional function]] | ||
Line 8: | Line 8: | ||
| released = 1974 | | released = 1974 | ||
| platforms = MCM/70 | | platforms = MCM/70 | ||
| influenced by = [[ | | influenced by = [[APL\360]] | ||
}} | }} | ||
MCM/70 | APL for the [[wikipedia:MCM/70|MCM/70]] was Microcomputer Computer Machines's [[APL\360]] clone, with the exception of [[Scan]] performing [[reduce]]s over suffixes instead of prefixes. This was due to a misunderstand, but had to be perpetuated due to the user base.<ref>[[Ray Polivka]]. [[APL Campfire]]. 2021-08-29.</ref> | ||
=== Internal types === | === Internal types === | ||
Line 22: | Line 22: | ||
* 8-byte integer (?) | * 8-byte integer (?) | ||
* 8-byte (double precision) floats (?) | * 8-byte (double precision) floats (?) | ||
== References == | == References == |
Revision as of 20:13, 29 August 2021
APL for the MCM/70 was Microcomputer Computer Machines's APL\360 clone, with the exception of Scan performing reduces over suffixes instead of prefixes. This was due to a misunderstand, but had to be perpetuated due to the user base.[1]
Internal types
According to page 220 in the user manual [2], the data types available are as follows:
- 1-byte characters
- 1-byte integer
- 2-byte integer
- 4-byte integer
- 8-byte integer (?)
- 8-byte (double precision) floats (?)
References
External links
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 |