カレーを...

Your awesome Tagline

Posts tagged clojure

Notes

Functional languages, and specifically the clojure language are being talked about at the SMX offices recently and I thought it was about time I gave it a closer examination and I’ve always found the easiest way for me to learn about new technology/frameworks is to somehow graft it into an existing project I’m working on - and in this instance that means running clojure from an OSGi bundle.
Clojure running successfully under OSGi

Filed under clojure osgi

Notes

ClojarsはClojureライブラリの共有や利用を簡単にするための新しいリポジトリだ。Leiningenという名で呼ばれるClojure用ビルドツールを使えば、作ったライブラリをまとめてClojarsへプッシュでき、ライブラリを取得するときもClojureにとって既定の正しい位置に落としてくれる。
InfoQ: ClojarsとLeiningenを使ったClojure向け自動ライブラリ依存関係管理

Filed under clojure maven

Notes

This site exists to make it easier to use Clojure rather than Scheme while working through SICP. The folks behind SICP were kind enough to release it under a Creative Commons Attribution-Noncommercial 3.0 Unported License, which will allow me to annotate the text and adapt its source code and exercises to fit the Clojure language.
SICP in Clojure

Filed under clojure SICP