Talk:Aubergine/aubergine.hs

From Esolang
Jump to navigation Jump to search

Should you make literate Haskell format so that the file can be downloaded and it works? --Zzo38 (talk) 04:32, 19 October 2012 (UTC)

I'm not sure what you mean by "downloaded". If you mean like
wget http://esolangs.org/wiki/Aubergine/aubergine.hs
I'm not sure LHS would insulate the program from the enclosing HTML. Maybe it would. But I think users here are used to copying scripts out of wiki pages and pasting them into text files anyway. Chris Pressey (talk) 10:54, 19 October 2012 (UTC)
http://esolangs.org/w/index.php?title=Aubergine/aubergine.hs&action=raw could be a valid .lhs file. But I doubt it's worth the bother, especially since that's not linked anywhere convenient and people are probably more likely to be confused by the program not working when they copy it with the >s and it doesn't work (because it's interpreted as non-literate Haskell). ehird (talk) 13:35, 19 October 2012 (UTC)

Quine

I expect the reason you're getting exceptions when running against the quine program is you are failing to copy the tab character at the end (which is significant). --Quintopia (talk) 06:36, 9 November 2015 (UTC)