aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-26 20:14:12 +0000
committerantirez <antirez>2005-02-26 20:14:12 +0000
commit401d9ed4ec74ed5729cfa3ae8bc022bb58150539 (patch)
tree298ec2de7cb97716b6fb2689b5c476b409a4e00c /README
downloadjimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.zip
jimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.tar.gz
jimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.tar.bz2
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cb66bf4
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+The Jim Interpreter
+A small-footprint implementation of the Tcl programming language.
+
+It is a work in progress for now.
+
+Copyright (C) 2005 Salvatore Sanfilippo
+All Rights Reserved
+This software is under the APACHE 2.0 LICENSE
+
+CREDITS
+
+- Pat Thoyts that contributed WIN32/MVC portablity fixes.
+- Clemens Hintze for fixes, suggestions, a better implementation
+ of the [if] command.
+
+THANKS
+
+- Many people on the Tclers Chat that helped me to explore issues
+ about the use and the implementation of the Tcl programming language.
+- David Welton for the tech info sharing and our chats about
+ programming languages design and the ability of software to scale down.
+- The autors of "valgrind", for this wonderful tool, that helped me a
+ lot to fix bugs in minutes instead of hours.