Skip to content

Commit

Permalink
NuKit post
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Burks committed Nov 8, 2010
1 parent cd2eb07 commit 62279f9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builder.nu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(set $siteDescription "The Nu Language Website")
(set $siteAddress "http://programming.nu")

(load "YAML")
(load "NuYAML")
(load "template")
;(load "NuMarkdown")

Expand Down
5 changes: 5 additions & 0 deletions pages/nukit/extended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ NuKit installs Nu and the following additional frameworks.
- NuJSON, SBJSON (aka simple-json) repackaged for use with Nu.
- NuMongoDB, an Objective-C interface to MongoDB.
- NuMarkup, Nu operators for generating HTML and XML markup.
- NuCURL, a simple wrapper around libcurl.
- NuUUID, a simple wrapper around libuuid.

All frameworks are installed in /Library/Frameworks.

nush, the Nu shell, is installed in /usr/local/bin and a few other files are stored under /usr/local.

Source code for all frameworks is available on github.

Get the latest NuKit here:
[NuKit-1.0.0.dmg](/releases/NuKit-1.0.0.dmg)

NuKit requires Mac OS 10.6 and is a 64-bit binary.

11 changes: 11 additions & 0 deletions posts/2010-11-08-nukit/body.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

One of my favorite uses of Nu is for building web apps and APIs for
mobile apps. To support that, I've evolved a set of frameworks that
support serving and making HTTP requests, generating markup,
data serialization and database access. To keep things flexible,
each framework can be built separately and is in a separate git
repository. But to make them simple to use, I've created a binary
installer that installs everything from a single package.

To get it, visit the [NuKit](/nukit) page.

Empty file.
5 changes: 5 additions & 0 deletions posts/2010-11-08-nukit/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

creationDate: 2010-11-08 08:00:00 -0700
format : markdown
permalink : nukit
title : "NuKit"

0 comments on commit 62279f9

Please sign in to comment.