├── .#monad-parse.el ├── .#monads.el ├── .#streams.el ├── .evaluation_filenames ├── partial_better-units.el ├── partial_guitar.el └── partial_macro-utils.el ├── README.md ├── README.txt ├── actionscript-utils.el ├── actionscript-utils.elc ├── advanced-utils.el ├── animator.el ├── annotate.el ├── better-monad-parse-test.el ├── better-monad-parse-test.elc ├── better-monad-parse.el ├── better-monad-parse.elc ├── better-units.el ├── binders ├── blogging.el ├── chemistry.el ├── chemistry.elc ├── classy.el ├── cloudboard-bot ├── .evaluation_filenames │ └── partial_world-build.el ├── coins.el ├── coins.md ├── dice-words.el ├── draft.el └── world-build.el ├── codewalking-utils.el ├── core.esl ├── curios.html ├── curios.md ├── def.el ├── defn-readme.htm ├── defn-readme.md ├── defn.el ├── defn.elc ├── delay.md ├── el-pres.el ├── el-pres.elc ├── elab.el ├── elcie.el ├── ellision.el ├── esl-mode.el ├── esl-readme.md ├── esl.el ├── esl2.el ├── esl2.elc ├── examples ├── peg-puzzle-streams.el ├── peg-puzzle-streams.elc ├── peg-puzzle.el ├── peg-puzzle.elc ├── scratch.el └── simple-peg-puzzle.el ├── flotsam ├── esl (microcosm's conflicted copy 2009-09-12).el └── to-lambda-esl.el ├── flymake-actionscript └── build_manage.rb ├── ftbl.el ├── functional.el ├── functional.elc ├── guitar.el ├── infix.el ├── infix.elc ├── lambda-star.el ├── later.el ├── later.elc ├── latex-utils.el ├── latex-utils.elc ├── lisp-parser.el ├── lisp-parser.elc ├── loel.el ├── logging.el ├── macro-utils.el ├── macro-utils.elc ├── match.el ├── microstack.el ├── microstack.elc ├── microstack.md ├── monad-forms.el ├── monad-parse-scratch.el ├── monad-parse.el ├── monad-parse.elc ├── monad-parse.md ├── monad-stream.el ├── monad-stream.elc ├── monad-text-parse.el ├── monad-text-parse.elc ├── monad-transformers.el ├── monad-tut-examples.el ├── monad-tut-examples.elc ├── monadic-bind.png ├── monadic-types-of-interest.png ├── monads.asd ├── monads.el ├── monads.elc ├── monads.htm ├── monads.lisp ├── monads.md ├── mstack.el ├── mstack.elc ├── multi-methods.el ├── multi-methods.elc ├── multi-methods.md ├── namer.el ├── old.esl.el ├── old.loel.el ├── package.lisp ├── parse-lambda-list.el ├── parse-lambda-list.elc ├── parse-seq-binder.el ├── parse-sombers-lab-files.el ├── parse-sombers-lab-files.elc ├── parse-table-binder.el ├── parser-pres ├── index.el ├── index.elc ├── just-elisp.el ├── page-1.el ├── page-10.el ├── page-11.el ├── page-12.el ├── page-13.el ├── page-14.el ├── page-15.el ├── page-2.el ├── page-2.elc ├── page-3.el ├── page-4.el ├── page-5.el ├── page-6.el ├── page-7.el ├── page-8.el ├── page-8.elc ├── page-9.el └── scratch.el ├── partial-symbol-levenstein.el ├── pattern-macro.el ├── pattern-matching.el ├── persistent-hash-tables.el ├── persistent-hash-tables.elc ├── prolapse.el ├── prolapse.elc ├── quantities.el ├── ra-lists.el ├── ra-lists.elc ├── recur.el ├── recur.elc ├── recur.md ├── scratch.el ├── scratch.md ├── scripting.el ├── scripting.elc ├── sets.el ├── shadchen.el ├── shadchen.elc ├── simplified-lambda-list-parser.el ├── simplified-lambda-list-parser.elc ├── skip-lists.el ├── sqlite.el ├── srfi-101.sls.txt ├── stack-monads.el ├── stack-words.el ├── stack-words.elc ├── stream-scratch.el ├── streams.el ├── streams.elc ├── streams.htm ├── streams.md ├── testbuffer.txt ├── thunk.el ├── track-life.el ├── tree-monads.el ├── trie.el ├── units.el ├── units.elc ├── utils.el ├── utils.elc ├── virtues.el ├── vorg.el ├── vorg.elc ├── weighted-graph-monad.el ├── weighted-graph-monad.elc ├── weighted-graph-monad.md ├── with-stack.el ├── with-stack.elc └── with-stack.md /.#monad-parse.el: -------------------------------------------------------------------------------- 1 | toups@deluge.2185:1318248272 -------------------------------------------------------------------------------- /.#monads.el: -------------------------------------------------------------------------------- 1 | toups@deluge.1712:1302394636 -------------------------------------------------------------------------------- /.#streams.el: -------------------------------------------------------------------------------- 1 | toups@deluge.1712:1302394636 -------------------------------------------------------------------------------- /.evaluation_filenames/partial_better-units.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/.evaluation_filenames/partial_better-units.el -------------------------------------------------------------------------------- /.evaluation_filenames/partial_guitar.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/.evaluation_filenames/partial_guitar.el -------------------------------------------------------------------------------- /.evaluation_filenames/partial_macro-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/.evaluation_filenames/partial_macro-utils.el -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/README.txt -------------------------------------------------------------------------------- /actionscript-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/actionscript-utils.el -------------------------------------------------------------------------------- /actionscript-utils.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/actionscript-utils.elc -------------------------------------------------------------------------------- /advanced-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/advanced-utils.el -------------------------------------------------------------------------------- /animator.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/animator.el -------------------------------------------------------------------------------- /annotate.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/annotate.el -------------------------------------------------------------------------------- /better-monad-parse-test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/better-monad-parse-test.el -------------------------------------------------------------------------------- /better-monad-parse-test.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/better-monad-parse-test.elc -------------------------------------------------------------------------------- /better-monad-parse.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/better-monad-parse.el -------------------------------------------------------------------------------- /better-monad-parse.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/better-monad-parse.elc -------------------------------------------------------------------------------- /better-units.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/better-units.el -------------------------------------------------------------------------------- /binders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/binders -------------------------------------------------------------------------------- /blogging.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/blogging.el -------------------------------------------------------------------------------- /chemistry.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/chemistry.el -------------------------------------------------------------------------------- /chemistry.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/chemistry.elc -------------------------------------------------------------------------------- /classy.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/classy.el -------------------------------------------------------------------------------- /cloudboard-bot/.evaluation_filenames/partial_world-build.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/.evaluation_filenames/partial_world-build.el -------------------------------------------------------------------------------- /cloudboard-bot/coins.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/coins.el -------------------------------------------------------------------------------- /cloudboard-bot/coins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/coins.md -------------------------------------------------------------------------------- /cloudboard-bot/dice-words.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/dice-words.el -------------------------------------------------------------------------------- /cloudboard-bot/draft.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/draft.el -------------------------------------------------------------------------------- /cloudboard-bot/world-build.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/cloudboard-bot/world-build.el -------------------------------------------------------------------------------- /codewalking-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/codewalking-utils.el -------------------------------------------------------------------------------- /core.esl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/core.esl -------------------------------------------------------------------------------- /curios.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/curios.html -------------------------------------------------------------------------------- /curios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/curios.md -------------------------------------------------------------------------------- /def.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/def.el -------------------------------------------------------------------------------- /defn-readme.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/defn-readme.htm -------------------------------------------------------------------------------- /defn-readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/defn-readme.md -------------------------------------------------------------------------------- /defn.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/defn.el -------------------------------------------------------------------------------- /defn.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/defn.elc -------------------------------------------------------------------------------- /delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/delay.md -------------------------------------------------------------------------------- /el-pres.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/el-pres.el -------------------------------------------------------------------------------- /el-pres.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/el-pres.elc -------------------------------------------------------------------------------- /elab.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/elab.el -------------------------------------------------------------------------------- /elcie.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/elcie.el -------------------------------------------------------------------------------- /ellision.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/ellision.el -------------------------------------------------------------------------------- /esl-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/esl-mode.el -------------------------------------------------------------------------------- /esl-readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/esl-readme.md -------------------------------------------------------------------------------- /esl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/esl.el -------------------------------------------------------------------------------- /esl2.el: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /esl2.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/esl2.elc -------------------------------------------------------------------------------- /examples/peg-puzzle-streams.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/peg-puzzle-streams.el -------------------------------------------------------------------------------- /examples/peg-puzzle-streams.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/peg-puzzle-streams.elc -------------------------------------------------------------------------------- /examples/peg-puzzle.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/peg-puzzle.el -------------------------------------------------------------------------------- /examples/peg-puzzle.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/peg-puzzle.elc -------------------------------------------------------------------------------- /examples/scratch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/scratch.el -------------------------------------------------------------------------------- /examples/simple-peg-puzzle.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/examples/simple-peg-puzzle.el -------------------------------------------------------------------------------- /flotsam/esl (microcosm's conflicted copy 2009-09-12).el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/flotsam/esl (microcosm's conflicted copy 2009-09-12).el -------------------------------------------------------------------------------- /flotsam/to-lambda-esl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/flotsam/to-lambda-esl.el -------------------------------------------------------------------------------- /flymake-actionscript/build_manage.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/flymake-actionscript/build_manage.rb -------------------------------------------------------------------------------- /ftbl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/ftbl.el -------------------------------------------------------------------------------- /functional.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/functional.el -------------------------------------------------------------------------------- /functional.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/functional.elc -------------------------------------------------------------------------------- /guitar.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/guitar.el -------------------------------------------------------------------------------- /infix.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/infix.el -------------------------------------------------------------------------------- /infix.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/infix.elc -------------------------------------------------------------------------------- /lambda-star.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/lambda-star.el -------------------------------------------------------------------------------- /later.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/later.el -------------------------------------------------------------------------------- /later.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/later.elc -------------------------------------------------------------------------------- /latex-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/latex-utils.el -------------------------------------------------------------------------------- /latex-utils.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/latex-utils.elc -------------------------------------------------------------------------------- /lisp-parser.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/lisp-parser.el -------------------------------------------------------------------------------- /lisp-parser.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/lisp-parser.elc -------------------------------------------------------------------------------- /loel.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/loel.el -------------------------------------------------------------------------------- /logging.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/logging.el -------------------------------------------------------------------------------- /macro-utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/macro-utils.el -------------------------------------------------------------------------------- /macro-utils.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/macro-utils.elc -------------------------------------------------------------------------------- /match.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/match.el -------------------------------------------------------------------------------- /microstack.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/microstack.el -------------------------------------------------------------------------------- /microstack.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/microstack.elc -------------------------------------------------------------------------------- /microstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/microstack.md -------------------------------------------------------------------------------- /monad-forms.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-forms.el -------------------------------------------------------------------------------- /monad-parse-scratch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-parse-scratch.el -------------------------------------------------------------------------------- /monad-parse.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-parse.el -------------------------------------------------------------------------------- /monad-parse.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-parse.elc -------------------------------------------------------------------------------- /monad-parse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-parse.md -------------------------------------------------------------------------------- /monad-stream.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-stream.el -------------------------------------------------------------------------------- /monad-stream.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-stream.elc -------------------------------------------------------------------------------- /monad-text-parse.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-text-parse.el -------------------------------------------------------------------------------- /monad-text-parse.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-text-parse.elc -------------------------------------------------------------------------------- /monad-transformers.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-transformers.el -------------------------------------------------------------------------------- /monad-tut-examples.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-tut-examples.el -------------------------------------------------------------------------------- /monad-tut-examples.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monad-tut-examples.elc -------------------------------------------------------------------------------- /monadic-bind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monadic-bind.png -------------------------------------------------------------------------------- /monadic-types-of-interest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monadic-types-of-interest.png -------------------------------------------------------------------------------- /monads.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.asd -------------------------------------------------------------------------------- /monads.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.el -------------------------------------------------------------------------------- /monads.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.elc -------------------------------------------------------------------------------- /monads.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.htm -------------------------------------------------------------------------------- /monads.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.lisp -------------------------------------------------------------------------------- /monads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/monads.md -------------------------------------------------------------------------------- /mstack.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/mstack.el -------------------------------------------------------------------------------- /mstack.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/mstack.elc -------------------------------------------------------------------------------- /multi-methods.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/multi-methods.el -------------------------------------------------------------------------------- /multi-methods.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/multi-methods.elc -------------------------------------------------------------------------------- /multi-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/multi-methods.md -------------------------------------------------------------------------------- /namer.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/namer.el -------------------------------------------------------------------------------- /old.esl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/old.esl.el -------------------------------------------------------------------------------- /old.loel.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/old.loel.el -------------------------------------------------------------------------------- /package.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/package.lisp -------------------------------------------------------------------------------- /parse-lambda-list.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-lambda-list.el -------------------------------------------------------------------------------- /parse-lambda-list.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-lambda-list.elc -------------------------------------------------------------------------------- /parse-seq-binder.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-seq-binder.el -------------------------------------------------------------------------------- /parse-sombers-lab-files.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-sombers-lab-files.el -------------------------------------------------------------------------------- /parse-sombers-lab-files.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-sombers-lab-files.elc -------------------------------------------------------------------------------- /parse-table-binder.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parse-table-binder.el -------------------------------------------------------------------------------- /parser-pres/index.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/index.el -------------------------------------------------------------------------------- /parser-pres/index.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/index.elc -------------------------------------------------------------------------------- /parser-pres/just-elisp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/just-elisp.el -------------------------------------------------------------------------------- /parser-pres/page-1.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-1.el -------------------------------------------------------------------------------- /parser-pres/page-10.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-10.el -------------------------------------------------------------------------------- /parser-pres/page-11.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-11.el -------------------------------------------------------------------------------- /parser-pres/page-12.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-12.el -------------------------------------------------------------------------------- /parser-pres/page-13.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-13.el -------------------------------------------------------------------------------- /parser-pres/page-14.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-14.el -------------------------------------------------------------------------------- /parser-pres/page-15.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-15.el -------------------------------------------------------------------------------- /parser-pres/page-2.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-2.el -------------------------------------------------------------------------------- /parser-pres/page-2.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-2.elc -------------------------------------------------------------------------------- /parser-pres/page-3.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-3.el -------------------------------------------------------------------------------- /parser-pres/page-4.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-4.el -------------------------------------------------------------------------------- /parser-pres/page-5.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-5.el -------------------------------------------------------------------------------- /parser-pres/page-6.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-6.el -------------------------------------------------------------------------------- /parser-pres/page-7.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-7.el -------------------------------------------------------------------------------- /parser-pres/page-8.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-8.el -------------------------------------------------------------------------------- /parser-pres/page-8.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-8.elc -------------------------------------------------------------------------------- /parser-pres/page-9.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/page-9.el -------------------------------------------------------------------------------- /parser-pres/scratch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/parser-pres/scratch.el -------------------------------------------------------------------------------- /partial-symbol-levenstein.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/partial-symbol-levenstein.el -------------------------------------------------------------------------------- /pattern-macro.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/pattern-macro.el -------------------------------------------------------------------------------- /pattern-matching.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/pattern-matching.el -------------------------------------------------------------------------------- /persistent-hash-tables.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/persistent-hash-tables.el -------------------------------------------------------------------------------- /persistent-hash-tables.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/persistent-hash-tables.elc -------------------------------------------------------------------------------- /prolapse.el: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /prolapse.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/prolapse.elc -------------------------------------------------------------------------------- /quantities.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/quantities.el -------------------------------------------------------------------------------- /ra-lists.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/ra-lists.el -------------------------------------------------------------------------------- /ra-lists.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/ra-lists.elc -------------------------------------------------------------------------------- /recur.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/recur.el -------------------------------------------------------------------------------- /recur.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/recur.elc -------------------------------------------------------------------------------- /recur.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/recur.md -------------------------------------------------------------------------------- /scratch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/scratch.el -------------------------------------------------------------------------------- /scratch.md: -------------------------------------------------------------------------------- 1 | (require 'monads) -------------------------------------------------------------------------------- /scripting.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/scripting.el -------------------------------------------------------------------------------- /scripting.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/scripting.elc -------------------------------------------------------------------------------- /sets.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/sets.el -------------------------------------------------------------------------------- /shadchen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/shadchen.el -------------------------------------------------------------------------------- /shadchen.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/shadchen.elc -------------------------------------------------------------------------------- /simplified-lambda-list-parser.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/simplified-lambda-list-parser.el -------------------------------------------------------------------------------- /simplified-lambda-list-parser.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/simplified-lambda-list-parser.elc -------------------------------------------------------------------------------- /skip-lists.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/skip-lists.el -------------------------------------------------------------------------------- /sqlite.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/sqlite.el -------------------------------------------------------------------------------- /srfi-101.sls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/srfi-101.sls.txt -------------------------------------------------------------------------------- /stack-monads.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/stack-monads.el -------------------------------------------------------------------------------- /stack-words.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/stack-words.el -------------------------------------------------------------------------------- /stack-words.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/stack-words.elc -------------------------------------------------------------------------------- /stream-scratch.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/stream-scratch.el -------------------------------------------------------------------------------- /streams.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/streams.el -------------------------------------------------------------------------------- /streams.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/streams.elc -------------------------------------------------------------------------------- /streams.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/streams.htm -------------------------------------------------------------------------------- /streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/streams.md -------------------------------------------------------------------------------- /testbuffer.txt: -------------------------------------------------------------------------------- 1 | 10.0 10 b c d "this is a \"string" s1 s2 s3x 2 | -------------------------------------------------------------------------------- /thunk.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/thunk.el -------------------------------------------------------------------------------- /track-life.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/track-life.el -------------------------------------------------------------------------------- /tree-monads.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/tree-monads.el -------------------------------------------------------------------------------- /trie.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/trie.el -------------------------------------------------------------------------------- /units.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/units.el -------------------------------------------------------------------------------- /units.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/units.elc -------------------------------------------------------------------------------- /utils.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/utils.el -------------------------------------------------------------------------------- /utils.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/utils.elc -------------------------------------------------------------------------------- /virtues.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/virtues.el -------------------------------------------------------------------------------- /vorg.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/vorg.el -------------------------------------------------------------------------------- /vorg.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/vorg.elc -------------------------------------------------------------------------------- /weighted-graph-monad.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/weighted-graph-monad.el -------------------------------------------------------------------------------- /weighted-graph-monad.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/weighted-graph-monad.elc -------------------------------------------------------------------------------- /weighted-graph-monad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/weighted-graph-monad.md -------------------------------------------------------------------------------- /with-stack.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/with-stack.el -------------------------------------------------------------------------------- /with-stack.elc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/with-stack.elc -------------------------------------------------------------------------------- /with-stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VincentToups/emacs-utils/HEAD/with-stack.md --------------------------------------------------------------------------------