Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1 KB

README.md

File metadata and controls

37 lines (19 loc) · 1 KB

Clojure REPL talk

Small presentation about using REPLs in Clojure.

To run the presentation:

gem install showoff

showoff serve

Post-talk discussion

Clojure vs Common Lisp

Q: "Killer app" for Clojure over Common Lisp?

one answer: "Runs on JVM"

ArmedBear is a CL on the JVM.

Parenscript is a translator from CL to JavaScript.

The Meetup logo

Q: Where did the Meetup logo come from?

Meetup logo

A: Derived from a map of Pittsburgh neighborhoods on the Pittsburgh Wikipedia article

Extending final classes

Clojure can extend final classes, such as java.lang.String

Hacker News discussion

Clojure protocols