clabango icon indicating copy to clipboard operation
clabango copied to clipboard

it's a templating language for clojure I guess?

Results 5 clabango issues
Sort by recently updated
recently updated
newest added

It makes it's easier for tags to decide if they've received a string or a name of variable from context.

added `[clabango "0.5"]` to my project.clj did `lein deps`, no problems did `lein repl` entered: `(ns example.core (:require [clabango.filters :refer [deftemplatefilter]] [clabango.parser :refer [render]]))` got: `CompilerException java.lang.RuntimeException: Unable to resolve...

Not sure why (I did try some type conversion but the parser doesn't like anything besides string and boon or what not. So doing `(repeat (Integer. repeat-times) body-nodes)` doesn't work...

I've tried everything I could in Luminus but no way "include" will work. Any other magic required that didn't get mentioned perhaps? Am I missing something? **update**: It still doesn't...

When I mentioned this on #clojure, @bitemyapp suggested I file an issue, although I don't see this as a real bug. When doing silly things with includes and extends, I...