ILoggable

A place to keep my thoughts on programming

Tag Archives: async

Whopper of a javascript extension

I consider the start of my programming carreer to be when I learned Genera LISP on Symbolics LISP machines. Sure I had coded in Basic, Pascal and C, and unfortunately Fortran, before this, but it had always just been a … Continue reading

September 20, 2011 geek, javascript ,

Avoiding Events, or how to wrap an Event with a continuation handle

If there is one language feature of .NET that I've become increasingly apprehensive of it is events. On the surface they seem incredibly useful, letting you observe behavior without the observed object having to know anything about the observer. But … Continue reading

March 1, 2011 geek, mindtouch , , , ,