https://github.com/jarcane/heresy
A BASIC-flavored Lisp dialect
https://github.com/jarcane/heresy
basic functional-programming heresy lisp programming-language racket
Last synced: 22 days ago
JSON representation
A BASIC-flavored Lisp dialect
- Host: GitHub
- URL: https://github.com/jarcane/heresy
- Owner: jarcane
- License: lgpl-3.0
- Created: 2014-11-11T08:17:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:28:05.000Z (almost 3 years ago)
- Last Synced: 2024-06-18T12:45:36.025Z (over 1 year ago)
- Topics: basic, functional-programming, heresy, lisp, programming-language, racket
- Language: Racket
- Homepage: http://pkg-build.racket-lang.org/doc/heresy/index.html
- Size: 747 KB
- Stars: 72
- Watchers: 6
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Heresy
======
[](https://app.travis-ci.com/jarcane/heresy)
Heresy is a BASIC-inspired functional dialect of Lisp, currently implemented as a Racket language.
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://pkg-build.racket-lang.org/doc/heresy/index.html
Heresy is chiefly written by myself, with considerable contributions from Alex Knauth, and several others in the Racket community. The code Copyright 2014 by Annaia Danvers, and is licensed via the LGPL v3.
Installation
------------
To install:
``raco pkg install heresy``
To use, append this to the start of your file in DrRacket or your favorite text-editor:
``#lang heresy``
Contributing
------------
Pull requests should be made against the `develop` branch. `master` is reserved for the current release, as it is the source for the raco package for Heresy.