Microsoft Developer Advocate for Internet Explorer. Contributing Editor to Smashing Mag.
How can I know developers pain points without working in the same environment as developers. That's why I use a Mac.
Microsoft Developer Advocate for Internet Explorer. Contributing Editor to Smashing Mag.
How can I know developers pain points without working in the same environment as developers. That's why I use a Mac.
| Got this working under jruby 1.6.5 with trinidad as a webserver (webbrick doesn't seem to work) |
| ;; Clojure | |
| ;; Load files, set mode based on hooks and filename | |
| (require 'clojure-mode) | |
| (autoload 'clojure-mode "clojure-mode" "A major mode for Clojure" t) | |
| (add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode)) | |
| (require 'swank-clojure) |
| # | |
| # Module dependencies | |
| # | |
| utils = require './utils' | |
| # | |
| # @api private | |
| # | |
| class Mapper | |
| constructor: (phases, riak) -> |