alandipert / gherkin

a functional programming language and interpreter written in GNU Bash 4
https://tailrecursion.com/~alan/Lisp/GherkinHistory.html
BSD 3-Clause "New" or "Revised" License
522 stars 31 forks source link

keywords, bignums/floats #3

Open alandipert opened 11 years ago

quoll commented 10 years ago

Added a keyword type. Right now they are not namespaced, since we don't have a multiple arity constructor. When they get namespaces, then I suggest just storing/splitting them on the / character, as Clojure does this already.