-
Recent Posts
Recent Comments
- Norman Richards on Today’s a palindrome – how to check palindromes in Clojure
- Craig Andera on Today’s a palindrome – how to check palindromes in Clojure
- Andrew on Today’s a palindrome – how to check palindromes in Clojure
- Mark Engelberg on Today’s a palindrome – how to check palindromes in Clojure
- Alex Ott on AOT-compile all namespaces in a Clojure project – :aot :all in project.clj (leiningen)
My Tweets
- A #Clojure riddle: Is there a better way to print out all the letters than the following? (map char (range (int \a) (inc (int \z)))) 8 hours ago
- Learning #English while reading #Clojure in Action: at/in one fell swoop http://t.co/XOaeghUS Thanks @amitrathore 9 hours ago
- Reading Lesson: Regular Expressions http://t.co/76jlEXHo in the #Java Tutorial to learn Regex Support in #Clojure http://t.co/ECMXm1iH 9 hours ago
- Found it! #Clojure (defn- my-reverse [s] (reduce str (map str (reduce conj '() s)))) (defn palindrome? [s] (= s (my-reverse s))) 1 day ago
- Blogged: Today’s a palindrome – how to check palindromes in #Clojure http://t.co/9sWxwIiM I'm looking for a map/reduce/filter-only solution 1 day ago
Archives
Categories
Tags
Apache Aries Apache CXF Apache OpenEJB BRMS Clojure ClojureScript course CSS3 Dart Eclipse Eclipse Equinox EJB Erlang F# Git GlassFish Google Guice Grails HTML5 IBM Installation Manager ILOG JRules IntelliJ IDEA java7 JavaScript JAX-WS JBoss AS JMS jquery OSGi Processing rabbitmq Rational Application Developer Service Component Architecture SOAP soapUI Spring Framework Web Services WebSphere Application Server WebSphere ESB WebSphere Integration Developer WebSphere Lombardi Edition WebSphere Process Server WS-BPELMeta
Tag Archives: CSS3
HTML5 and CSS3 seem to have caught my attention
I seem to be getting into the latest developments on browser side where Clojure sits with ClojureScript. During my recent walk with my 3,5-month-old son I was listening to ThinkRelevance: The Podcast – Episode 003 – Brenton Ashworth on ClojureScript One. For me it was a two-fold experience – firstly, it was a way to [...]