Skip to content

muddyfish/PYKE

Repository files navigation

PYKE

Golfing language by muddyfish

Pyke requires python >= 3.5

Extra requirements in requirements.txt

Copyright (c) 2016, 2017 muddyfish

Pyke is a golfing language designed to be as concise as possible.

Pyke uses a stack based system to achieve this. The Pyke stack is first-in last-out.

Try Pyke here!

Pyke uses a dictionary sorted by frequency in order to compress words. The dictionary itself may be found here and the code accomponying the dictionary may be found here. Code copyright (c) 2008-2009 by Peter Norvig. A list of Pokemon has been added to the dictionary and the original list can be found here

Pyke now also includes a built in dictionary for the periodic table. The JSON file is licensed under CC-BY-SA 3.0 and the github repository can be found here

More documentation and examples can be found at a pop-con, me saying how great the language is and me showing off the language when first implemented.

I am perfectly happy to go through with anyone any queries they have about Pyke and will respond eventually if you ping me here