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*
-
1\$\begingroup\$ um.. so what's that link? Is it a language invented by you? \$\endgroup\$eis– eis2016年12月30日 22:47:44 +00:00Commented Dec 30, 2016 at 22:47
-
1\$\begingroup\$ @eis Yes, I made QBIC. The link is a Google Drive folder with all the code in it - I suck at GitHub... It's an interpreter atop of QBasic (QBIC stands for Quick Basic's Interpreter for Codegolf) and it runs in DosBox. Check out the Showcase-thread for some examples (or just open my profile's answers-page, 75% is in QBIC). WIP, so syntax and tokens occasionally get shifted. \$\endgroup\$steenbergh– steenbergh2016年12月30日 22:50:22 +00:00Commented Dec 30, 2016 at 22:50
-
\$\begingroup\$ The OP used a capital "W" to avoid builtin "hello world" (see also).: building your own builtin command for the job is not code golfing, or you could make it "0 bytes" with a builtin default behavior for that. \$\endgroup\$Cœur– Cœur2017年01月02日 04:45:31 +00:00Commented Jan 2, 2017 at 4:45
-
3\$\begingroup\$ @Cœur: that hardly works nowadays, most newer golfing languages use the capital W precisely because it's standard on PPCG, and it's highly likely that the command was added with no knowledge of this particular challenge (just a guess that more "Hello, World!" challenges would be submitted in the future) \$\endgroup\$user62131– user621312017年01月02日 11:01:26 +00:00Commented Jan 2, 2017 at 11:01
-
\$\begingroup\$ @Cœur Welcome to PPCG! You may be surprised to learn that you're not the first person to whom that particular concern has occurred. Here's a good place to start reading: meta.codegolf.stackexchange.com/q/4867/11261 And further, people who enjoy code golfing spend a lot of time thinking about loopholes: meta.codegolf.stackexchange.com/q/1061/11261 \$\endgroup\$Jordan– Jordan2017年01月03日 04:32:17 +00:00Commented Jan 3, 2017 at 4:32