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

2014-10-11 Thread David A. Wheeler
On Fri, 3 Oct 2014 02:18:32 +0200, martijn brekelmans wrote: > I'm trying out readable, and I'm already finding it brilliant. Thanks! > 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-express

Re: [Readable-discuss] Sweetening code with #'

2014-10-11 Thread David A. Wheeler
> On October 4, 2014 10:00:23 AM EDT, martijn brekelmans > wrote: > >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 replaces #' with syntax, (the result is also in the > >pastebin link be