Coder Social home page Coder Social logo

pyke's Introduction

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

pyke's People

Contributors

muddyfish avatar ruester avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

pebsconsulting

pyke's Issues

Add prefixes and / or suffixes built-in

There are lots of recent challenges regarding array-manipulation and these built-ins would be really helpful sometimes. Examples:

[1, 2, 3, 4] -> [[1], [1, 2], [1, 2, 3], [1, 2, 3, 4]]
"abcd" -> ["a", "ab", "abc", "abcd"]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.