This Product is Lisp implemented in Golang.
go get github.com/otakumesi/lispon
go install github.com/otakumesi/lispon
# Lispon Script File Execution
lispon hello.lpn
# Lispon REPL
lispon -repl
# Command Usage
lispon
lispon -h
- update test
- implement atom
- implement cons(SpecialForm)
- implement if
- implement lambda
- implement define
- implement quote
- implement apply
- implement file execution
- implement pipe (ex. operator "|>")