Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 194 Bytes

File metadata and controls

16 lines (11 loc) · 194 Bytes

Connive

A Scheme interpreter implemented in Erlang.

##Usage

In an Erlang shell:

Eshell
1> c(repl).
{ok,repl}
2> repl:start().
connive> 

To quit repl, (exit).