[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Second lisp lecture: Functions as first-class objects in lisp
- To: Rao Kambhampati <rao@asu.edu>
- Subject: Second lisp lecture: Functions as first-class objects in lisp
- From: Subbarao Kambhampati <rao@asu.edu>
- Date: Thu, 19 Feb 2009 10:03:14 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ah7ZlBaK3v3GGOtP0i0t4JpWgquhf1BfiDit2arfZvk=; b=MPHTksQrXzxiWBabCdVXVlnysrI/ww+lvJWqkYxovPSQAxWWX+0q2yW5bVJblG+YlJ wkH2jd9BdkRDrg6yvrxfCUhmEPDgeDO69M1AGnQghwsYKKJG2eEyKXt3EafEe6Jv6OW4 XWpBjhGL/q59M1lK3rkWwahIBR8bMW/V9dyUg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=BotGJASPS2/N6o4MHhUQIejpc7qiBR/Qr/WH9/vZwYIFpGrRT7jN+GI2sgdpkVfazI 74B+AwvnsNFkVaaDMQ0rSezoy0LhSH0uN6mlOAXW10oviWfu7zTN2GqXK5YyUfvQ1qZb 236yxoJwi2n/H3uToJfZLFYuSEe8Gfe5a2WWg=
- Sender: subbarao2z2@gmail.com
Folks:
Here is the second installment on lisp. In this, I discuss how functions can be passed as arguments to other functions
and how this leads to a very flexible abstraction. I also discuss the implication of this for the A* search code I gave.
The avi file is a little longer than 1gb, and so I had to split it into two parts. You can put them together by
using hjsplit (free at http://www.download.com/HJ-Split/3000-2248_4-10550268.html )
http://www.transferbigfiles.com/Get.aspx?id=2be376aa-b70a-493a-8c1f-47ba4ab7ed5c
http://www.transferbigfiles.com/Get.aspx?id=caa2b0b5-929a-48cc-b5bc-aea271500423
the links expire on Feb 24th.
Rao