Skip to content

Instantly share code, notes, and snippets.

View willkurt's full-sized avatar

Will Kurt willkurt

View GitHub Profile
@willkurt
willkurt / overloading.js
Created February 16, 2011 20:12
function overloading in JavaScript
//first some exmaples
//overload examples
var add = function(x,y){
return x+y;
}
overload("add",function(x,y,z){
return x+y+z;
});
@willkurt
willkurt / Marcql example
Created December 5, 2010 00:11
Marcql preview
#|
Here's a sample of the Marcql DSL
This is a the direct input and output of the query copied from the REPL
|#
(marcql "~/Dropbox/code/marc/will-books-5.out"
select
"008" => count-me
"245" => print-first-30
where