Name:
Anonymous
2014-07-18 20:51
http://readable.sourceforge.netWhy don't you use indentation instead of parenthesis yet?
Name:
Anonymous
2014-07-19 1:15
It's amazing how these people's ``improved'' version of Lisp always, without fail, looks even worse.
define factorial(n)
if {n <= 1}
1
{n * factorial{n - 1}}
What the fuck is that? Who would think this looks even remotely good?