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\$ I'm guessing this is a different Pyke than pyke.sourceforge.net ? Can you post a link to the language spec? \$\endgroup\$ Commented Mar 15, 2016 at 4:08
  • \$\begingroup\$ github.com/muddyfish/PYKE/tree/master \$\endgroup\$ Commented Mar 15, 2016 at 7:19
  • \$\begingroup\$ Just wondering, what encoding does Pyke use? If it's UTF-8, this is 16 bytes. \$\endgroup\$ Commented Mar 16, 2016 at 21:30
  • 1
    \$\begingroup\$ @OldBunny2800 It doesn't matter; in this case it uses good old ascii as all code points are below 255. According to meta.codegolf.stackexchange.com/a/5879/32686, the answer can define it's own encoding at no cost \$\endgroup\$ Commented Mar 16, 2016 at 21:42