GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to Nu by Tim Burks.
Homepage: http://programming.nu/posts/2007/12/12/nupagepacker
Clone URL: git://github.com/timburks/nupagepacker.git
Minor edits.
timburks (author)
Sun Dec 09 14:50:42 -0800 2007
commit  f35c146e5a74a94af8b4c16d1b81c33ae4496bd0
tree    7c92bb74530ba79759b12eca06ebbfda1b2e7bca
parent  fdc7dd6d52ae8fc528f63cf92818276f6d2ff444
0
...
2
3
4
5
6
7
8
 
9
10
11
 
12
13
14
15
 
16
17
18
19
 
20
21
22
...
2
3
4
 
 
 
 
5
6
 
 
7
8
 
 
 
9
10
 
 
 
11
12
13
14
0
@@ -2,21 +2,13 @@ This is a translation of Aaron Hillegass' PagePacker example from Objective-C to
0
 
0
 It is released under the BSD license, the same license as the original PagePacker.
0
 
0
-You'll notice that this project contains many fewer files than the original.
0
-This is partly because Nu code is more concise. But it also reflects my view
0
-that dividing code across multiple files makes it less readable, much like
0
-organizing a novel with each character's dialogue in a separate chapter.
0
+You'll notice that this project contains many fewer files than the original. This is partly because Nu code is more concise. But it also reflects my view that dividing code across multiple files makes it less readable, much like organizing a novel with each character's dialogue in a separate chapter.
0
 
0
-All but four methods were converted to Nu. Of these four, two or three may
0
-be representable in Nu with future improvements.
0
+All but four methods were converted to Nu. Of these four, two or three may be representable in Nu with future improvements.
0
 
0
-I've never used AppleScript (and don't plan to), so the scripting support in
0
-scripting.nu is untested. I've attempted to test everything else, but there
0
-may still be problems that I haven't found.
0
+I've never used AppleScript (and don't plan to), so the scripting support in scripting.nu is untested. I've attempted to test everything else, but there may still be problems that I haven't found.
0
 
0
-Please consider this a work in progress and an attempted proof of concept.
0
-Its goal is to demonstrate that Nu can be used to develop significant Cocoa
0
-applications.
0
+Please consider this a work in progress and an attempted proof of concept. It's goal is to demonstrate that Nu can be used to develop significant Cocoa applications. Writing this has helped me make Nu a lot better; perhaps reading it will help others see as many Nu opportunities as I do.
0
 
0
 Tim Burks
0
 Los Altos, CA

Comments

    No one has commented yet.