razetime / april-repl

A simple REPL for the April APL compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An April REPL

A simple command line REPL for April.

To use APL symbols in the terminal, you can follow the guides here.

Make sure you have quicklisp in order to load April. Run with rlwrap sbcl --load repl.lisp. All testing for this REPL has been done on SBCL.

Multiline definitions begin when you end a line with {, and they automatically end when all braces are closed.

About

A simple REPL for the April APL compiler


Languages

Language:Common Lisp 100.0%