Saturday, January 11, 2003


Aspects: Invocations are first class objects.

Some of the more advanced programming languages let us have functions as first class objects, and some even do continuations.  Aspects (through toolkits like JAC) let us get at a call before it happens, possibly modifying what's going on in it, and performing pre- and post-activities.  I wonder what a language that directly supported invocations as first class objects would look like.  You'd be able to work with them, pass them around, trigger them once, again...adjusting parameters as you go.

Current aspect-oriented programming systems just don't seem to feel right for this stuff, yet.  The dynamic nature of JAC is clearly the way to go...being able to splice complex creations together at runtime is at the heart of any modern system.  Compile-time flexibilty (a la AspectJ) just isn't good enough for enterprise class systems.

I want something that's going to give me the clean syntax of an AspectJ, but the runtime flexibility of JAC...I think that runtime flexibility should be in the language. 

Which brings up another point.

Minimalist languages are stupid.  Let's see -- I can have a very small language where I have to code everything, or a bigger language where many of the complicated things are done right for me.  I'll go with the more complex language any time.  It just doesn't take all that long to learn them!  Learning libraries is much more complex than learning languages.


4:55:17 PM    

Out of the Air.

Hmm.  The plane was old, man.  I am just not used to it.  Old airplane, high wing, different airport, tiny runway, unfamiliar procedures, radio that didn't work as well as I'm used to.  Add all that together...I just don't know about training there.  I think that I'd rather just spend the extra $25 an hour and do what I've been used to doing -- much newer plane, easier navigation...you name it.  It's too bad flying has to be so expensive...

I'm glad I tried it, though.  Got up in the air again.  The one thing that's good about the older planes is that they just trim out really nicely...very smooth controls, usually.  The newer Warrior III that I usually fly seems to have significant static friction that you have to overcome while you're flying.  You can't really fly it with your fingertips, like you can some other planes.


4:36:27 PM    

In the Air.

If the weather's good tomorrow I'll be out on my first lesson in quite some time.  I haven't been able to fly in a while (it's a really expensive hobby!).  We'll see how things go with the new instructor tomorrow -- if I like what I see then I can switch and not have to drive for an hour to get there!  This airfield is much closer.  I might get to do a longer flight on Sunday too...


2:10:36 AM