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

https://github.com/mause/tyrian

Tyrian is a implementation of lisp in python bytecode... hopefully
https://github.com/mause/tyrian

Last synced: 12 months ago
JSON representation

Tyrian is a implementation of lisp in python bytecode... hopefully

Awesome Lists containing this project

README

          

tyrian
======

Tyrian is a implementation of lisp in python bytecode... hopefully

Basic usage is as follows;
```sh
$ python tyrian.py
```

Documentation is available here (hopefully): http://tyrian.readthedocs.org

Documentation source is also available in docs/, but will require cloning with submodules;

```sh
$ git clone git://github.com/Mause/tyrian.git --recurse-submodules
```

and can be generated like so under *nix;

```sh
$ cd docs
$ make html
```

and like so on windows;
```bat
> cd docs
> make.bat html
```