An open API service indexing awesome lists of open source software.

https://github.com/poppingtonic/chaitin-ait

Implementation of Chaitin's Lisp from 1995's The Limits of Mathematics -- Tutorial Version https://arxiv.org/abs/chao-dyn/9509010
https://github.com/poppingtonic/chaitin-ait

c chaitin information-theory lisp-interpreter

Last synced: 3 months ago
JSON representation

Implementation of Chaitin's Lisp from 1995's The Limits of Mathematics -- Tutorial Version https://arxiv.org/abs/chao-dyn/9509010

Awesome Lists containing this project

README

        

# Chaitin-AIT
An implementation of [Gregory Chaitin](https://en.wikipedia.org/wiki/Gregory_Chaitin)'s implementation of Lisp, written to explore and try to understand his [theorems on Algorithmic Information Theory](https://arxiv.org/abs/chao-dyn/9509010).

# Build
```
git clone https://github.com/poppingtonic/chaitin-ait.git
cd chaitin-ait/src
gcc -o lisp lisp.c
./lisp
lisp.c

Chaitin LISP Interpreter Running

lisp>

```
Happy hacking!

## Usage
Read Gregory Chaitin's The Limits of Mathematics (Tutorial Version)
https://arxiv.org/abs/chao-dyn/9509010

Thank you for checking this project out! Because I don't have time to transcribe at the time I'm publishing this, I ask for your assistance in documenting your experiences or challenges if you're reading the tutorial and this project interests you.

All bugs are my own, all credit goes to Gregory Chaitin for the smartness in this code.

From the tutorial:
All enquires, comments and suggestions regarding this software should be sent via e-mail to [email protected]