<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://lambda-the-ultimate.org">
<channel>
 <title>Lambda the Ultimate - General</title>
 <link>http://lambda-the-ultimate.org/taxonomy/term/6/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Computational Thinking</title>
 <link>http://lambda-the-ultimate.org/node/2824</link>
 <description>&lt;blockquote &gt;Computational thinking is a fundamental skill for everyone, not just for computer scientists. To reading, writing, and arithmetic, we should add computational thinking to every child’s analytical ability. Just as the printing press facilitated the spread of the three Rs, what is appropriately incestuous about this vision is that computing and computers facilitate the spread of computational thinking.&lt;/blockquote&gt;
&lt;blockquote &gt;Computational thinking involves solving problems, designing systems, and understanding human behavior, by drawing on the concepts fundamental to computer science. Computational thinking includes a range of mental tools that reflect the breadth of the field of computer science.&lt;/blockquote&gt;
&lt;p &gt;from &lt;a href=&#039;http://www.cs.cmu.edu/afs/cs/usr/wing/www/publications/Wing06.pdf&#039;&gt;Jeannette M. Wing&#039;s Computational Thinking Manifesto&lt;/a&gt;&lt;/p&gt;
&lt;p &gt;The &lt;a href=&#039;http://www.cs.cmu.edu/~CompThink/&#039;&gt;Center for Computation Thinking&lt;/a&gt; at CMU has more information about the subject.&lt;/p&gt;
&lt;p &gt;We talked briefly about Computational Thinking &lt;a href=&#039;http://lambda-the-ultimate.org/node/1748&#039;&gt;back in 2006&lt;/a&gt;. Recently I listened to &lt;a href=&#039;http://itc.conversationsnetwork.org/shows/detail1844.html&#039;&gt;Jon Udell&#039;s interview with Jeannette Wing&lt;/a&gt; and realized that it&#039;s time to bring this subject up again for discussion.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/18">Teaching &amp; Learning</category>
 <pubDate>Wed, 28 May 2008 16:16:18 -0400</pubDate>
</item>
<item>
 <title>Automatic Patch-Based Exploit Generation</title>
 <link>http://lambda-the-ultimate.org/node/2793</link>
 <description>Brumley, Poosankam, Song &amp;amp; Zheng, 2008.  &lt;a href=&quot;http://www.cs.cmu.edu/~dbrumley/pubs/apeg.pdf&quot;&gt;Automatic Patch-Based Exploit Generation is Possible: Techniques and Implications&lt;/a&gt;:
&lt;blockquote &gt;The automatic patch-based exploit generation problem is: given a program P and a patched version of the program P′, automatically generate an exploit for the potentially unknown vulnerability present in P but fixed in P&#039;. In this paper, we propose techniques for automatic patch-based exploit generation, and show that our techniques can automatically generate exploits for 5 Microsoft programs based upon patches provided via Windows Update. Although our techniques may not work in all cases, a fundamental tenet of security is to conservatively estimate the capabilities of attackers. Thus, our results indicate that automatic patch-based exploit generation should be considered practical. One important security implication of our results is that current patch distribution schemes which stagger patch distribution over long time periods, such as Windows Update, may allow attackers who receive the patch first to compromise the significant fraction of vulnerable hosts who have not yet received the patch.
&lt;/blockquote&gt;
The technique is based on flow analysis, to test code that gets changed for boundaries where safety properties fail.  The limitations of the technique they have developed automatically generate vulnerabilities for only a small fraction of propagated updates.  Nonetheless I find it astonishing that such a simple analysis can provide such a payoff.  Via &lt;a href=&quot;http://www.schneier.com/blog/archives/2008/04/reverseengineer.html&quot;&gt;Bruce Schneier&lt;/a&gt;.</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Tue, 29 Apr 2008 08:35:42 -0400</pubDate>
</item>
<item>
 <title>Safe and Secure Software in Ada</title>
 <link>http://lambda-the-ultimate.org/node/2757</link>
 <description>&lt;p &gt;A first installment of a booklet by John Barnes titled &lt;a href=&quot;http://www.adacore.com/2008/04/08/gem-30/&quot;&gt;Safe and Secure Software: An Introduction to Ada 2005&lt;/a&gt;. &lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
The purpose of this booklet is to illustrate the ways in which Ada 2005 can help in the construction of reliable software, by illustrating some aspects of its features. It is hoped that it will be of interest to programmers and managers at all levels.
&lt;p &gt;
It must be stressed that the discussion is not complete. Each chapter selects a particular topic under the banner of Safe X where Safe is just a brief token to designate both safety and security. For the most critical software, use of the related SPARK language appears to be very beneficial, and this is outlined in Chapter 11.&lt;br &gt;
&lt;/blockquote&gt;
&lt;p &gt;
The introduction is rather amusing, so even non Ada fans may want to take look.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Tue, 08 Apr 2008 18:27:21 -0400</pubDate>
</item>
<item>
 <title>CERT C Secure Coding Standard</title>
 <link>http://lambda-the-ultimate.org/node/2733</link>
 <description>&lt;p &gt;From &lt;a href=&quot;http://www.mail-archive.com/sc-l@securecoding.org/msg02205.html&quot;&gt;SC-L&lt;/a&gt;:&lt;P &gt;&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
We would like to invite the community to review and comment on the current version of the CERT C Secure Coding Standard available online at &lt;a href=&quot;http://www.securecoding.cert.org&quot;&gt;www.securecoding.cert.org&lt;/a&gt; before Version 1.0 is published.&lt;br &gt;
&lt;/blockquote&gt;
&lt;p &gt;
Hey, maybe this is also relevant for the curriculum &lt;a href=&quot;http://lambda-the-ultimate.org/node/2731&quot;&gt;thread&lt;/a&gt;.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Sat, 22 Mar 2008 03:34:34 -0400</pubDate>
</item>
<item>
 <title>When Are Two Algorithms the Same?</title>
 <link>http://lambda-the-ultimate.org/node/2729</link>
 <description>&lt;small&gt;&lt;a href=&quot;http://research.microsoft.com/research/pubs/view.aspx?0rc=p&amp;type=technical+report&amp;id=1434&quot;&gt;When Are Two Algorithms the Same?&lt;/a&gt; Andreas Blass, Nachum Dershowitz, Yuri Gurevich. February 2008&lt;/small&gt;&lt;p&gt;
&lt;blockquote&gt;
People usually regard algorithms as more abstract than the programs that implement them. The natural way to formalize this idea is that algorithms are equivalence classes of programs with respect to a suitable equivalence relation. We argue that no such equivalence relation exists.
&lt;/blockquote&gt;&lt;p&gt;
A bit more philosophical than usual, but the issue is quite relevant to discussions in the field.&lt;p&gt;
It is possible to stipulate any equivalence relation that is considered useful (e.g., equivalence up to local transformations) but the notion of a universally applicable relation is indeed problematic.</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Fri, 21 Mar 2008 15:48:03 -0400</pubDate>
</item>
<item>
 <title>STEPS Toward The Reinvention of Programming: First Year Progress Report</title>
 <link>http://lambda-the-ultimate.org/node/2725</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://www.vpri.org/&quot;&gt;Viewpoints Research&lt;/a&gt; have published the &lt;a href=&quot;http://vpri.org/pdf/steps_TR-2007-008.pdf&quot;&gt;first year&#039;s status report&lt;/a&gt; on their &lt;a href=&quot;http://lambda-the-ultimate.org/node/2021/&quot;&gt;previously discussed&lt;/a&gt; project.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Wed, 19 Mar 2008 23:54:51 -0400</pubDate>
</item>
<item>
 <title>Programmers At Work</title>
 <link>http://lambda-the-ultimate.org/node/2702</link>
 <description>&lt;p &gt;Via &lt;a href=&quot;http://www.wordyard.com/2008/02/28/links-for-february-28th/&quot;&gt;Scott Rosenberg&lt;/a&gt; (whose book &lt;i &gt;Dreaming in Code&lt;/i&gt; I think we mentioned here before), I learn than Susan Lammers is making the interviews from her 1984 book &lt;i &gt;Programmers At Work&lt;/i&gt; &lt;a href=&quot;http://programmersatwork.wordpress.com/&quot;&gt;available on the Web&lt;/a&gt;.&lt;p &gt;
Here is how she describes the goals of her new site:&lt;br &gt;
&lt;blockquote &gt;&lt;p &gt;
Many people have urged me over the years to do a second Programmers At Work (PAW) with a new generation of programmers and I’ve sketched out the project, made lists of new folks to feature, done inquiries, thought about going back to talk to the guys in the original edition, and other variations . Now with this web site, I will make the original interviews available online, and perhaps it will become the seed for a more “thoroughly modern” approach to the PAW series. What I’m hoping we can kindle on this site is an ongoing exploration and dynamic conversation with the &quot;connected&quot; community of programmers on the web about the creative process in programming.&lt;/blockquote&gt;
&lt;p &gt;
Who better than the LtU community to contribute to such a conversation?&lt;p &gt;
The first PAW interview posted to the site is the interview with &lt;a href=&quot;http://programmersatwork.wordpress.com/2008/02/29/charles-simonyi-19862008/&quot;&gt;Charles Simonyi&lt;/a&gt;, a man whose views of the future of programming, and programming languages, are mentioned here often (though not always with great enthusiasm).&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Fri, 29 Feb 2008 03:02:57 -0500</pubDate>
</item>
<item>
 <title>Arc is released</title>
 <link>http://lambda-the-ultimate.org/node/2643</link>
 <description>&lt;p &gt;Make of it what you will, but &lt;a href=&quot;http://arclanguage.org/&quot;&gt;Arc&lt;/a&gt; is now &lt;a href=&quot;http://paulgraham.com/arc0.html&quot;&gt;officially released&lt;/a&gt;.&lt;p &gt;
This part of Graham&#039;s announcement is a gem:&lt;br &gt;
&lt;blockquote &gt;&lt;p &gt;
I worry about releasing it, because I don&#039;t want there to be forces pushing the language to stop changing. Once you release something and people start to build stuff on top of it, you start to feel you shouldn&#039;t change things. So we&#039;re giving notice in advance that we&#039;re going to keep acting as if we were the only users. We&#039;ll change stuff without thinking about what it might break, and we won&#039;t even keep track of the changes.
&lt;p &gt;
I realize that sounds harsh, but there&#039;s a lot at stake. I went to a talk last summer by Guido van Rossum about Python, and he seemed to have spent most of the preceding year switching from one representation of characters to another. I never want to blow a year dealing with characters. Why did Guido have to? Because he had to think about compatibility. But though it seems benevolent to worry about breaking existing code, ultimately there&#039;s a cost: it means you spend a year dealing with character sets instead of making the language more powerful.&lt;br &gt;
&lt;/blockquote&gt;
&lt;p &gt;
This sure made me smile...&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Wed, 30 Jan 2008 02:07:02 -0500</pubDate>
</item>
<item>
 <title>Prediction for 2008</title>
 <link>http://lambda-the-ultimate.org/node/2600</link>
 <description>&lt;p &gt;So, what are your prediction for 2008? Naturally, we are only interested with predictions related to programming languages...&lt;p &gt;
Three types of predictions are thus in order: (1) Predictions about PLT research (direction, fads, major results) (2) Predictions about programming languages (whether about specific languages, or about families etc.) and (3) Predictions about industrial use of languages/language-inspired techniques (adoption, popularity).&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Tue, 08 Jan 2008 16:54:54 -0500</pubDate>
</item>
<item>
 <title>OCaml Light: A Formal Semantics For a Substantial Subset of the Objective Caml Language</title>
 <link>http://lambda-the-ultimate.org/node/2544</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://www.cl.cam.ac.uk/~so294/ocaml/&quot;&gt;OCaml Light: a formal semantics for a substantial subset of the Objective Caml language.&lt;/a&gt;&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
