clojure what just happened
play

Clojure: What Just Happened? Rich Hickey Clojure is Becoming - PowerPoint PPT Presentation

Clojure: What Just Happened? Rich Hickey Clojure is Becoming Popular Popular* Functional Lisp Not terribly novel How Popular? 8000+ member mailing list 82,000+ messages 700+ on IRC #2 (behind Scala) non-Java JVM


  1. Clojure: What Just Happened? Rich Hickey

  2. Clojure is Becoming Popular • Popular* • Functional • Lisp • Not terribly novel

  3. How Popular? • 8000+ member mailing list 82,000+ messages • 700+ on IRC • #2 (behind Scala) non-Java JVM server lang • Many companies use in production Startups to Fortune 50 • > Dozen books, several 2nd editions • 3 Clojure conferences per year

  4. Github New Repos 2013 (thus far) Rank Lang New repos 15 Scala 6918 16 Go 6884 17 Prolog 5829 18 Clojure 4904 19 Haskell 4681 20 Lua 4048

  5. Context • JVM • PHP , Python, Perl, Ruby broke C-lineage stranglehold demonstrated dynamic lang agility • Paul Graham’s essays • Crushing complexity of stateful OO • JSON, XML

  6. Right Place, Right Time? • In fall 2007 when announced, no one had heard of me nor Clojure • 18,000 hits the first day

  7. Survey 2012 - Growth Stopped 1% 4+years 6% 3 years 14% < 1 year 43% 2 years 18% 1 year 1,372 respondents 18% http://cemerick.com/2012/08/06/results-of-the-2012-state-of-clojure-survey/

  8. From Where? Java Ruby Python C# Erlang/Scala/Haskell Other 0 10 20 30 40

  9. Why?

  10. Practical • Target - use it wherever you could use Java both reach and performance • Tool, for professional programmers hobbyists welcome • General purpose programming

  11. Small • A basic Lisp evaluation model • No continuations, condition systems etc

  12. Simple • Few, orthogonal axes • Functions, data, state model, evaluation model, macros etc

  13. FP Benefits, Distilled • Pure functions + immutable data • Made practical and idiomatic • Efficient persistent data structures the default • Functional core library • No mutable local variables • Clearly separate state constructs

  14. Opinionated • Fewer choices • Set of decisions made and encoded • Everything works together

  15. Eschews Types for Information • Simple data - lists, vectors, maps, sets • Associative collections in lieu of objects • First-class names (keywords)

  16. Minimal Type-Specific Code • just generic map-manipulation code • therefore, much less code • more reuse • better interop and libs • facilitates systems building • less compiler help

  17. Runtime Polymorphic • People coming from OO understand and expect this • Abstractions for everything (even invocation) • Polymorphism constructs are ‘open’

  18. Concurrency? • Not so much • Part of initial story • Has to be there • but rarely needed

  19. Hosted • Dominant hosts (JVM, JS) • Great interop • Libraries out of the gate • No migration pain • Easy to sneak in “just another library”

  20. Lisp • Still has appeal • Small core, rest is libs • Runtime redef, code loading, macros • Code-as-data, read/print, REPL • but enhancements matter fp, collections, syntax, abstractions

  21. Permissive • “Consenting adults” language • Support the right thing • vs disallow the wrong

  22. Support and Evangelism • 3 years x 10 hours/day Mailing list and IRC • Lots of talks and travel

  23. Stability • All programs from first book (2009) still work • Always a high priority

  24. The Blub Paradox? • People don’t know what they are missing? • They know what they are getting • Simpler and more robust programs • High productivity • Resulting systems work, perform well, and are flexible • Clojure is an effective tool

  25. Biggest Wins Functional REPL Platform/JVM Immutability Productivity Macros Concurrency 0 22.5 45 67.5 90

  26. Gateway Drug? If Clojure disappeared, then what? Scala Haskell Python Common Lisp Ruby Java Scheme Erlang 0 10 20 30 40 “too depressing to contemplate”

  27. Thanks!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend