December 2011
28 posts
Anonymous asked: where do you live
10 tags
What I learnt about Clojure today.
I’m reading “The Joy of Clojure”, and it is wonderful. The following is what I learnt today:
Maps can be used as functions for value lookups:
({:a 3, :b 4} :a)
;-> 3
Keywords can also be used as function to look up map values:
(:b {:a 3, :b 4})
;-> 4
To split a string using regular expressions, use (.split reg string). Also that .split results in a Java array, so we...
3 tags
Mind Implosion
Thought I’d finally have a look into what Logic Programming is. It’s pretty sick.
http://www.youtube.com/watch?v=n2Wz9oKpZjs
6 tags
3 of my JavaScript Experiments →
Function Chaining - FnChain
“Provide a mechanism for appending functions to others, retaining access to all chained functions. Evaluating a Function Chain variable, should invoke each appended function in order. Extra functionality could include the removal of functions and the ability to clone and extend exiting chains.”
Property Event Listening - PEL
“Allow callbacks for property change...
3 tags
Programmers - You're already a pretty good... →
2 tags
Win a paid for GitHub account for life! →
8 tags
Nifty JavaScript Experiments →
I’ve started a new project! I’ll be publishing some JavaScript experiments and pushing my implementations to GitHub: https://github.com/LiamGoodacre
3 tags
iWebInspector →
Web Debugging for Safari on iPhone, iPad and PhoneGap
2 tags
DocHub – Web Documentation (Similar to JavaDocs) →
5 tags
8 tags
html5 Canvas Tutorials →
1 tag
Reply: (±0.2 Billion Years.): Help settle a... →
14-billion-years-later:
Okay, so every once in a while I swear and every fucking time someone takes offense. Are words inherently offensive or is it the intention behind them that is to be found offensive? Say I use “fag” in an inoffensive way, is it still offensive? My argument is that people shouldn’t get offended by…
Short rant:
Being offended is from the self. Words cannot harm,...