Skip to content
vic

joshaber/clojurem

Clojure to Objective-C compiler

joshaber/clojurem.json
{
"createdAt": "2012-07-25T04:27:15Z",
"defaultBranch": "master",
"description": "Clojure to Objective-C compiler",
"fullName": "joshaber/clojurem",
"homepage": null,
"language": "Clojure",
"name": "clojurem",
"pushedAt": "2014-02-14T03:31:17Z",
"stargazersCount": 286,
"topics": [],
"updatedAt": "2025-07-21T13:48:10Z",
"url": "https://github.com/joshaber/clojurem"
}

ClojureM is a compiler for Clojure that targets Objective-C.

  1. Make sure you have Xcode 5+.
  2. Run script/bootstrap to pull in Clojure.
  3. Run bin/cljmc examples/DemoApp/cljm {:out examples/DemoApp/gen} to compile the ClojureM in the demo app.
  4. See the DemoApp.

This is based off ClojureScript. All original licenses apply.

New work is Apache licensed.