Profile_bird

Hey there! cgrand is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving cgrand's tweets.

Already using Twitter
from your phone? Click here.

cgrand

  1. très bon SAV SFR Neufbox : problème téléphonie depuis jeudi midi, aussitôt signalé sur le forum justneuf, nouvelle Neufbox déjà reçue.
  2. Winter is coming: no snow in town yet but some cars from the hills have their rooftop covered.
  3. I just generated my #TweetCloud out of a year of my tweets. Top three words: clojure, enlive, post - http://w33.us/diw
  4. @dermatthias why not use a seq comprehension? http://gist.github.com/244059 #clojure
  5. reworking, at last, on Parsley that was broken for a while
  6. @xgavin I added them to seq-utils but @chrishouser is to thanks for the original and elegant implementation idea.
  7. @bguthrie give it an internal name (fn my-internal-name [x] ...) or use letfn when you need mutually recursive fns.
  8. @timbray err... I mean pattern as in java.util.regex
  9. @timbray was your leak related to pattern matching?
  10. RT @mepwatch: MEP question about Rabbits burned for home heating http://mepwatch.eu/question...
  11. new post: Are pipe dreams made of promises? or how to implement a blocking queue without resorting to Java. http://bit.ly/43BDUI #clojure
  12. New post: another easy 2x speedup for Brian's Brain. http://clj-me.cgrand.net/20... #clojure
  13. new post: Life Of Brian http://clj-me.cgrand.net/20... #clojure
  14. (ns webcomics (:use net.cgrand.enlive-html) (:import java.net.URL)) ; the missing ns declaration @stuartsierra @dysinger
  15. (-> "http://www.penny-arcade.com/comic/" URL. html-resource (select [:.body :img]) first :attrs :src) ; @antest fetching webcomics #clojure
  16. Some free time at last! What should I do: fill forms and pay taxes or experiment with #Clojure new branch?
  17. @fogus -> offers more power than .. (supports functions and methods) and more regular (interop easier to spot: all methods starts with .)
  18. @fogus I didn't say .. is deprecated. Since <1.0 when .method and MyClass/method were added and doto refactored, -> seems preferred to ..
  19. @fogus please stop using .. and use -> instead. .. is as legacy as . is! #clojure
  20. New post: Taming multidim Arrays in #clojure http://bit.ly/46PcrJ