public
Description: A Nu and Objective-C wrapper for John Ousterhout's Tool Command Language (Tcl).
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nutcl.git
Search Repo:
README file update.
timburks (author)
Fri Mar 14 15:35:46 -0700 2008
commit  02d65d62b9ab3cde24874699cc6af095fc3fa144
tree    216acd7c3f95923196bb3d774f041cf2157933d5
parent  62f86211a010ba3b235ac2bebdb6212aa23826ea
0
...
1
2
3
 
 
 
4
 
 
...
1
2
3
4
5
6
7
8
9
0
@@ -1,4 +1,9 @@
0
 
0
 This is a simple Objective-C wrapper around the Tcl API.
0
 
0
+Copyright 2008, Neon Design Technology, Inc.
0
+Released under the Apache Public License, v. 2.0.
0
+
0
 See the demo.nu file for usage.
0
+
0
+Tested on Mac OS 10.5 and Ubuntu 7.10.
...
18
19
20
21
22
23
24
...
18
19
20
 
21
22
23
0
@@ -18,7 +18,6 @@ limitations under the License.
0
 
0
 #import <Foundation/Foundation.h>
0
 #import <readline/readline.h>
0
-//#import <editline/readline.h>
0
 #import <tcl.h>
0
 
0
 static void freeObjC(Tcl_Obj *objPtr)

Comments

    No one has commented yet.