- https://jlongster.com/Whats-in-a-Continuation
- http://matt.might.net/articles/programming-with-continuations--exceptions-backtracking-search-threads-generators-coroutines/
- http://matt.might.net/articles/by-example-continuation-passing-style/
- https://medium.com/yld-engineering-blog/continuations-coroutines-fibers-effects-e163dda9dedc
- https://www.youtube.com/watch?v=449j7oKQVkc
- https://curiosity-driven.org/continuations
- https://dev.to/yelouafi/algebraic-effects-in-javascript-part-2---capturing-continuations-with-generators-13da
- https://www.cs.indiana.edu/~dfried/appcont.pdf
- http://unktomi.github.io/tailspin/examples/debugger.html?x=1
- https://software.imdea.org/~aleks/papers/callcc/icfp2013.pdf
View continuations.md
View Jargon.md
- http://catb.org/jargon/html/go01.html
- https://www.netlingo.com/acronyms.php
- https://dev.to/stereobooster/name-your-favorite-jargon-for-internet-or-developer-related-phenomena-6ja
(The
🐃 emoji used throughout this document indicates a yak that needs shaving.)
- https://www.merriam-webster.com/words-at-play/origin-and-meaning-of-hot-take
♨️ - Gatekeeping
💂 - Bikeshedding
🚲 - Footgun
🦶 🔫
View parser errors.md
- http://duriansoftware.com/joe/Constructing-human-grade-parsers.html
- https://www.npmjs.com/package/parse-json
- https://izbicki.me/blog/error-messages-in-ghc-vs-g%2B%2B.html
- http://www.micsymposium.org/mics_2017_proceedings/docs/MICS_2017_paper_30.pdf
- https://github.com/codehag/js-better-errors
- https://github.com/gasche/ocaml-better-errors
- https://github.com/reasonml-community/error-message-improvement
- https://medium.com/flow-type/better-flow-error-messages-for-the-javascript-ecosystem-73b6da948ae2
- http://blog.aloni.org/posts/toward-better-ghc-syntax-errors/
- https://stackoverflow.com/questions/12688068/how-to-read-and-understand-the-java-stack-trace
View data-structures.md
- Dictionary of Algorithms and Data Structures
- http://algorist.com/sections/Data_Structures.html
- https://arato.inf.unideb.hu/kovacs.zita/DSA/Classification%20of%20data%20structures.pdf
- https://www.cs.auckland.ac.nz/software/AlgAnim/ds_ToC.html
- The Periodic Table of Data Structures
- http://web.engr.oregonstate.edu/~sinisa/courses/OSU/CS261/CS261_Textbook/Title.pdf
- https://courses.cs.washington.edu/courses/cse373/14sp/
- https://polyhedra.tessera.li/
View books.md
- https://htdp.org/2003-09-26/Book/curriculum-Z-H-1.html#node_toc_start
- http://cs.brown.edu/courses/cs173/2012/book/book.pdf Programming Languages: Application and Interpretation
- http://sarabander.github.io/sicp/html/index.xhtml#SEC_Contents
- https://www.asc.ohio-state.edu/pollard.4/type/books/pierce-tpl.pdf Types and Programming Languages
- https://v1.realworldocaml.org/v1/en/html/files-modules-and-programs.html
- https://www.cliki.net/favorite%20lisp%20books
- https://www.quora.com/What-are-some-classic-Lisp-books
- https://files.cnblogs.com/files/caozhu1/The.Design.of.Design.pdf
- https://www.cs.drexel.edu/~yfcai/CS451/RequiredReadings/MythicalManMonth.pdf
- Crista Lopes - Exercises in Programming Style
View rust-wasm-node.md
- https://docs.rs/rmp-serde/0.13.7/rmp_serde/
- https://rustwasm.github.io/wasm-bindgen/web-sys/examples/fetch.html
- https://rustwasm.github.io/book/reference/js-ffi.html
- https://github.com/raphamorim/wasm-and-rust
- https://hacks.mozilla.org/2018/04/javascript-to-rust-and-back-again-a-wasm-bindgen-tale/
- https://guides.neon-bindings.com/hello-world/
- https://github.com/rustwasm/wasm-bindgen/pull/171
- https://rustwasm.github.io/wasm-bindgen/api/js_sys/struct.JSON.html
- https://github.com/rust-embedded/cross