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)). [...]
Archive for May, 2006
Macro Intro
Posted in Uncategorized on May 15, 2006 | 1 Comment »
So Long Gedit, Nedit, Vi and Kile. Hello, XEmacs!
Posted in Uncategorized on May 10, 2006 | 1 Comment »
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. [...]
Quantum Answers….no, just more questions actually
Posted in Uncategorized on May 10, 2006 | 1 Comment »
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 [...]
JBoss the Java Saver
Posted in Uncategorized on May 3, 2006 | No Comments »
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 [...]
First Post
Posted in Uncategorized on May 1, 2006 | No Comments »
Just created a new blog for talking about programming/linux.