Clojure - Revenge of the Verbs

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites

    Clojure - Revenge of the Verbs - Presentation Transcript

    1. clojure “revenge of the verbs” tim@lossen.de 2008-12-04
    2. LISP dynamic, functional, lazy _not_ object-oriented compiled (to JVM bytecode) on-the-fly or ahead-of-time
    3. (def fibs (lazy-cat '(0 1) (map + fibs (drop 1 fibs))))
    4. Syntax
    5. Nothing nil Booleans true false Numbers 10 22.31 2/3
    6. Strings ”foo” Characters \\a \\space \\newline Regexps #”[a-z]+”
    7. Comments ;this is a hack Symbols foo namespace/foo java.util.BitSet Keywords :foo :bar
    8. Lists (a b c) Vectors [1 2 3] Maps {:a 1 :b 2} Sets #{:a :b :c}
    9. Semantics
    10. literals evaluate to themselves vectors and maps are data symbols are resolved non-empty lists are calls
    11. calls (operator operands*) special forms def if let fn macros and defn time functions + = str println large sequence library
    12. Concurrency
    13. persistent data structures “state - you’re doing it wrong” lists, vectors, maps, sets ... structural sharing
    14. Vars - thread-local Refs - transactional Agents - asynchronous
    15. Links
    16. Project http://clojure.org Presentations http://clojure.blip.tv Book “Programming Clojure” (beta) http://pragprog.com/titles/shcloj TextMate Bundle http://github.com/ nullstyle/clojure-tmbundle/

    + Tim LossenTim Lossen, 2 years ago

    custom

    909 views, 2 favs, 1 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 909
      • 907 on SlideShare
      • 2 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 18
    Most viewed embeds
    • 2 views on http://lyrics.filestube.com

    more

    All embeds
    • 2 views on http://lyrics.filestube.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories