Kartik Agaram: > One option -- in case y'all haven't already considered it -- is to > perform non-interactive translation using a read-all, rather than > read. Wart did this for a long time.
That's certainly possible, and it would also allow blank lines to NOT terminate expressions in files. The problem is that this means that *interactive* use becomes fundamentally different than *interactive* use. That becomes a trap; you can no longer usefully cut-and-paste code from a file into an interactive REPL, for example. It's also confusing. So I think the current rule ("initial indent disables indenting") has the best trade-off. --- David A. Wheeler ------------------------------------------------------------------------------ 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