Skip to content

Instantly share code, notes, and snippets.

@apropos-cast
apropos-cast / Jan-18-2019-Show-Notes.md
Last active January 18, 2019 05:03
Show notes for Apropos on January 18, 2019.
@apropos-cast
apropos-cast / map-examples.clj
Created February 15, 2019 10:19
maps ... notes / examples to guide the REPL session
;; 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
@apropos-cast
apropos-cast / 00 Show Notes.md
Last active March 14, 2019 19:37
26 - Apropos Clojure Show Notes
@apropos-cast
apropos-cast / 00 Show Notes.md
Last active March 28, 2019 18:40
27 - Apropos Clojure Show Notes

Date: March 28, 2019

Show Notes

Topics

  • JIT performance regression
  • Exception printer for uncaught exceptions
@apropos-cast
apropos-cast / 00 Show Notes.md
Last active April 11, 2019 19:01
28 - Apropos Clojure Shownotes
@apropos-cast
apropos-cast / 00 Show Notes.md
Last active April 25, 2019 20:09
29 - Apropos Clojure Show Notes