Show date: December 05, 2019
YouTube URL: https://www.youtube.com/watch?v=parkWOdl8RU
- ClojureScript release https://clojurescript.org/news/2019-11-18-release
- Performance improvements
- Better docs/repl for Google Closure namespaces
- Clojure/conj (it's over) videos: https://www.youtube.com/playlist?list=PLZdCLR02grLqSy15ALLAZDU6LGpAJDrAQ
- Spec changes talk: https://www.youtube.com/watch?v=uTrQqm2hQ84
- Advent of Code https://adventofcode.com/
- Advent of Parens https://lambdaisland.com/blog/2019-11-25-advent-of-parens
Given a 16 bit number I want to generate the bytes associated with its little-endian representation. Maybe that's too easy if you delve into some hosty API, but it also seems like one that you could pull off in a REPL session.
Example: for 96503
generate the sequence of bytes 0xf7 0x78 0x01 0x00