Skip to content

michaelmdresser/schemeinterp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

schemeinterp

This is my (very poor) attempt at walking along with Peter Norving's Lispy [1] implementation of Scheme. I chose to do it instead in go (at first) because that was the language I was working with at the time. Presumably I will make an implementation in other languages as well, given how simple it is. Please recognize that the odds are high that features are just missing.

How to Run

cd scheme_go && go run main.go

References

[1] https://norvig.com/lispy.html

About

(Unfinished) Scheme interpreter in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages