Haven't fully digested your message, but I wanted to clarify one thing. > It also appears that f(x) == (f x) in wart, though that's not clear (I infer > that from some examples).
No, that's not true, but I can see how it seems that way. Wart uses common lisp's style: (defun foo (x) ..) Rather than the scheme: (define (foo x) ..) I don't put spaces before param lists but that's just a convention, the reader doesn't rely on it in any way. Really the only thing wart is adding to lisp syntax-wise is ways to cleanly remove parens. Both the indent-sensitivity and the abbreviations are for just that. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss