<?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>adraðblog &#187; That language</title>
	<atom:link href="http://adradh.org.uk/b/cat/lang/feed/" rel="self" type="application/rss+xml" />
	<link>http://adradh.org.uk/b</link>
	<description>:: {- insert a pretend Haskell type here -}</description>
	<lastBuildDate>Thu, 03 Dec 2009 23:47:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>hmf</title>
		<link>http://adradh.org.uk/b/post/hmf/</link>
		<comments>http://adradh.org.uk/b/post/hmf/#comments</comments>
		<pubDate>Sat, 16 May 2009 19:41:15 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=185</guid>
		<description><![CDATA[Re: that language I was talking about previously: doing the parser first and the semantics after is just a little bit backwards. So I&#8217;ve stopped that. I&#8217;m thinking about its workings now. Nothing to post in that direction though. Stop rushing me. Addendum!: It&#8217;s now been (mostly) abandoned since it came to light that it [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/hmf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Varlists, again</title>
		<link>http://adradh.org.uk/b/post/varlists-again/</link>
		<comments>http://adradh.org.uk/b/post/varlists-again/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 23:22:05 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=151</guid>
		<description><![CDATA[It seems a bit ad-hoc, but for variable arglists I might just have them consume all the arglists that are the right shape. And if there&#8217;s a vararg inside it, then that will be all of them, of course. Also, this is different from single varargs, but a varlist has to have at least one [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/varlists-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Declarations vs. assignments</title>
		<link>http://adradh.org.uk/b/post/declarations-vs-assignments/</link>
		<comments>http://adradh.org.uk/b/post/declarations-vs-assignments/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:36:35 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=139</guid>
		<description><![CDATA[Oh dear, another keyword. I&#8217;m not doing very well at this &#8220;as little syntax as possible&#8221; thing. But I don&#8217;t really know what else to do about this: I don&#8217;t think SSA would be a very good fit. My new nemesis: var. Other candidates like def or val haven&#8217;t been ruled out yet, though, except [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/declarations-vs-assignments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reserved words so far</title>
		<link>http://adradh.org.uk/b/post/reserved-words-so-far/</link>
		<comments>http://adradh.org.uk/b/post/reserved-words-so-far/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 16:06:35 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=130</guid>
		<description><![CDATA[The shorter this post is, the happier I&#8217;ll be. It&#8217;s meant to be more of a reference as I inevitably have to add new things. Assuming I remember to update it of course. Words fun Function literal. Has special syntax for varargs and such. The last set of parens/braces is the body. Argument to a [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/reserved-words-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variable argument lists?</title>
		<link>http://adradh.org.uk/b/post/variable-argument-lists/</link>
		<comments>http://adradh.org.uk/b/post/variable-argument-lists/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:12:43 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=119</guid>
		<description><![CDATA[Re: multi-way if, how about something like if := fun (cond, lazy then) `(conds, lazy thens) { case cond { false, 0, nil := case conds.len { 0 := nil _ := if `(conds, thens) } _ := then } } else := true if { x = 2, println("x is 2") } { x [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/variable-argument-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A language</title>
		<link>http://adradh.org.uk/b/post/a-language/</link>
		<comments>http://adradh.org.uk/b/post/a-language/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 01:05:37 +0000</pubDate>
		<dc:creator>Anders</dc:creator>
				<category><![CDATA[That language]]></category>

		<guid isPermaLink="false">http://adradh.org.uk/b/?p=110</guid>
		<description><![CDATA[As if the pile-up of university assignments doesn&#8217;t give me enough to do, I&#8217;ve been thinking about writing a tiny programming language, where as few things are taken as primitive as possible, so the user can define almost any syntax they want. So far, though, what I&#8217;ve thought of amounts to little more than Lisp [...]]]></description>
		<wfw:commentRss>http://adradh.org.uk/b/post/a-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
