Skip to content

otakumesi/lispon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lispon - The MiniLisp was made using the Golang.

This Product is Lisp implemented in Golang.

demo

Getting Started

go get github.com/otakumesi/lispon
go install github.com/otakumesi/lispon

Usage

# Lispon Script File Execution
lispon hello.lpn

# Lispon REPL
lispon -repl

# Command Usage
lispon
lispon -h

TODO

  • update test
  • implement atom
  • implement cons(SpecialForm)
  • implement if
  • implement lambda
  • implement define
  • implement quote
  • implement apply
  • implement file execution
  • implement pipe (ex. operator "|>")

About

The MiniLisp was made using the Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages