Programming

Clojure

5 thoughts
last posted Feb. 14, 2015, 11:35 p.m.
0
get stream as: markdown or atom
0

Clojure templating frameworks: Fleet, Selmer and Stencil.

Fleet uses a special kind of limited syntax to interpolate what seems to be Clojure code into a template.

Selmer is inspired by Django's templating and is used in the Caribou framework.

Stencil is a fairly straight-forward Mustache port

0

Clabango is a Django templating port, that also seems to support filters and inheritance. Looks a bit less active than Selmer but its hard to see any differences between them currently.

0

Use complement to invert a predicate.

E.g. (complement string?)

0

A tuple library for small collections clj-tuple

0

Need to use http but don't necessarily have a problem that warrants downloading the entire Apache HTTP client? Enter clj-http-lite which just uses the Java core libraries (but retains a sane interface).