Go to file
2013-05-27 22:15:45 -04:00
doc moved syntax docs 2013-05-27 22:15:45 -04:00
.gitignore initial commit, parser is a go, but the data structures generating aren't actually interesting in any way 2013-05-27 00:16:03 -04:00
ginger.go initial commit, parser is a go, but the data structures generating aren't actually interesting in any way 2013-05-27 00:16:03 -04:00
parse.go I knew making comments work couldn't be that easy... 2013-05-27 01:16:01 -04:00
README.md moved syntax docs 2013-05-27 22:15:45 -04:00
types.go initial commit, parser is a go, but the data structures generating aren't actually interesting in any way 2013-05-27 00:16:03 -04:00

Ginger

A scripted lisp language with simple syntax, immutable data structures, concurrency built-in, and minimal time between starting the runtime and actual execution.