Python versus Lisp is not so much a dichotomy. Some bridges: 1.- Mathematica: you can use both infix and prefix form, Fullform[a+b] = [Plus,a,b]. Mathematica internally use prefix notation. Evaluation is more flexible…
Python versus Lisp is not so much a dichotomy. Some bridges: 1.- Mathematica: you can use both infix and prefix form, Fullform[a+b] = [Plus,a,b]. Mathematica internally use prefix notation. Evaluation is more flexible…