- Paste number 89840: Multimaps
multimap implementation for clojure
in Public bookmarks with clojure libraries
- Pattern Matching In Clojure
library for ocaml like pattern matching
in Public bookmarks with clojure libraries
- paulbatum's clojure-clr at with-dependencies - GitHub
supposedly easier to build version of clojureclr
in Public bookmarks with clojure
- Persistent Data Structures and Managed References
Rich Hickey on philosopy of clojure
in Public bookmarks with clojure
- polyglot maven for clojure
first class maven support for clojure
in Public bookmarks with clojure tools
- Porting Common Lisp code to Clojure @ Stack Overflow
in Public bookmarks with clojure lisp
- Profiling clojure with JVisualVM
in Public bookmarks with clojure tools
- Programming Language Cheat Sheets @ Hyperpolyglot
examples illustrated across languages: scripting, lisp dialects, systems, math
in Public bookmarks with clojure csharp programming python reference
- Protocols and default method implementations @ google groups
good thread on rationale, use cases, and implementation of protocols
in Public bookmarks with clojure tbu
- relevance's labrepl at master - GitHub
Labrepl is an environment for exploring the Clojure language. It includes: * a web application that presents a set of lab exercises with step-by-step instructions * an interactive repl for working with the lab exercises * solutions with passing tests * up-to-date versions of Clojure, contrib, incanter, compojure and a bunch of other libraries to explore
in Public bookmarks with clojure
- RFC on my letrec macro @ google groups
macro allows "tying the knot" in clojure. Links to description of problem
in Public bookmarks with clojure tbu
- richard-lyman's amotoen at master - GitHub
Amotoen is a Clojure library that supports PEG style definitions of grammars that can produce parsers. While there are academic papers available that rigorously define PEG, I've found that PEGs, or Parsing Expression Grammar(s), are best explained by the related Wikipedia page. The clj-peg library was a predecessor to Amotoen and as such, Amotoen keeps the feel of the syntax in clj-peg. There are, however, significant differences between using clj-peg and using Amotoen. The most significant of those differences can be found in the lack of macros, gen-class, or gen-interface. The clj-peg library used the dirty three in the core, and Amotoen avoids all of them entirely.
in Public bookmarks with clojure libraries tbu
- richhickey's clojure-clr at master - GitHub
home of clojureclr project
in Public bookmarks with clojure
- Rifle-Oriented Programming with Clojure
how clojure addresses OOP
in Public bookmarks with clojure
- Sean Devlin's videos on Vimeo
clojure videos including leinigen, transients, promises, etc
in Public bookmarks with clojure videos
- Setting up Clojure, Emacs, Slime, and Swank (Unto.net Wiki)
minimal instructions
in Public bookmarks with clojure emacs
- SICP in Clojure
sicp adapted for clojure
in Public bookmarks with clojure ebook tutorial
- Simple deftype/defprotocol example
Simple demonstration of deftype/defprotocol for clojure
in Public bookmarks with clojure patterns
- Software Maven
Top 10 reasons why Maven sucks...not! -- debunking maven myths
in Public bookmarks with clojure java tools
- solving pythagorean triplet problem in clojure @ google groups
good examples of finding "close" integers and list comprehensions
in Public bookmarks with clojure
« Previous
Next »
clojure from all users