DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
860 stars 47 forks source link

Added new links #55

Closed GolfingSuccess closed 6 years ago

GolfingSuccess commented 6 years ago

Added a load of new links and quicks. Here is an explanation of each one:

(note: there might be bugs, although I've plucked some out already)

EDIT: I have improved the use of Jelly's naming conventions in this list. There might be a few problems because of the limited number of available single-byte tokens. Some may be:

cairdcoinheringaahing commented 6 years ago

@GolfingSuccess wouldn't call = sys.stdin.read work for Øƈ? Wrapping it in a lambda just seems excessive.

GolfingSuccess commented 6 years ago

@SatansSon Sorry, I thought I didn't type the lambda: part, fixed.

miles-cg commented 6 years ago

@GolfingSuccess You should try to follow the Naming Conventions.

GolfingSuccess commented 6 years ago

@miles-cg I tried, but I wanted some single-byte monads...maybe I'll change them. BTW I followed the uppercase convention, but then couldn't follow the hook convention too, we're running out of single bytes for that purpose (although I could use and for the two hooked ones, because the inverse of Z is Z itself, and the inverse of W is X).

GolfingSuccess commented 6 years ago

NOTE: This PR has been closed since it adheres to an older version of the Jelly programming language.