Skip to content

franleplant/frd-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frd-lisp Rust

Lisp written in Rust as part of of fun learning exercise!

Running the code

Install

Clone

  • git clone {repo_url}

Run

  • cargo run or
  • cargo test

Dev notes

  • autofix clippy errors: rustup run nightly cargo clippy --fix -Z unstable-options

Mission, Vision, Values

Mission

TODO

Vision

TODO

Values

TODO

References

The two main reference points are

  • norvigs toy lisp impl: from which we got the basics
  • Racket lisp: the lisp implementation that we aim to (right now we are not very close but the ideal is to make something like Ractket syntax wise)
  • Racket lisp () vs []

About

a 2018 take on writting my own lisp in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages