<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Playing With Pointers &#187; language</title>
	<atom:link href="http://playingwithpointers.com/archives/tag/language/feed" rel="self" type="application/rss+xml" />
	<link>http://playingwithpointers.com</link>
	<description>One step closer to reflective equilibrium.</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Learning LISP</title>
		<link>http://playingwithpointers.com/archives/285</link>
		<comments>http://playingwithpointers.com/archives/285#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:29:51 +0000</pubDate>
		<dc:creator>Sanjoy</dc:creator>
				<category><![CDATA[Digital Dope]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[LISP]]></category>
		<category><![CDATA[summers]]></category>

		<guid isPermaLink="false">http://playingwithpointers.com/?p=285</guid>
		<description><![CDATA[For the past few week, I&#8217;ve been learning LISP on weekends, this being a part of my new &#8216;Two programming languages a year&#8217; resolution (I plan to learn Haskell later this year and FORTH and Clojure next year). While I was mostly inspired by Paul Graham (if you don&#8217;t know who he is, you should [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">
For the past few week, I&#8217;ve been learning LISP on weekends, this being a part of my new &#8216;Two programming languages a year&#8217; resolution (I plan to learn Haskell later this year and FORTH and Clojure next year). While I was mostly inspired by Paul Graham (if you don&#8217;t know who he is, you should probably jump off a roof), I also wanted to have a look at what has kept LISP alive for sixty years. I was not disappointed.
</p>
<p align="justify">
The coolest thing about LISP is the way you express your program as a tree. While it initially feels a little counter-intuitive, this counter-intuition is the same one one feels when switching to Linux from Windows &#8211; &#8220;Where is my C:\ drive? Where is my start menu?&#8221;. As you write more code, it becomes difficult <em>not</em> not to think this way.
</p>
<p align="justify">
While most people will disagree with the statement above and talk about how the macro system is really the coolest feature of LISP, I think S-expressions naturally lead to the <code>defmacro</code> construct. Such a construct will not have been possible in languages like C and Java, simply because the programmer does not have any access to the underlying representation.
</p>
<p align="justify">
Currently I&#8217;m following this fantastic book called &#8216;Practical Common LISP&#8217; and working on a Limp / SBCL stack. Once I&#8217;m done with &#8216;Practical Common LISP&#8217; I&#8217;ll move on to &#8216;On LISP&#8217; by Paul Graham.</p>
]]></content:encoded>
			<wfw:commentRss>http://playingwithpointers.com/archives/285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.729 seconds -->

