Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Jelly is a recreational programming language inspired by J.

Notifications You must be signed in to change notification settings

GolfingSuccess/jelly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork

This is a fork of the Jelly language made by DennisMitchell.

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.

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

Documentation

About

Jelly is a recreational programming language inspired by J.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%