Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • \$\begingroup\$ Prelude should be fairly easy to work into future programs. Some advice for anyone it may happen to cause trouble to: don't let parentheses line up vertically; make sure you don't allow exclamation marks outside parentheses; and once you've placed digits outside parentheses, don't place more parentheses further right on the same line. The gap which I put the Prelude program into is still open, and looks like it might be a fruitful place for other 1D languages to go (Prelude's sort-of 1½D, and acts more like a 1D language in this program). \$\endgroup\$ Commented Dec 8, 2016 at 6:53
  • \$\begingroup\$ Nice, beat me to the punch with Prelude :) I actually think ASCII-only V might be possible with :%s replace, but even then it's a little tricky (and V is annoying to test) \$\endgroup\$ Commented Dec 8, 2016 at 7:24
  • \$\begingroup\$ If you use a : to start a command in vim, you're gonna need a carriage return, which also happens to be unprintable. :/ \$\endgroup\$ Commented Dec 8, 2016 at 9:07
  • 8
    \$\begingroup\$ +10000000000 for a partridge in A Pear Tree. But does it print 5 GOLD in RINGS? \$\endgroup\$ Commented Dec 12, 2016 at 1:32