Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Schala

Scheme interpreter in Scala. Implemented to learn Scala, this interpreter is woefully inadequate.

Usage

scalac Scheme.scala
scala Scheme

> (+ 1 2)
3
> (define r 10)
null
> (define g 20)
null
> (define add (lambda x y (+ x y)))
null
> (add r g)
30
> 

About

Scheme interpreter in Scala.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages