<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Developing LISA Pathfinder</title>
	<atom:link href="http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/feed/" rel="self" type="application/rss+xml" />
	<link>http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/</link>
	<description>random thoughts on programming and programming languages</description>
	<lastBuildDate>Fri, 04 Nov 2011 16:12:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: gavenkoa</title>
		<link>http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/#comment-31203</link>
		<dc:creator><![CDATA[gavenkoa]]></dc:creator>
		<pubDate>Thu, 28 Oct 2010 19:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://jaortega.wordpress.com/2006/01/20/developing-lisa-pathfinder/#comment-31203</guid>
		<description><![CDATA[Nice project with nice tools.

Forth is not very good lang for embedded as always turn into DSL and if some fail all blame Forth rather then own mistake.]]></description>
		<content:encoded><![CDATA[<p>Nice project with nice tools.</p>
<p>Forth is not very good lang for embedded as always turn into DSL and if some fail all blame Forth rather then own mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: physics musings &#187; Blog Archive &#187; You&#8217;re never too old</title>
		<link>http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/#comment-148</link>
		<dc:creator><![CDATA[physics musings &#187; Blog Archive &#187; You&#8217;re never too old]]></dc:creator>
		<pubDate>Thu, 06 Apr 2006 01:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://jaortega.wordpress.com/2006/01/20/developing-lisa-pathfinder/#comment-148</guid>
		<description><![CDATA[[...] Until this fall, my work at IEEC is centered on software development. But once our application enters the testing and validation phases, i&#8217;ll have time to work on physics again. The Institute being a primarily a scientific institution, the plan is to get involved in LISA at a scientific level. Let me say that again: i&#8217;ll work on physics again. Who said dreams never come true? At first, a nagging doubt clouded my mind every now and then, a little devil whispering &#8220;you&#8217;re too old, you missed that train,&#8221; but i remembered a quote by one of my favourite authors:  It is never too late to be what you might have been. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Until this fall, my work at IEEC is centered on software development. But once our application enters the testing and validation phases, i&#8217;ll have time to work on physics again. The Institute being a primarily a scientific institution, the plan is to get involved in LISA at a scientific level. Let me say that again: i&#8217;ll work on physics again. Who said dreams never come true? At first, a nagging doubt clouded my mind every now and then, a little devil whispering &#8220;you&#8217;re too old, you missed that train,&#8221; but i remembered a quote by one of my favourite authors:  It is never too late to be what you might have been. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jao</title>
		<link>http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/#comment-51</link>
		<dc:creator><![CDATA[jao]]></dc:creator>
		<pubDate>Mon, 23 Jan 2006 21:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://jaortega.wordpress.com/2006/01/20/developing-lisa-pathfinder/#comment-51</guid>
		<description><![CDATA[arakyd, thanks for the recommendation and pointers. I&#039;ve never used Forth, and much of what you say is news to me (specially, i didn&#039;t know about the REPL). Albeit it&#039;s a little late to consider it for LISA, i will definitely take a look at it for future projects.

Thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>arakyd, thanks for the recommendation and pointers. I&#8217;ve never used Forth, and much of what you say is news to me (specially, i didn&#8217;t know about the REPL). Albeit it&#8217;s a little late to consider it for LISA, i will definitely take a look at it for future projects.</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arakyd</title>
		<link>http://programming-musings.org/2006/01/20/developing-lisa-pathfinder/#comment-48</link>
		<dc:creator><![CDATA[arakyd]]></dc:creator>
		<pubDate>Sun, 22 Jan 2006 04:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://jaortega.wordpress.com/2006/01/20/developing-lisa-pathfinder/#comment-48</guid>
		<description><![CDATA[Bare metal embedded systems: ahh, now that&#039;s real programming.

Did you consider using Forth, or are you familiar with it? It&#039;s nice for embedded systems, and it even has a history at NASA.[1] If you&#039;re not familiar with it, it&#039;s sort of like assembly language with powerful abstraction capabilities, somewhat similar to Lisp&#039;s actually; it&#039;s got a REPL, you write programs by extending the language, and all parts of the system are available to the programmer at all times, and can be modified on the fly, including the compiler.

A couple notes to (hopefully) pique your curiosity:

If you&#039;ve seen Paul Graham&#039;s page of quotes about Lisp,[2] you&#039;ve probably seen the one that says &quot;Lisp is a programmer amplifier&quot;, and maybe you noticed that he&#039;s got in parenthesis that this was first said by Chuck Moore about Forth. (Philip Koopman also makes this statement when he talks about Forth in his book about stack machines.[3])

Forth was invented by Chuck Moore in the 60&#039;s,[4] and he&#039;s still using and evolving it for his own purposes, according to his philosophy of brutal simplicity. (There are other Forths of varying interest floating around, and you can always roll your own.) To me he&#039;s a little like Alan Kay: both of them were around in the early days of computing, both were highly impressed by Lisp, and both have very low opinions of the current state of the field.[5] They&#039;ve gone in very different directions though; it would be fascinating to hear them have a conversation. It&#039;ll never happen though.

[1] http://forth.gsfc.nasa.gov/
[2] http://paulgraham.com/quotes.html
[3] http://www.ece.cmu.edu/~koopman/stack_computers/sec7_2.html#721
[4] http://www.forth.com/resources/evolution/evolve_1.html
[5] http://64.233.161.104/search?q=cache:cZptjR3TZIwJ:ultratechnology.com/moore4th.htm+site:ultratechnology.com&amp;hl=en]]></description>
		<content:encoded><![CDATA[<p>Bare metal embedded systems: ahh, now that&#8217;s real programming.</p>
<p>Did you consider using Forth, or are you familiar with it? It&#8217;s nice for embedded systems, and it even has a history at NASA.[1] If you&#8217;re not familiar with it, it&#8217;s sort of like assembly language with powerful abstraction capabilities, somewhat similar to Lisp&#8217;s actually; it&#8217;s got a REPL, you write programs by extending the language, and all parts of the system are available to the programmer at all times, and can be modified on the fly, including the compiler.</p>
<p>A couple notes to (hopefully) pique your curiosity:</p>
<p>If you&#8217;ve seen Paul Graham&#8217;s page of quotes about Lisp,[2] you&#8217;ve probably seen the one that says &#8220;Lisp is a programmer amplifier&#8221;, and maybe you noticed that he&#8217;s got in parenthesis that this was first said by Chuck Moore about Forth. (Philip Koopman also makes this statement when he talks about Forth in his book about stack machines.[3])</p>
<p>Forth was invented by Chuck Moore in the 60&#8242;s,[4] and he&#8217;s still using and evolving it for his own purposes, according to his philosophy of brutal simplicity. (There are other Forths of varying interest floating around, and you can always roll your own.) To me he&#8217;s a little like Alan Kay: both of them were around in the early days of computing, both were highly impressed by Lisp, and both have very low opinions of the current state of the field.[5] They&#8217;ve gone in very different directions though; it would be fascinating to hear them have a conversation. It&#8217;ll never happen though.</p>
<p>[1] <a href="http://forth.gsfc.nasa.gov/" rel="nofollow">http://forth.gsfc.nasa.gov/</a><br />
[2] <a href="http://paulgraham.com/quotes.html" rel="nofollow">http://paulgraham.com/quotes.html</a><br />
[3] <a href="http://www.ece.cmu.edu/~koopman/stack_computers/sec7_2.html#721" rel="nofollow">http://www.ece.cmu.edu/~koopman/stack_computers/sec7_2.html#721</a><br />
[4] <a href="http://www.forth.com/resources/evolution/evolve_1.html" rel="nofollow">http://www.forth.com/resources/evolution/evolve_1.html</a><br />
[5] <a href="http://64.233.161.104/search?q=cache:cZptjR3TZIwJ:ultratechnology.com/moore4th.htm+site:ultratechnology.com&#038;hl=en" rel="nofollow">http://64.233.161.104/search?q=cache:cZptjR3TZIwJ:ultratechnology.com/moore4th.htm+site:ultratechnology.com&#038;hl=en</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

