OSDN Git Service

Clean up Zipper notebook.
[joypy/Thun.git] / joy / library.py
2021-11-28 Simon FormanClean up Zipper notebook.
2021-11-28 Simon FormanWorking on bug #15
2021-11-28 Simon FormanA Python version of the `ii` combinator.
2021-11-27 Simon FormanDo not let defs shadow built-ins.
2021-11-25 Simon FormanWorking on bug #15
2021-11-25 Simon FormanJoy Jupyter kernel loads defs.txt
2021-11-25 Simon FormanRemove old defs cruft.
2021-11-25 Simon FormanLoad defs from files into dictionary.
2021-11-24 Simon FormanModify the inscribe decorator to accept a dict.
2021-11-24 Simon FormanModify working of inscribe command.
2021-11-24 Simon FormanUpdating the docs. Playing with Joy Kernel.
2021-11-22 Simon FormanMerge branch 'master' of git.osdn.net:/gitroot/joypy...
2021-11-20 Simon FormanMinor cleanup.
2021-11-19 Simon FormanOMG bug!
2021-10-26 Simon FormanGDC2
2021-04-10 Simon FormanThis brings Python Joy into congruence with Nim.
2021-04-10 Simon FormanBring it inline with Nim version.
2021-04-10 Simon FormanCorrect i combinator.
2021-04-10 Simon FormanInteger division only please.
2021-04-09 Simon FormanBringing it in line with Nim version.
2021-04-09 Simon FormanSwitch back to spaces for indentation.
2020-12-20 Simon FormanDerp! I forgot to modify the built-in defs to use...
2020-12-18 Simon FormanLet '==' separate names from definition bodies.
2020-11-23 Simon FormanHmm...
2020-05-21 Simon FormanUpdate some of the docs.
2020-05-20 Simon FormanFix indentation in library docstrings.
2020-05-20 Simon FormanPush out v0.4.1 right quick to fix Ticket #40430
2020-05-19 Simon Formanround
2020-05-19 Simon FormanMinor cleanup.
2020-05-19 Simon FormanLet's simplify.
2020-05-19 Simon FormanRip out type code from the library.
2020-05-17 Simon FormanRebuild docs
2020-05-17 Simon FormanDon't use `==` for definitions.
2020-05-15 Simon FormanTrying out a different dsiplay format.
2020-05-05 Simon Formanprimrec combinator
2020-04-28 Simon FormanRename primrec to tailrec.
2020-04-28 Simon FormanFixes #38237 Sort out stack/unstack/enstacken/disenstacken
2020-04-28 Simon FormanSwitch the names of unstack and disenstacken.
2020-04-25 Simon FormanFixes #40358 Help output could be better.
2020-04-24 Simon FormanSort the definitions in the library.
2020-04-24 Simon FormanSomehow swoncat fell through the cracks.
2020-04-24 Simon FormanSwitch to tabs for indentation.
2020-04-24 Simon FormanFixes: #40354 Don't hardcode my own name and email...
2020-04-24 Simon FormanRemove `__next__`.
2020-04-24 Simon FormanAttributeError: 'itertools.count' object has no attribu...
2020-04-24 Simon FormanFake brutal_hackery on Py3.
2020-04-24 Simon Formanfuturize stage2 core
2020-04-24 Simon Formanfuturize stage1 core
2019-12-03 Simon FormanMinor cleanup.
2019-11-07 Simon FormanDefinition of ii combinator.
2019-08-09 Simon FormanSome trailing whitespace or something.
2019-07-21 Simon FormanTiny edits. Almost nothing.
2019-07-16 Simon FormanAdd bool function to mimic Python semantics.
2019-07-15 Simon FormanVery minor docs change.
2018-11-28 Simon FormanRemove some trailing blankspace.
2018-08-24 Simon FormanThe version of Python with Anaconda is lightly newer.
2018-08-02 Simon FormanAdd binary functions.
2018-07-22 Simon FormanLoad JOY_HOME/definitions.txt
2018-07-20 Simon FormanLoop and while combinators.
2018-07-19 Simon FormanFutzing with types.
2018-07-19 Simon FormanGetting back to parity after jumble.
2018-07-19 Simon FormanWorking to get types right.
2018-07-19 Simon FormanFix TextJoyType inheritance.
2018-07-19 Simon FormanLog types at startup.
2018-07-18 Simon FormanRemoving polytypes; some pylint hints.
2018-07-18 Simon FormanDefinitions infer stack effects.
2018-07-18 Simon FormanNearly there maybe, maybe not.
2018-07-18 Simon FormanMoving right along.
2018-07-17 Simon FormanSo fra, so good...
2018-07-17 Simon Formanin the middle, just want to 2ify my indents...
2018-07-17 Simon FormanTextJoyType and inscribe command.
2018-07-17 Simon FormanMore stack effects, and modify the key bindings.
2018-07-11 Simon Formanifte as definition; "fork" combinator.
2018-07-06 Simon FormanAnother definition for while.
2018-07-04 Simon FormanMinor cleanup.
2018-06-30 Simon FormanHmm.
2018-06-29 Simon FormanType inference of Joy expressions.
2018-06-28 Simon FormanMinor cleanup.
2018-06-22 Simon FormanBunches of new docs.
2018-06-13 Simon FormanElegant definitions for un-, bin-, tern-ary combinators.
2018-06-13 Simon FormanRename pushback() to concat().
2018-06-07 Simon FormanCleaning up docs.
2018-06-06 Simon FormanMinor docs edits.
2018-06-06 Simon FormanMinor docs cleanup.
2018-06-06 Simon FormanAdded cond and cmp to library.
2018-04-25 Simon FormanReST docs & library edits for Sphinx
2018-04-22 Simon FormanChange project name to Thun.
2018-04-22 Simon FormanMerge a branch.
2018-04-21 Simon FormanLet the name of wrapped functions appear in tracebacks.
2018-04-21 Simon FormanSwitch to functions from classes for FunctionWrappers.
2018-04-21 Simon FormanWhen loading definitions ignore lines w/o "==".
2018-04-17 Simon FormanIgnore build dir and pyc files.
2018-04-16 Simon FormanTesting workflow.
2018-04-16 Simon FormanBringing over some changes.
2018-04-15 Simon FormanInitial move of code from git repo.