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
- Host: GitHub
- URL: https://github.com/mause/tyrian
- Owner: Mause
- License: mit
- Created: 2013-07-31T04:39:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:17:16.000Z (about 4 years ago)
- Last Synced: 2025-06-28T02:13:15.223Z (12 months ago)
- Language: Python
- Size: 333 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```