Tech Stuff and Notes
on software development, computing science, software technologies, learning, etc.
2010-06-23
Blogger Page Title Hack
›
If your Blogger blog posts come up in search engines as "My Wonderfully Great Blog: Name of my post that...", it's being cut o...
2010-06-08
Building Clojure projects with Leiningen
›
When I first started learning Clojure, I had no idea the ecosystem it was situated in. C and C++ is situated in an ecosystem where there...
4 comments:
2010-06-07
Namespaces in Clojure: How to use the multitude of ns options
›
Namespaces in Clojure allow you to use various options, like :require , :use , etc . The syntax of those isn't as well documented as I...
2010-06-06
Building a Clojure app that handles command-line arguments
›
Clojure-contrib has a great package ( clojure.contrib.command-line ) that'll process command-line arguments for you so you don't hav...
2010-06-05
Leiningen 1.1.0 bugs
›
There's a pesky bug in Leiningen 1.1.0 right now. Actually two. One attacks modules with dashes in their name (you should get a java....
‹
›
Home
View web version