Feed on
Posts
Comments

Archive for May, 2006

Macro Intro

Been messing around with macros recently and thought I’d give an introduction to the power of macros and the fun you can have with them. Lisp is expressed as lists, which means that you can write programs that write programs. One way to do this is with ‘eval’ : (eval ‘(+ 1 2 3)). [...]

Read Full Post »

I was always skeptical of XEmacs and Lisp. Lisp is funny looking and so are XEmac’s keybindings. But once you put the two together you may realize that you have been missing out for years, that is how I felt. I started getting into Lisp for the past couple months and thus XEmacs as well. [...]

Read Full Post »

Have not done too much reading up on physics, quantum or classic, recently but must post something since Jordan has. You bring up the point of determinism. In my nonexpert opinion the universe is set on a determined path and things such as randomness and “free will” are just illusions caused by our inability to [...]

Read Full Post »

JBoss is the one thing stopping me from saying Java is a complete waste. Below I posted not the best part of JBoss, but an interesting part none the less. This code creates a join table between the Project table and StakeHolder table, a many-to-many association. Of course you also have to have your Project [...]

Read Full Post »

First Post

Just created a new blog for talking about programming/linux.

Read Full Post »