GitHub - JaniM/Joe: Extremely concise language deriving from J

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ Joe Public

Extremely concise language deriving from J

7 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Joe

Joe is a concise language derived from J and is designed for code golfing. So, if you're familiar with J, you can easily grasp Joe. Otherwise, let me run through the most important points:

  • Joe is not a von Neumann -language
  • Functions can usually implicitly handle arbitrarily nested lists (arrays).
    • 1+1 2 3 is 2 3 4
    • 1 2 3+1 2 3 is 2 4 6
  • Functions are usually defined in tacit-style, which is closely related to pointless style.

Note: The interpreter uses the Arpeggio module to parse code. You can install it by executing pip install arpeggio.

Links

About

Extremely concise language deriving from J

Resources

Readme

Activity

Stars

7 stars

Watchers

2 watching

Forks

0 forks

Releases

No releases published

Languages