Jelly is a programming language that I've developed as a pet project.
If you would like, you can download it and create your own .jelly
programs!
Jelly runs on .NET Core 2.2, which is available for Windows, Mac and Linux.
- Create a folder with as many
*.jelly
files as you like, these can be in any subdirectory needed for organisation. - Open the command line and navigate to the directory which Jelly was installed in. Assuming it was installed in the Users\USERNAME\ directory, on Windows:
cd C:\Users\USERNAME
. - Run the command
dotnet Jelly.dll "FOLDER_PATH_OF_JELLY_CODE"
.
Optionally, add the -o
flag to optimise the code before running it.