A BASIC-flavored Lisp dialect
This project is maintained by jarcane
Heresy is a BASIC-inspired functional dialect of Lisp, currently implemented as a Racket language that can be loaded by #lang s-exp
.
Heresy aims to provide a simple, semi-pure functional Lisp language that is nevertheless familiar to programmers of BASIC, by providing a combination of familiar control structures and features with purely functional execution.
The official documentation and reference can be found here: http://jarcane.github.io/heresy/heresy.html
The code Copyright 2014 by John S. Berry III, and is licensed via the LGPL v3.
To install:
raco pkg install git://github.com/jarcane/heresy
To use, append this to the start of your file in DrRacket or your favorite text-editor:
#lang s-exp heresy