This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Simplest use cases | |
;; Transform simple input | |
(map inc [1 2 3 4 5]) | |
(map str [1 2 3 4 5]) | |
(map clojure.string/lower-case ["COBOL" "Ada" "C"]) | |
;; Extract simple input |
Date: March 14, 2019
- JDK Builds
- JDK Regressions
- Alex Miller's progress reports on it
Date: March 28, 2019
- JIT performance regression
- Exception printer for uncaught exceptions
Date: April 11, 2019
Show URL: https://www.youtube.com/watch?v=jMIcbahVHQs
Date: April 25, 2019
Hermes
https://github.com/facebook/hermes
Intrinsics in the ClojureScript compiler.
Air date: Nov 14, 2019
YouTube Link: https://www.youtube.com/watch?v=FaCcJkqF8dA
OlderNewer