OCaml light is a formal semantics for a substantial subset of the Objective Caml language. It is written in Ott, and it comprises a small-step operational semantics and a syntactic, non-algorithmic type system. A type soundness theorem has been proved and mechanized using the HOL-4 proof assistant, thereby ensuring that the proof is free from errors. To ensure that the operational semantics accurately models Objective Caml, an executable version of the semantics has been created (and proved equivalent in HOL to the original, relational version) and tested on a number of small test cases.&lt;/p&gt;
&lt;p &gt;Note that while we have tried to make the semantics accurate, we are not part of the OCaml development team - this is in no sense a normative specification of the implemented language.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;From a team including Peter Sewell (&lt;a href=&quot;http://lambda-the-ultimate.org/node/163&quot;&gt;Acute&lt;/a&gt;, &lt;a href=&quot;http://lambda-the-ultimate.org/node/1460&quot;&gt;HashCaml&lt;/a&gt;, &lt;a href=&quot;http://lambda-the-ultimate.org/node/2002&quot;&gt;Ott&lt;/a&gt;).&lt;/p&gt;
&lt;p &gt;I continue to believe that things are heating up nicely in mechanized metatheory, which, in the multicore/multiprocessor world in which we now live, is extremely good news.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/11">Functional</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/8">Implementation</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/12">Object-Functional</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/29">Semantics</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/19">Theory</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/21">Type Theory</category>
 <pubDate>Mon, 26 Nov 2007 13:33:45 -0500</pubDate>
</item>
<item>
 <title>Online Learning of Relaxed CCG Grammars for Parsing to Logical Form</title>
 <link>http://lambda-the-ultimate.org/node/2521</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://people.csail.mit.edu/lsz/papers/zc-emnlp07.pdf&quot;&gt;Online Learning of Relaxed CCG Grammars for Parsing to Logical Form&lt;/a&gt;, Luke S. Zettlemoyer and Michael Collins. Empirical Methods in Natural Language Processing and Computational Natural Language Learning, 2007.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
We consider the problem of learning to parse sentences to lambda-calculus representations of their underlying semantics and present an algorithm that learns a weighted combinatory categorial grammar (CCG). A key idea is to introduce non-standard CCG combinators that relax certain parts of the grammar—for example allowing flexible word order, or insertion of lexical items— with learned costs. We also present a new, online algorithm for inducing a weighted CCG. Results for the approach on ATIS data show 86% F-measure in recovering fully correct semantic analyses and 95.9% F-measure by a partial-match criterion, a more than 5% improvement over the 90.3% partial-match figure reported by He and Young (2006)
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;This paper isn&#039;t exactly PL, though Ehud has been okay with the odd foray into computational linguistics before. I thought it was interesting to see machine learning work make use a typed formalism like categorial grammars to handle long-range dependencies, and it leaves me wondering if it&#039;s possible to set these kinds of techniques onto program analysis problems.&lt;/p&gt;
&lt;p &gt;One neat thing about the CCG formalism is that you have parsing, which is described more or less as a typechecking problem, and &lt;em &gt;separately&lt;/em&gt; you have the semantic constraints, which are basically lambda-calculus terms that build up a term in first-order logic. So I can imagine doing something like writing down how you&#039;re supposed to use a library as semantic constraints that add up to a Prolog program, and then at compile time the compiler walks the typing derivation to construct the program, and then runs it to figure out if you&#039;re doing something dumb (according to the library designers). I don&#039;t know if that actually makes sense, but this work certainly prompted me to think.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Fri, 02 Nov 2007 16:32:28 -0400</pubDate>
</item>
<item>
 <title>Gödel, Nagel, minds and machines</title>
 <link>http://lambda-the-ultimate.org/node/2515</link>
 <description>&lt;p &gt; Solomon Feferman. &lt;a href=&quot;http://math.stanford.edu/~feferman/papers/godelnagel.pdf&quot;&gt;Gödel, Nagel, minds and machines.&lt;/a&gt; Ernest Nagel Lecture, Columbia University, Sept. 27, 2007.&lt;br &gt;
&lt;blockquote &gt;&lt;p &gt;
Just fifty years ago, Ernest Nagel and Kurt Goedel became involved in a serious imbroglio about the possible inclusion of Goedel’s original work on incompleteness in the book, &lt;em &gt;Goedel’s Proof&lt;/em&gt;, then being written by Nagel with James R. Newman.  What led to the conflict were some unprecedented demands that Goedel made over the use of his material and his involvement in the contents of the book - demands that resulted in an explosive reaction on Nagel’s part.  In the end the proposal came to naught.  But the story is of interest because of what was basically at issue, namely their provocative related but contrasting views on the possible significance of Goedel’s theorems for minds vs. machines in the development of mathematics.&lt;br &gt;
&lt;/blockquote&gt;
&lt;p &gt;
This is not directly PLT related, and more philosophical than what we usually discuss on LtU, but I think it will be of interest to some members of the community.&lt;p &gt;
While the historical details are interesting, I am not sure I agree with the analysis. It would be interesting to here what others make of this.&lt;p &gt;
To make this item slightly more relevant to LtU, let me point out that both the LC and category theory are mentioned (although they are really discussed only in the references).&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/7">History</category>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/20">Lambda Calculus</category>
 <pubDate>Thu, 25 Oct 2007 19:46:41 -0400</pubDate>
</item>
<item>
 <title>Privacy and Contextual Integrity: Framework and Applications</title>
 <link>http://lambda-the-ultimate.org/node/2497</link>
 <description>&lt;p &gt;&lt;a href=&quot;http://www.nyu.edu/projects/nissenbaum/papers/ci.pdf&quot;&gt;Privacy and Contextual Integrity: Framework and Applications&lt;/a&gt;, A. Barth, A. Datta, J.C. Mitchell, and H. Nissenbaum. Proceedings of the IEEE Symposium on Security and Privacy, May 2006.&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
Contextual integrity is a conceptual framework for understanding privacy expectations and their implications developed in the literature on law, public policy, and political philosophy. We formalize some aspects of contextual integrity in a logical framework for expressing and reasoning about norms of transmission of personal information. In comparison with access control and privacy policy frameworks such as RBAC, EPAL, and P3P, these norms focus on who personal information is about, how it is transmitted, and past and future actions by both the subject and the users of the information. Norms can be positive or negative depending on whether they refer to actions that are allowed or disallowed. Our model is expressive enough to capture naturally many notions of privacy found in legislation, including those found in HIPAA, COPPA, and GLBA.&lt;/p&gt;
&lt;p &gt;A number of important problems regarding compliance with privacy norms, future requirements associated with specific actions, and relations between policies and legal standards reduce to standard decision procedures for temporal logic.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;Contextual integrity is a part of a philosophical theory of privacy developed by the philosopher Helen Nissenbaum, and it&#039;s very neat to see it being applied to develop machine-checkable access-control formalisms. &lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Wed, 17 Oct 2007 21:15:56 -0400</pubDate>
</item>
<item>
 <title>The Future(s)</title>
 <link>http://lambda-the-ultimate.org/node/2469</link>
 <description>&lt;p &gt;No obvious connection between these links, other than future(s). First up is &lt;a href=&#039;http://parleys.libsyn.com/index.php?post_id=253927#&#039;&gt;The future will be about programming languages&lt;/a&gt; an MP3 recording of a talk from Ted Neward:&lt;/p&gt;
&lt;blockquote &gt;&lt;p &gt;
During this [hour long] Jazoon keynote Ted Neward talks about why the next five years in IT will be about languages. The programming language virtualization, tools, linguistic focus and expressiveness are different forces that are coming of age. Not to mention the impact of the over-used and over-hyped Domain-Specific languages.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p &gt;Though I wanted to enjoy a talk that touches on the importance of PL diversity, (with mentions of FP, AOP, Lisp, Ruby, Groovy, Intercal, and Ook), I didn&#039;t really gather much new.  The audience is Java programmers, so perhaps the ideas are a tad revolutionary for that crowd.  Still, might be of interest to those who want to know how PL innovations might play out in Java land.&lt;/p&gt;
&lt;p &gt;On a different note, one possible way to gather prognistications is to conduct a poll asking readers about the &lt;a href=&#039;http://foundread.com/2007/09/07/top-10-programming-languages-of-the-future-you-voted/&#039;&gt;Top 10 programming languages of the future&lt;/a&gt;.  But then you end up with answers that look disturbingly similar to what people are doing in the present.  Hopefully &lt;a href=&#039;http://lambda-the-ultimate.org/node/2467#comment-37179&#039;&gt;Ehud&#039;s query&lt;/a&gt; will yield more intriguing results.&lt;/p&gt;
&lt;p &gt;Finally, there are a couple of articles on futures as a PL feature for concurrent programming:  &lt;a href=&#039;http://www.etoile-project.org/etoile/blog/2007/09/futures-in-objective-c.html&#039;&gt;Futures in Objective-C&lt;/a&gt; and Microsoft&#039;s planned library to &lt;a href=&#039;http://msdn.microsoft.com/msdnmag/issues/07/10/Futures/default.aspx&#039;&gt;Optimize Managed Code For Multi-Core Machines&lt;/a&gt; which has tasks and futures.  Alice ML demonstrates that futures can be a powerful PL feature.  But we do run square into the question of whether providing a feature as a library really gives the same level of expressiveness that one gains from integrating it into the core of a language.  Still, it&#039;s nice to see futures starting to come into wider play.&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Mon, 24 Sep 2007 19:51:52 -0400</pubDate>
</item>
<item>
 <title>Minimal FORTH compiler and tutorial</title>
 <link>http://lambda-the-ultimate.org/node/2452</link>
 <description>&lt;p &gt;Rich Jones &lt;a href=&quot;http://www.annexia.org/forth&quot;&gt;writes&lt;/a&gt;: &lt;i &gt;I wanted to understand how FORTH is implemented, so I implemented it and wrote a step-by-step tutorial on what every bit does.&lt;/i&gt;&lt;p &gt;
The tutorial is inside a (literate) &lt;a href=&quot;http://www.annexia.org/_file/jonesforth.s.txt&quot;&gt;code file&lt;/a&gt; you can download and run.&lt;p &gt;
I&#039;ve been told recently by people I trust that it is about time I learned Forth. This may be just what I was waiting for...&lt;/p&gt;</description>
 <category domain="http://lambda-the-ultimate.org/taxonomy/term/6">General</category>
 <pubDate>Thu, 13 Sep 2007 16:48:14 -0400</pubDate>
</item>
</channel>
</rss>
