Peter Norvig
72273bcb88
Add files via upload
2020-04-14 18:46:24 -07:00
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
Peter Norvig
ebda2935b1
Update lis.py
2018-10-24 15:09:42 -07:00
Peter Norvig
68bda97dda
Update lispytest.py
2018-10-24 15:08:42 -07:00
Peter Norvig
192b0ec410
Update lispytest.py
2018-10-24 14:55:10 -07:00
Peter Norvig
5bda69ee24
Update lispytest.py
2018-10-24 14:47:50 -07:00
cclauss
6a8e87e17b
Python 3 fixes
2018-10-17 01:48:46 +02:00
Victor Salgado
21cd1dc29a
fix typo
2018-07-23 16:39:01 -03:00
Sandeep Ghimire
0f75ed96d3
apply Issue
...
replaced 'apply':apply in environment dictionary with 'apply':lambda proc, args: proc(*args)
2018-04-15 12:02:52 +05:45
Peter Norvig
3cfb4f15d0
Add files via upload
2018-04-10 13:01:36 -07:00
Necmettin Karakaya
b74936ba06
fix typos.
2017-12-05 11:09:48 +08:00
Milton Mazzarri
b38141730d
Fix unit tests for Spelling Corrector
2017-11-30 10:30:16 -06:00
Peter Norvig
88819c4cd0
Add subdirectories
...
Add /ipynb/ and /py/ subdirectories to keep the home page neater.
2017-10-23 10:32:23 -07:00