Skip to content

hrvladev/shiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shiv

Lisp is a shiv which comes in many forms. Anyone who uses this is probably crazy and dangerous. -- If programming languages were weapons

Shiv is a Scheme interpreter written in Python which implements a subset of the standard R5RS Scheme.

It's created as a self-educational, hobby project for the Python course in the Faculty of Mathematics and Informatics (FMI), Sofia University “St. Kliment Ohridski”.

Setting up

  1. Install Python 3.7.0 or later.

  2. Clone the repository.

    $ git clone https://github.com/hrvladev/shiv
  3. Change the current working directory to shiv.

    $ cd shiv
  4. Create a virtual environment.

    $ python3 -m venv env

Tell me more!

Shiv implements a subset of the standard R5RS Scheme:

  • TODO

About

A Scheme interpreter written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages