lispy repl-loop substitution with IPython? -


is there way substitute lisp interpreter repl() loop ipython.

http://www.norvig.com/lispy2.html

here full source code :

https://github.com/norvig/pytudes/blob/master/lispy.py


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -