Profile_bird

Hey there! cemerick 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 cemerick's tweets.

Already using Twitter
from your phone? Click here.

cemerick

  1. RT @talios: #clojure #maven plugin 1.2 released and traversing the tubes to maven central. http://bit.ly/4Wp6Pu
  2. @talios I'd say it's hard to overuse #clojure multimethods. Keep an eye out for first-arg type dispatch, tho, that's what protocols are for.
  3. @fogus don't water it down...I think it's safe to say (potential) clojure devs are über autodidacts anyway, so offer a peak worth climbing
  4. @fogus I think it used to be. Now it can gen data for stuff like: http://bit.ly/4IW9FE That for clojure, broken down by ns, would be sweet.
  5. @fogus not so much coding standards (silly stuff like 2 vs 4 spaces on indents); more like complexity measures, codebase viz, etc. #clojure
  6. I think the time has come for some code-complexity tools for Clojure. Cyclomatic/fan out complexity, etc. Essentially, checkstyle.
  7. RT @al3x: I graduated from Mutable State, you know. Great football team. "Never the same play twice."
  8. Visualization of Beethoven's 5th http://bit.ly/8KPr4Z I suppose something like this wouldn't be nearly as interesting for concertos...
  9. RT @damienkatz: "Be kind, for everyone you meet is fighting a hard battle."
  10. RT @debasishg: Looks like we are at last growing up to program in Lisp .. here's a Lisp-1 which compiles to Python bytecode http://www.t ...
  11. Terrastore, a schema-free document store based on Terracotta http://bit.ly/4D5lDq -- are they claiming all three points of CAP, though?
  12. RT @kotarak: Some thoughts on „pointfree“ style. http://tr.im/HW5P #clojure
  13. @xavian The usual suspects, all pdf-related. Definitely with a .NET slant, though.
  14. bing has cracked the top-10 referrers to snowtide.com. Not sure if that's interesting or not.
  15. RT @headius: Last maven-gem example tonight: http://bit.ly/8PQ5tV Ruby is about to gain 1,000s of gems [one reason why the JVM/maven is fab]
  16. Strictly Professional podcast rec. tomorrow w/ @gerardg @xavian @dougmartin @mklatsky, maybe @jjbrandt, + *beer*, yuh. http://bit.ly/2AdOB3
  17. @ryanobjc Of course, consider that people will improve a simpler tool they're used to before porting to a complex tool.
  18. @ryanobjc fair enough, I can't comment on "staggering" :-)
  19. Sean Devlin's recipe for turning my Clojure string interpolation macro (or, any macro, really) into a reader macro: http://bit.ly/8ebR0r
  20. @sickill open-file-fast looks *very* nice :-) ...but having to restrict the search to a single project is a bummer