[Readable-discuss] Error when no empty line at end of file

2014-10-02 Thread martijn brekelmans
I'm trying out readable, and I'm already finding it brilliant. I found a little bug however, in common lisp, when the file doesn't end with an empty line, it will throw an Error, Error: Unexpected text after n-expression. Code can be found here When I add a newline at the end of the file, all

[Readable-discuss] Sweetening code with #'

2014-10-04 Thread martijn brekelmans
I'm new to lisp and I thought using readable would be a great bridge for learning lisp. So far it's been pretty good, except for one time :( I'm following practical lisp and there's a little bit of code using a #', I can't figure out how to sweeten this piece of code. Using the sweeten tool