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.

The intended audience are developers that have never seen McCLIM in action before and that need guidance with the Installation and their first Hello World steps.

Get it via bittorrent: CLIM Screencast - Installation and Hello World.torrent. (Please do not link to this torrent directly, as I might change the way I intend to distribute it, please link to the permalink below. I will update this entry when I move things around.)

In the video, I forgot to mention that you can use:

(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.


Posted by clemens | Permalink | Categories: Lisp

#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 :).

Now we have a channel, where newcomers can ask question and eventually get answer by newcomers. It is #cl-gardeners. You don't have to fortuneteller to predict that sometimes newbies can answer questions by other newbies better than an experienced CL. And in most cases, both parties gain knowledge. The unexperienced newbie by getting an answer, the semi-experienced newbie by repeating his partially acquired knowledge; you'll find that learning technique in every serious "teachers handbook".

However, CL wizards that are in a mood for providing help to newcomers are invited to join #cl-gardeners to share their experience. This gives #lisp the opportunity to send help seekers to #cl-gardeners when #lisp is busy with more important stuff or simply doesn't want to give an answer. (This is also the reason why #cl-gardeners should be on the same net as #lisp.)

So, if you are interested join #cl-gardeners on FreeNode. Lurking and idling is totally ok, and actually desired. Please consider #cl-gardeners as candidate for your autojoin list.


Posted by clemens | Permalink | Categories: Lisp

A Guided Tour of CLIM (draft) Mon Feb 6 13:13:41 CET 2006

Here 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.


Posted by clemens | Permalink | Categories: Lisp