https://github.com/DennisMitchell/jellylanguage Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] [search-key] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} DennisMitchell / jellylanguage * Notifications * Star 595 * Fork 40 Jelly is a recreational programming language inspired by J. MIT License 595 stars 40 forks Star Notifications * Code * Issues 10 * Pull requests 12 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 2 branches 0 tags Code Clone HTTPS GitHub CLI [https://github.com/D] Use Git or checkout with SVN using the web URL. [gh repo clone Dennis] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @DennisMitchell DennisMitchell fixed roots-to-polynomial atom ... 70c9fd9 Jan 17, 2019 fixed roots-to-polynomial atom 70c9fd9 Git stats * 319 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time jelly fixed roots-to-polynomial atom Jan 17, 2019 scripts transformed Jelly into a package Apr 9, 2018 utils fixed typo Dec 27, 2018 .gitignore added hash function Dec 11, 2018 LICENSE.txt transformed Jelly into a package Apr 9, 2018 README.md transformed Jelly into a package Apr 9, 2018 setup.py fixed roots-to-polynomial atom Jan 17, 2019 View code Jelly Documentation Quickstart README.md Jelly Jelly is a golfing language inspired by J. Documentation * Tutorial * Code page * Atoms * Quicks * Syntax Quickstart The Jelly interpreter requires Python 3. To download, install, and use Jelly, proceed as follows. $ git clone -q https://github.com/DennisMitchell/jellylanguage.git $ cd jellylanguage $ pip3 install --upgrade --user . $ jelly eun '"3bae;oe>>' Hello, World! $ jelly eun 'x' 14 3 42 $ jelly Usage: jelly f [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. jelly fu [input] Reads the Jelly program stored in the specified file, using the UTF-8 encoding. jelly e [input] Reads a Jelly program as a 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. jelly eu [input] Reads a Jelly program as a 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. Append an `n` to the flag list to append a trailing newline to the program's output. Visit http://github.com/DennisMitchell/jellylanguage for more information. 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. About Jelly is a recreational programming language inspired by J. Resources Readme License MIT License Releases No releases published Packages 0 No packages published Contributors 12 * @DennisMitchell * @lynn * @dylannrees * @jjallan * @kckennylau * @miles-cg * @GolfingSuccess * @Mr-Xcoder * @vendethiel * @zachgates * @DJMcMayhem * @cairdcoinheringaahing Languages * Python 99.9% * Other 0.1% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.