Wednesday, July 14, 2010

Better Clojure Test Results with Deview

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

Tuesday, July 13, 2010

Clojure quick reference

http://faustus.webatu.com/clj-quick-ref.html

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

How to setup Clojure from scratch

http://programmingzen.com/2010/07/13/how-to-setup-clojure-from-scratch/#comment-10771

This post explains how to setup a Clojure environment step-by-step, including a workingclj script (the common name for Clojure’s REPL). For this post I used the clj script 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

new slogan from Apple

I don't know what all the complaining is about.  Judicious use of duct tape fixes the problem.  It also allows you to go hands free.

Posted via email from miner49r

Monday, July 12, 2010

Cultural impact of 'Lost'

clojure.core - Clojure Examples Wiki

App Inventor for Android

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

Thursday, July 8, 2010

Clojure's edge on Node.js - dosync

http://dosync.posterous.com/22397098

 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

Wednesday, July 7, 2010

CDT - The Clojure Debugging Toolkit

http://georgejahad.com/clojure/cdt.html

> The CDT, (Clojure Debugging Toolkit,) is a set of clojure functions/macros that use the Java Debug Interface, http://java.sun.com/javase/6/docs/jdk/api/jpda/jdi/index.html, to debug a remote vm, from a repl running on another vm.

Posted via email from miner49r

Thursday, July 1, 2010

baby Quinlan

Congratulations to Duane, Hope and baby Quinlan in Nebraska.

Posted via email from miner49r