<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Category Lisp Videos</title>
    <link>http://www.bestechvideos.com/category/lisp?parent_name=lisp</link>
    <pubDate>Mon, 04 Dec 2006 12:04:06 GMT</pubDate>
    <description>BestTechVideos: Category Lisp Videos with short descriptions</description>
    <item>
      <title>Video Lectures: Structure and Interpretation of Computer Programs</title>
      <link>http://www.bestechvideos.com/2006/12/04/video-lectures-structure-and-interpretation-of-computer-programs</link>
      <description>&lt;p&gt;Structure and Interpretation of Computer Programs has been MIT's introductory pre-professional computer science subject since 1981.  It emphasizes the role of computer languages as vehicles for expressing knowledge and it presents basic principles of abstraction and modularity, together with essential techniques for designing and implementing computer languages.  This course has had a worldwide impact on computer science curricula over the past two decades.  The &lt;a href="http://mitpress.mit.edu/sicp"&gt;accompanying textbook&lt;/a&gt; by Hal Abelson, Gerald Jay Sussman, and Julie Sussman is available for purchase from the MIT Press, which also provides a freely available &lt;a href="http://mitpress.mit.edu/sicp/full-text/book/book.html"&gt;on-line version of the complete textbook&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;These twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course, given in July 1986 for Hewlett-Packard employees, and professionally produced by Hewlett-Packard Television.  The videos have been used extensively in corporate training at Hewlett-Packard and other companies, as well as at several universities and in MIT short courses for industry.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/video-lectures-structure-and-interpretation-of-computer-programs"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/science"&gt;Science&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/science/computer-science"&gt;Computer Science&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 12:04:06 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/video-lectures-structure-and-interpretation-of-computer-programs</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Practical Common Lisp</title>
      <link>http://www.bestechvideos.com/2006/11/22/practical-common-lisp</link>
      <description>  Google TechTalks
May 10, 2006

Peter Seibel

ABSTRACT

In the late 1920's linguists Edward Sapir and Benjamin Whorf hypothesized that   the thoughts we can think are largely determined by the language we speak. In his essay "Beating the Averages" Paul Graham echoed this notion and invented a hypothetical language, Blub, to explain why it is so hard for programmers to appreciate programming language features that aren't present in their own favorite language. Does the Sapir-Whorf hypothesis hold for computer languages? Can you be a great software architect if you only speak Blub? Doesn't Turing equivalence imply that language choice is just another implementation detail? Yes, no, and no says Peter Seibel, language lawyer (admitted, at various times, to the Perl, Java, and Common Lisp bars) and author of the award-winning book _Practical Common Lisp_. In his talk, Peter will discuss how our choices of programming language influences and shapes our pattern languages and the architectures we can, or are likely to, invent. He will also discuss whether it's sufficient to merely broaden your horizons by learning different programming languages or whether you must actually use them.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/22/practical-common-lisp"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/techtalks"&gt;Techtalks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/google"&gt;Google&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;</description>
      <pubDate>Wed, 22 Nov 2006 23:56:42 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/22/practical-common-lisp</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines</title>
      <link>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines</link>
      <description>&lt;p&gt;This movie is a tutorial on building web applications using KPAX,  implementing a prototype clone of Reddit, sort of anyway.&lt;/p&gt;

&lt;p&gt;We show how to use the &lt;a href="http://homepage.mac.com/svc/kpax/index.html"&gt;KPAX&lt;/a&gt; Common Lisp Web Application Framework to implement an example that is quite similar to Reddit: a collection of links is presented, sorted by points and sorted chronologically, a form allows for new links to be submitted and links can be voted up or down. We show how to interactively debug web applications. Finally we add a stylesheet to give our little application a better look (thanks to Nicky Peeters). Furthermore we show how Common Lisp allows you to write elegant code, elegantly: flexibly re-using similar code fragments, as well as developing and testing incrementally. Source code for this example: either the &lt;a href="http://homepage.mac.com/svc/LispMovies/reddit.lisp.html"&gt;syntax colored HTML version&lt;/a&gt; for viewing,  or the &lt;a href="http://homepage.mac.com/svc/LispMovies/reddit.lisp"&gt;raw LISP code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 18 Nov 2006 21:43:47 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Lisp Movies: Episode 1: HTTP Client and Server</title>
      <link>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server</link>
      <description>&lt;p&gt;This movie is about using an HTTP Client and Server in Common Lisp.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://homepage.mac.com/svc/s-http-client/index.html"&gt;S-HTTP-CLIENT&lt;/a&gt; is used to access a small HTML page from Apache, much like &lt;a href="http://curl.haxx.se/"&gt;curl&lt;/a&gt; does. &lt;a href="http://homepage.mac.com/svc/s-http-server/index.html"&gt;S-HTTP-SERVER&lt;/a&gt; is used to host the same document root as Apache from Lisp, including our small HTML page. We also show how to interact with the LispWorks IDE on Mac OS X: we explore source code, use the inspector, set a breakpoint, use the stepper and even debug running processes.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 18 Nov 2006 21:41:28 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
