Name: Anonymous 2007-09-04 23:50 ID:HZ8CdFL4
Call me when there's a Lisp .NET, maybe then it'll be a little useful.
;;; Display a Windows Forms MessageBox
; Load the System.Windows.Forms assembly
(reference "System.Windows.Forms")
(using "System.Windows.Forms")
(Show MessageBox "Dont you agree?" "LSharp is Cool")