cyclops-lang
v1.1.2
Published
Toy programming language written in Linear A
Downloads
7
Readme
Cyclops Lang
Cyclops 𐙀 is a puzzling programming language that runs in the browser or NodeJS.
Cyclops is written in Linear A, a forgotten/undeciphered script used 3500-4500 years ago on the Greek island of Minos.
Sample Code
See http://cyclopslang.org to make sure you load the web fonts to see the programs.
Install and Test
Prerequisites: NodeJS
# installing
npm install cyclops-lang -g
cyclops examples/guess.cyc
# testing
mocha
Todo
- Add other keywords! There are over 300 symbols in Linear A.
- Function chaining: multiply(2, multiply(3, 4))
Language Support
Linear A Font
Uses Unicode support for Linear A and Aegean font (free for any use) by George Douros.
Aegean Numerals
Uses Aegean numerals for numbers... may be a mix of Aegean font and system fonts.
License
open source, MIT license