-
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)))) 9 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: F#
Teaching programming language concepts with F#
Remember when I told you about the idea of listening to recordings as taking a walk with my 3-month-old son? Today I watched the other two video recordings about F# (aka fsharp) on the Channel 9 website which I doubt I’d have found spare time otherwise. Teaching programming language concepts with F#, part 1 Teaching [...]