Archive for the tag 'clojure'

Feb 11 2013

Clojure(Script) for Server and Client Development

Published under Technology

ClojureScript is a relatively recent addition to the list of languages which compile to JavaScript. Unlike some such languages, it does not only fix the minor difficulties with JavaScript (like syntax oddities), rather it is a wholly different language with a LISP-like syntax and very powerful semantics. Many words have been written on “why ClojureScript”, [...]

No responses yet

Jun 12 2012

Yet Another Github Issues to JIRA Export Tool

Published under Technology

A few weeks ago I posted about the various Github Issues export tools to prepare data for import to Atlassian JIRA. Unsurprisingly, none of them worked sufficiently well for my needs. I thought about adapting and improving one of them; I know Ruby, Python, and (barely) enough Perl. But none was all that appealing; some [...]

One response so far

Dec 06 2010

New site: Learn Clojure

Published under Technology

Over the last few days I put together Learn-Clojure.com, a web site to help people get started with Clojure. Please take a look, and send feedback. I also have several other ideas for informational sites and simple applications, which I’ll launch as time allows. In the past I’ve been inclined to just post new things [...]

2 responses so far

Oct 27 2010

October 2010: Business of Software, Strange Loop, Clojure Conj

Published under Technology

I attended three conferences in October 2010, the most of any month of my life to date. Others have posted extensively about all three events, so I’ll link to a few posts and point out highlights for me. Business of Software 2010 BoS alternates between San Franscisco and Boston; this year it was in Boston. [...]

2 responses so far

Oct 19 2010

Map-Reduce in the Small: an Array of Talks

Published under Technology

At Strange Loop 2010, Guy Steele gave a wide-ranging, excellent talk in which the key point was: In essence, his notion is to use a divide-and-conquer approach, which he described as “map-reduce in the small” (or some similar phrase). This is analogous to techniques used to partition work in large distributed systems, but inside a [...]

One response so far

Mar 13 2010

My First Emacs (plus Slime, Swank, Clojure) on Mac OSX

Published under Technology

Emboldened a talk that Ryan Senior gave at the St. Louis Lambda Lounge (now available as a video), I grabbed the most popular two Emacs versions for Mac OSX: Aquamacs GNU Emacs 23.1 and set up each on my Macbook Pro (10.6.2). For each Emacs, I also set up SLIME, Swank, and Clojure. If that [...]

2 responses so far