Skip to content

Instantly share code, notes, and snippets.

;;
;; NS CHEATSHEET
;;
;; * :require makes functions available with a namespace prefix.
;;
;; * :use makes functions available without a namespace prefix
;; (i.e., refers functions to the current namespace).
;;
;; * :import refers Java classes to the current namespace.
;;
define ( ['somewhere/someFunc'], function (someFunction) {
return someFunction(anotherFunction);
function anotherFunction() {
// stuff
};
});
@balanceiskey
balanceiskey / esnextbin.md
Created February 12, 2016 14:45
esnextbin sketch
@balanceiskey
balanceiskey / esnextbin.md
Last active February 18, 2016 16:41
esnextbin sketch

Using GitHub for image storage...