Dustin's Programming Stuff

Upgrading

[dking.org] / [Programming] / [2010] /

I'm splitting the programming stuff off from the main blog. This will hopefully make the main blog less annoying for non-programmers who read it, if anybody still does. And for this programming section I'm "upgrading" from my homegrown PHP blogging system to hand-coded HTML.

I will enumerate the reasons in an unordered list:

The "way I want" would ideally mean that it:

So if I can get sufficiently annoyed to start working on this, I will probably use Clojure. I'm trying to make it my non-work language of choice, because I'd like to become fluent in a Lisp dialect. In the meantime I've started making a simple game using Clojure and Swing. The Swing part is in Java and contains the raw graphics and keyboard events. The actual responses to the events and the vector graphics logic are in Clojure. I wonder if it's common to have a "Java layer" in clojure programs. I guess that's what the interop is there for.