Last few weeks I’ve been toying with Msh a.k.a. Monad, the new Microsoft Command Shell. I remember reading somewhere that you could use Windows Forms but that it was impossible to bind handlers to events. Luckely, this is not true. It does require calling an exotic method (for a C# programmer at least) with an …
Category Archives: Windows Forms
Lisp
After getting Slime with CMUCL I wanted it to work in XP Professional on my company laptop too. So after fooling around with Cygwin and it’s GNU Emacs and CLISP packages to no avail I switched to the Win-32 binaries of both Emacs and CLISP. I apparently got as far as Peter Seibel – who …