Backstory: I spent a great deal of time writing and extending a thread-safe, fault-tolerant enterprise framework for my current employer. The lead architect designed something of beauty, and it has been a real joy to work with it every day for the past two years. End of backstory.
When I started toying with Erlang as a [...]
Posts Tagged ‘programming’
You may or may not have heard of PURE, the JavaScript template engine. The good folks over at BeeBole have released PURE as an open source project under the MIT license.
In a nutshell, PURE is a lightweight library for rendering HTML. Observe (shamelessly borrowed from the PURE documentation):
1
2
3
function r() {
$(’#foo’).autoRender({ "bar": [...]
