aboutsummaryrefslogtreecommitdiff
path: root/README
blob: dfa5368418640cee2070a57a8769390d8cc3e48b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

ALSO THANKS TO:

- 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.