Skip to content

muddyfish/PYKE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Blue
Jul 9, 2020
f1bb0f5 · Jul 9, 2020
Jul 9, 2020
Aug 19, 2017
Jul 9, 2020
Oct 27, 2016
Jul 9, 2020
Oct 27, 2016
Jul 23, 2017
Oct 31, 2017
Dec 23, 2016
Oct 27, 2016
Jul 9, 2020
Feb 22, 2017
Aug 20, 2017
Aug 19, 2017
Aug 19, 2017
Aug 19, 2017
Nov 10, 2018
Jul 23, 2017
Jul 9, 2020
Jul 9, 2020
Jul 9, 2020

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