|
Site highlights
LUKS - Linux Unified Key Setup
New Methods In Hard Disk Encryption - Close encounter with storage encryption
Ego - introducing myself
Recent Blog Lines
|
CLIM Screencast - Installation and Hello World Tue Feb 21 17:21:05 CET 2006
Finally, I was able to do my first CLIM screencast. It's about
installation and writing a little hello world program to give the
viewer a starting point for exploring McCLIM.
(define-key slime-doc-map "g" 'clim-lookup)to bind clim-lookup to a key in Slime. Typing "C-c C-d g" will then invoke clim-lookup. And also here is the code fragment to run hello-world without the SLIME object pasting magic I unintentionally used in the video: (run-frame-top-level (make-application-frame 'hello-world))Update on video codec: I'm using a regular ISO MPEG-4 encoder. You will be able to decode this video with any MPEG-4 decoder, but sometimes (older player have that issue) they do not recognize the video as MPEG-4 as it contains the new fourcc for ffmpeg. (Background story here.) Windows users should install a recent version of ffdshow. *nix user can grab a recent version of mplayer. VLC should work as of version 0.8.4. #cl-gardeners: a channel for Lisp newcomers! Fri Feb 10 09:08:20 CET 2006
#lisp on FreeNode is home for many experienced
CL wizard, and not primarily a place for asking trivial lisp newcomer
questions. Of course, not all of these questions are valid. Some of
those people joining #lisp simply want to get their homework done
(preferably by others). But sometimes there are people that seriously
want to learn Lisp. Every single one that is not sucked into the
Common Lisp community is a loss that might not be quantified. And
selfish as I am, I simply dislike the idea that there are any
obstacles for lisp newcomers to start writing lisp code that someday I
might be able to use :).
A Guided Tour of CLIM (draft) Mon Feb 6 13:13:41 CET 2006Here is my update to A guided Tour of CLIM, an article that was published in ACM's Lisp Pointers in 1991. This is a draft, so feedback is appreciated. The latex source of this article is maintained in the McCLIM CVS. |