Files
pytudes/py/lispy.py
Nischal Shrestha a56edfe0c4 Cast map return values to lists
For Python 3.x, map() returns a map object which needs to be cast to a list for some of the return values in the expand and let methods. Otherwise, some tests will fail.
2019-09-08 02:37:56 -04:00

12 KiB