Code Monkey home page Code Monkey logo

jelly's Introduction

Jelly

Jelly is a golfing language inspired by J.

Please note that Jelly is currently under development; features will change or disappear without prior notice.

Getting started

The Jelly interpreter requires Python 3, NumPy and SymPy.

To execute a Jelly program, you have three options:

  1. jelly f <file> [input] reads the Jelly program stored in the specified file, using the Jelly code page.

    This option should be considered the default, but it exists solely for scoring purposes in code golf contests.

  2. jelly fu <file> [input] reads the Jelly program stored in the specified file, using the UTF-8 encoding.

  3. jelly e <code> [input] reads the Jelly program as command line argument, using the Jelly code page.

    This requires setting the environment variable LANG (or your OS's equivalent) to en_US or compatible.

  4. jelly eu <code> [input] reads the Jelly program as command line argument, using the UTF-8 encoding.

    This requires setting the environment variable LANG (or your OS's equivalent) to en_US.UTF8 or compatible.

Alternatively, you can use the Jelly interpreter on Try it online!

Jelly's main input method is via command line arguments, although reading input from STDIN is also possible.

Documentation

jelly's People

Contributors

cairdcoinheringaahing avatar dennismitchell avatar djmcmayhem avatar golfingsuccess avatar jjallan avatar kckennylau avatar lynn avatar miles-cg avatar mr-xcoder avatar vendethiel avatar zachgates avatar

Watchers

 avatar  avatar

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.