I take the course from https://www.dabeaz.com/sicp.html.
The course go through the sicp book.
I only put my implemention in this repo.
If you are going to take the course. You may want to check it.
export PATH="/Applications/Racket v8.5/bin/":$PATH
raco pkg install while-loop
python diff_env.py
python diff_substitue.py
python diff_meta.py
racket meta.rkt advance_tests/fact_set.ss
meta.rkt write the interpreter by racket
scheme_subtitue.py is using subtitue tech
scheme_env is using env
- python interpreter don't support multi args in define