http://formpluslogic.blogspot.com/2010/07/better-clojure-test-results-with-deview.html
Does a nice diff on the actual versus expected results and cleans up the stack trace for quicker debugging.
Posted via email from miner49r
Posted via email from miner49r
So here is a quick reference listing all core operations - core API, special forms, reader macros and Java interop - in Clojure 1.2.
Posted via email from miner49r
This post explains how to setup a Clojure environment step-by-step, including a workingcljscript (the common name for Clojure’s REPL). For this post I used thecljscript contained within the Getting Started guide on Wikibooks as a base, but I built on top of it , so as to customize and improve it.
Posted via email from miner49r
Posted via email from miner49r
To use App Inventor, you do not need to be a developer. App Inventor requires NO programming knowledge. This is because instead of writing code, you visually design the way the app looks and use blocks to specify the app's behavior.
Posted via email from miner49r
aleph is a new ultra-thin wrapper around the popular Netty framework by Zachary Tellman.
In Clojure we don't need to use callbacks. This means for common things like talking to databases, we don't need them to have asynchronous interfaces. That's because we have really fantastic primitives in the language itself for dealing with concurrency. This code runs twice as fast as the Node.js counterpart - probably due to the excellent perf of Clojure coupled with leveraging multiple cores.
Posted via email from miner49r
Posted via email from miner49r
Posted via email from miner49r