Skip to main content
9 events
when toggle format what by license comment
Mar 30, 2012 at 11:26 history made wiki Post Made Community Wiki by Ilmari Karonen
Mar 29, 2012 at 1:14 comment added r.e.s. I'm basing the preceding comment on the Whitespace tutorial, and I'm using this WS interpreter in Ruby. Following is the 153-char revised version of Anthony's program (using the same previous S-T-L notation), which outputs the string "Whitespace" when executed with that interpreter: SSSTSTSTTTLTLSSSSSTTSTSSSLTLSSSSSTTSTSSTLTLSSSSSTTTSTSSLTLSSSSSTTSSTSTLTLSSSSSTTTSSTTLTLSSSSSTTTSSSSLTLSSSSSTTSSSSTLTLSSSSSTTSSSTTLTLSSSSSTTSSTSTLTLSSLLL
Mar 29, 2012 at 0:56 comment added r.e.s. If I'm not mistaken, your program has two fatal errors: (1) Letting S,T,L denote Space,Tab,Linefeed repsectively, the first instruction is at present SSTSTSTTTL, but should be SSSTSTSTTTL (3 S's on the left) -- the 3rd S is needed to indicate the positive sign of the binary number following it (i.e. the ascii code for 'W' = 85 = 1010111 in binary, coded as the L-terminated string TSTSTTTL), and so on for the other ascii codes. (2) The prog's final TLLL should be TLSSLLL, where the TLSS is needed to output the final character from the stack, and LLL marks the end-of-program.
Jan 1, 2012 at 4:17 comment added Kazark That has to be the most esoteric language of them all.
Jul 2, 2011 at 19:49 comment added Anthony That's all right. I myself have recently learned about this language.
Jul 2, 2011 at 14:10 comment added Alexandru Argh. Sorry Anthony, SE doesn't let me upvote you now.
Jul 2, 2011 at 0:57 comment added dmckee --- ex-moderator kitten @Alexandru: compsoc.dur.ac.uk/whitespace
Jul 2, 2011 at 0:11 comment added Alexandru Not a real language, whitespace.
Jul 1, 2011 at 10:21 history answered Anthony CC BY-SA 3.0