search : clojure

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Wheels is heavily inspired by Ruby on Rails, for example. Most of these frameworks offer fairly standard features, regardless of which language they are built with, but some languages are unusual enough that their web frameworks look very different. I work with Clojure a lot. […] The post The power of Cold
2608657 CF-4032723 External U. I use some and every quite a bit in Clojure. I haven't yet used them in Lucee but I think this would be excellent low-hanging fruit for Adobe to add, to show they care about the _language_ and making it better.
2608695 CF-4021994 External U. FWIW, Clojure attempted to do this sort of exception wrapping a while back and it caused havoc with real world code so they backed off and left exceptions unwrapped. I cannot imagine _why_ the CF team think exceptions need to be wrapped in this case? It's a really bad
overloading. Another situation relevant language that supports this is Groovy (which is like what CFML could have become had it been stewarded properly). Rust does; Go doesn't. Swift does. Scala does. Erlang doesn't seem to (but could not find a definitive source), F# does. Clojure seems to allow it
inside the runtime. Clojure allows for metadata on certain types of values but that's built into the core of how values are handled and there is a cost associated with that: every value (with a few exceptions) has to be an object and have a pointer to metadata (so supporting metadata in general can