Skip to content

Implementation of my lang library, lisp-like interpreter written in go.

License

Notifications You must be signed in to change notification settings

cptaffe/basilisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basilisk

Implementation of my lang library, lisp-like interpreter written in go.

Installation

Just run

go get github.com/cptaffe/basilist
go get github.com/cptaffe/lang
go install github.com/cptaffe/basilist

at your terminal and tada! A mostly useless lisp-like interpreter will be avaliable at the command basilisk, that is unless you haven't got your $GOPATH directory set in your $PATH variable. That is if you run Linux or OS X, screw you Windows!

Notes

There is a langauge specified in the lang/token package which has a lot more features than lang/optim will actually do. What it does have is written at the lang repo.

About

Implementation of my lang library, lisp-like interpreter written in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages