Skip to content

Instantly share code, notes, and snippets.

View cairdcoinheringaahing's full-sized avatar

cairdcoinheringaahing cairdcoinheringaahing

View GitHub Profile
@cairdcoinheringaahing
cairdcoinheringaahing / atoms.md
Last active January 6, 2018 17:45
Jelly equivalents to atoms

A collection of programs that substitute for the commands found here. Single byte nilads aren't included. Vectorisation isn't included, i.e. [1, 2, 3] + 10 != [11, 12, 13] with these substitutions, however, if there is a non-vecotirsing equivilent, then the vecotirsing one must vectorise. N/A indicates that a solution is currently under development or may not be possible. Keep in mind that execing Python code isn't a valid alternative.

Please note that these do not have to handle overloads.

Monads

These are links which take a single argument, and aren't expected to work when given 2 arguments.

Atom Description Program