patrickt

Patrick Thomson
Washington, DC
4
7
The Nu programming language.
Forked from timburks/nu Wed May 28 07:28:50 -0700 2008
legend
A Nu interface to the Git revision control system.
Created Tue Mar 11 14:28:38 -0700 2008
legend
A pure-Nu wiki based on Nunja, Git, and NuMarkdown
Created Mon Mar 10 13:28:10 -0700 2008
legend
A simple reminder program written entirely in Nu and implemented with Growl.
Created Thu May 22 10:12:13 -0700 2008
legend
A cross-platform web server that's scripted with Nu.
Forked from timburks/nunja Sun Jul 06 07:30:41 -0700 2008
legend
A YAML processor for use with Nu and Objective-C. Created by Patrick Thomson.
Forked from timburks/nuyaml Sat Mar 08 08:05:08 -0800 2008
legend
Various fragments of source code that deserve a home.
Created Sun Apr 20 18:33:37 -0700 2008
legend

Following

Public Activity  feed

patrickt committed to nu 18 days ago
patrickt forked nunja 18 days ago
Forked repository is at patrickt/nunja
patrickt started watching nunja 18 days ago
nunja is at timburks/nunja
patrickt committed to nu about 1 month ago

7cbb289fb3ac11bd5278e3e287b0d7f664640983

Allowed most NuEnumerable objects to take any callable object as an argument, and wrote tests for some untested NuEnumerable methods.

patrickt committed to nu about 1 month ago

3e05dfe87c056d5d6754baaa2262ca7c172153e0

Fixed a header declaration for reduce: and enabled map: and each: to work with callable objects as well.

patrickt committed to nu about 1 month ago

8fc05c32464c0965e42a086f4fbf97f2992d0298

Added comparison to regular expressions.

patrickt committed to nu about 1 month ago

b82c75fe00b214ab8d57fd4e67808e522818ce43

Merge git://github.com/timburks/nu

patrickt committed to nu about 1 month ago

c9fbf1c2e62355459ec1b9ce17fb67c4fde22784

Edited the reduce:from: method in NuEnumerable to accept any object that can be called. Though this is primarily useful for reducing with operators, it can be applied to any type of object with evalWithArguments:context: defined.

patrickt committed to nu about 1 month ago

5db99f224eadeecba62195423ec2d2973e8b4674

Ignoring the documentation directory.

patrickt committed to scraps about 1 month ago

3c5049cce9738b21912eda17bc42c6a4069956f1

Added an unspeakably silly program.