<?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>&#34;The habit of expression leads to the search for something to express.&#34;</description>
	<lastBuildDate>Tue, 01 May 2012 09:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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've been learning LISP on weekends, this being a part of my new 'Two programming languages a year' 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't know who he is, you should [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">
For the past few week, I've been learning LISP on weekends, this being a part of my new 'Two programming languages a year' 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'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 - "Where is my C:\ drive? Where is my start menu?". 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'm following this fantastic book called 'Practical Common LISP' and working on a Limp / SBCL stack. Once I'm done with 'Practical Common LISP' I'll move on to 'On LISP' 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.660 seconds -->

