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.

6
  • \$\begingroup\$ no ( -> scheme-chez , scala. no 1 nor ! -> logicode \$\endgroup\$ Commented Jun 13, 2017 at 13:46
  • \$\begingroup\$ @marcosm Good point, I hope my toolbox didn't stop the chain ;_; \$\endgroup\$ Commented Jun 13, 2017 at 15:44
  • \$\begingroup\$ logicode actually has a problem with the fact that the characters to write out are missing. I managed to get out ?+?+?+0 to produce the binary expression of 6....which appears to be valid if "that is the standard way of outputting in a language" is allowed here, which for logicode would be mostly true. There is a convert-to-ascii, but without an = you can't assign ?+?+?+0-like expressions to a variable to convert, nor can you wrap in parenthesis, due to a lack of (. ?+?+?+0 by itself is valid code...but produces no output. + is also missing, so even that won't work... \$\endgroup\$ Commented Jun 13, 2017 at 17:01
  • \$\begingroup\$ no E -> Forte (program would loop forever without an END keyword) as no P,R,N, and T for the PRINT command. I cannot find a language definition for elf, assembly-as, or mlton (or at least, not enough in order to determine how to produce output). no (,o,s,; -> Javascript (unable to call console.log(...)), no r for alert (if tio allowed it). \$\endgroup\$ Commented Jun 13, 2017 at 17:23
  • 1
    \$\begingroup\$ @Draco18s You don't need brackets for JavaScript since backtick and 6 are both legal, so you could do console.log`6` , the problem would be getting access to console.log since s isn't available \$\endgroup\$ Commented Jun 13, 2017 at 17:33