lithp
lithp copied to clipboard
McCarthy's Lisp in Python with macros. A celebration of 50+ years of symbolic processing.
There are small typos in: - src/py/atom.py - src/py/fun.py - src/py/lisp.py - src/py/lithp.py Fixes: - Should read `problematic` rather than `problemmatic`. - Should read `whether` rather than `wheter`. - Should...
No `if` statement is required in the `definedp` function, hence removed. All other diffs are related to trailing whitespaces removed. Thanks.
``` (lambda [] EOF) ;; Asplosion ``` Not good.
See title. -m
changed `print` to support python3 in test replaced `self.assertEquals` with `self.assertEqual` 4 unittests passed formatted code with `black`