matdexir / minischeme

A miniscule scheme interpreter in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minischeme

It is a scheme-like language written in python as a way to learn more about programming language design with no to little outside dependecy

How to use

Just run the following and you should get a scheme REPL

python main.py

Basic usage

minischeme> (* 10 30)
minischeme> (* 10 (+ 5 25))

About

A miniscule scheme interpreter in python

License:MIT License


Languages

Language:Python 100.0%