KO
|
EN
gitlite — search
Search
#claude-code
#ai
#claude
#typescript
#mcp
#developer-tools
#python
#rust
#ai-agents
#cli
#llm
#open-source
heresy
★ 72
Open GitHub ↗
A BASIC-flavored Lisp dialect
Download README (.md)
Explore Similar Repositories
NeuralNetTools
:
R package of generic neural network tools
mori
:
小说内容采集
OpenYuma
:
Fork of the defacto standard Yuma project since it went proprietary. Netconf is a management protocol (similar to SNMP) defined in RFC4741.
autocanonizer
:
Creates an auto-canon of any song
ShinyChat
:
Chat client built in Shiny
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
heresy
?
Download (.md)
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.