Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

jwhiteman/lighthouse-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse Scheme

A toy Scheme-like language built on top of Elixir, just for fun.

ScreenShot

In action:

https://vimeo.com/131496359

Running the REPL

From the command line:

./lighthouse

You can also access the repl from inside iex:

# iex -S mix
Scheme.repl

Running a file

./lighthouse path-to-file.scm

Note the file extension must be .scm

Running tests for the library

As it stands there is a small standard library and test framework.

To run the tests:

bin/run-tests

About

A toy Scheme-like language on Elixir, just for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published