lithp icon indicating copy to clipboard operation
lithp copied to clipboard

McCarthy's Lisp in Python with macros. A celebration of 50+ years of symbolic processing.

Results 5 lithp issues
Sort by recently updated
recently updated
newest added

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.

changed `print` to support python3 in test replaced `self.assertEquals` with `self.assertEqual` 4 unittests passed formatted code with `black`