<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Programming Nu</title>
  <subtitle>The Nu Language Website</subtitle>
  <id>tag:programming.nu,2007:Nu</id>
  <generator uri="http://programming.nu" version="4.0">Nu</generator>
  <link href="http://programming.nu/xml/atom10/feed.xml" rel="self" type="application/atom+xml"/>
  <link href="http://programming.nu/" rel="alternate" type="text/html"/>
  <updated>2009-12-09T15:00:00-00:00</updated>

  <entry>

    <id>stability</id>
    <published>2009-12-09T15:00:00-00:00</published>
    <updated>2009-12-09T15:00:00-00:00</updated>
    <title>Nu Seems Stable (by Jason Grossman)</title>	
	<link href="http://programming.nu/posts/2009/12/09/stability" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>I've been nagging Tim to say something about the stability of recent releases of Nu, so he asked me to write this.  </p>

<p>Nu is a new language (no pun intended — see below for the etymology of the name Nu).  It hasn't yet formed the basis of an impressive suite of stable software, and you'd think hard before using it to write anything mission-critical.</p>

<p>Despite that, it is actually rather stable.  Let me say more about why.</p>
		</div>	
	</content>
  </entry>

  <entry>

    <id>vi</id>
    <published>2009-11-22T15:00:00-00:00</published>
    <updated>2009-11-22T15:00:00-00:00</updated>
    <title>vi tips for Nu</title>	
	<link href="http://programming.nu/posts/2009/11/22/vi" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>I'm collecting some tips for using the vim code editor with Nu.</p>
		</div>	
	</content>
  </entry>

  <entry>

    <id>Nu-0.4.0</id>
    <published>2009-11-17T19:00:00-00:00</published>
    <updated>2009-11-17T19:00:00-00:00</updated>
    <title>Nu-0.4.0</title>	
	<link href="http://programming.nu/posts/2009/11/17/Nu-0.4.0" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>See the <a href="/downloads">downloads</a> page for this long-overdue update to Nu.</p>

<p>The most visible change in this release is that the <strong>macro</strong> operator 
has been switched to refer to <strong>macro-1</strong> 
instead of <strong>macro-0</strong> (the original
Nu macro facility). That is deprecated but kept for compatibility. </p>

<p>Support for garbage collection is now compiled in by default (Mac OS only).</p>

<p>We've also been making good progress running Nu on Linux-based systems.
Currently a few small sites (including Tim's blog)
are running with Nu on Rackspace Cloud Servers. See notes/DEBIANINSTALL in the
Nu source distribution for details about building for Debian.</p>
		</div>	
	</content>
  </entry>

  <entry>

    <id>macros</id>
    <published>2009-01-02T19:00:00-00:00</published>
    <updated>2009-01-02T19:00:00-00:00</updated>
    <title>Macros</title>	
	<link href="http://programming.nu/posts/2009/01/02/macros" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>Thanks to Jeff Buck and Issac Trotts, we have some nice changes coming to Nu macros.</p>

<p>The changes are modeled on the description of macros in Paul Graham's 
<a href="http://www.paulgraham.com/onlisptext.html">On Lisp</a>,
so our new macro facility should feel familiar to experienced Lisp programmers.</p>

<p>Currently the changes are in my (Tim's) <a href="http://github.com/timburks/nu">git repository</a>,
and they'll be included in the next release of Nu (0.4.0).</p>

<p>For more detail, see <a href="http://programming.nu/macro-tutorial">Jeff's excellent tutorial</a>.</p>
		</div>	
	</content>
  </entry>

  <entry>

    <id>Nu-0.3.3</id>
    <published>2008-12-03T19:00:00-00:00</published>
    <updated>2008-12-03T19:00:00-00:00</updated>
    <title>Nu-0.3.3</title>	
	<link href="http://programming.nu/posts/2008/12/03/Nu-0.3.3" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>See the <a href="/downloads">downloads</a> page for this update to Nu.</p>

<p>This version mainly adds community-contributed updates:</p>

<ul>
<li>math-related enhancements from Brian Chapados and Issac Trotts.</li>
<li>an OCaml-style pattern matching macro from Issac Trotts.</li>
<li>nuke improvements from Jason Sallis.</li>
<li>behind-the-scenes cleanup by Elizabeth Kellner to support Apple's Objective-C Garbage Collector. Garbage collection is not supported in the release build, but is available with a small change in the Nukefile in Nu builds from source. </li>
</ul>
		</div>	
	</content>
  </entry>

  <entry>

    <id>Nu-0.3.2</id>
    <published>2008-06-08T19:00:00-00:00</published>
    <updated>2008-06-08T19:00:00-00:00</updated>
    <title>Nu-0.3.2</title>	
	<link href="http://programming.nu/posts/2008/06/08/Nu-0.3.2" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>Here's a quick update that makes it easier for newcomers to get the latest Nu.
With this version, all of the examples in the
<a href="http://github.com/timburks/cocoa-programming-with-nu">Cocoa Programming with Nu</a>
repository should work, plus there are many other small enhancements
detailed in the <a href="http://github.com/timburks/nu/commits">commit logs</a>.</p>

<p>Available on the <a href="/downloads">downloads</a> page.</p>
		</div>	
	</content>
  </entry>

  <entry>

    <id>cocoa-programming-with-nu</id>
    <published>2008-05-23T21:00:00-00:00</published>
    <updated>2008-05-23T21:00:00-00:00</updated>
    <title>Cocoa Programming with Nu</title>	
	<link href="http://programming.nu/posts/2008/05/23/cocoa-programming-with-nu" rel="alternate" type="text/html"/>
    <content type="xhtml">
		<div xmlns="http://www.w3.org/1999/xhtml">
        <p>To mark the release of the third edition of Aaron Hillegass's 
<a href="http://www.amazon.com/gp/product/0321503619/ref=neontologycom-20">Cocoa Programming For Mac OS X</a>,
there is a new git repository on <a href="http://github.com">github</a> to contain translated examples.
To get started, I've posted an example from one of my favorite chapters, Chapter 28 (Web Services),
and will add more over time. If you'd like to help, please do! Just fork the github repository,
add your conversions, and send me a pull request. Let's see how quickly we can get this covered!</p>

<p>Here's the repository: <a href="http://github.com/timburks/cocoa-programming-with-nu">Cocoa Programming With Nu</a>.</p>
		</div>	
	</content>
  </entry>

</feed>
