Langages Interprétés
Scripting Language
1.0 - General informations
2.0 - Perl
3.0 - Tcl/Tk
4.0 - Shell scripts
5.0 - JavaScript
6.0 - Php
7.0 - Python
1.0 - General informations
There a developpement tool to make additionnal functions availables to some scripting languages. This tool is named SWIG and could be found at http://www.swig.org/
2.0 - Perl
Active State Programmer Network as good informations on Perl/TclTk/Php and Python ont their web site at http://aspn.activestate.com/ASPN/About/Tcl
Comprehensive Perl Archine Network hold many good thing of perl at http://www.cpan.org/
http://www.perltk.org/articles/Perl_and_the_Tk_Extension.htm
http://www.perltk.org/articles/menus/perltk_menus.html
http://www.pconline.com/~erc/perltk.htm
Perl TK FAQ http://w4.lns.cornell.edu/~pvhp/ptk/ptkFAQ.html
Using QT from Perl scripts http://perlqt.sourceforge.net/
3.0 - Tcl/Tk
Here are a few reference on the net about tcl/tk programming.
First you must know that TCL stand for Tool Command Language and TK for ToolKit.
A company that support it and distribute it is Active State, a vancouver/canada based company.
The Tcl Developper site at http://www.tcl.tk/ is a good start place to find information.
Download page at Active State is http://www.activestate.com/Products/Download/Download.plex?id=ActiveTcl have unices and ms windows precompiled versions.
There is also Active State Programmer Network at http://aspn.activestate.com/ASPN/About/Tcl that is a good information site as the man pages at http://www.tcl.tk/man/.
There is a quick reference guide for tcl/tk at http://www.slac.stanford.edu/~raines/tkref.html
Some informations at http://hegel.ittc.ukans.edu/topics/tcltk/ is interesting like how to integrate c++ code within tcl/tk
Developpement on tcl/tk language is hosted as sourceforge http://tcl.sourceforge.net/
The tcl/tk cook book is also interesting here http://www.bitd.clrc.ac.uk/Publications/Cookbook/
Good list of tutorial could be found at http://www.leren.nl/rubriek/computers_en_internet/software_ontwikkelen/tcl_tk/
I’ve started with the first one http://mini.net/cgi-bin/wikit/298.html
I’ve found a good editor for projects with coloring syntax at http://www.pspad.com/en/index.html yes I know it’s only for windows but under that OS it do the job.
An interesting fact is that it exist a internet browser plugin to run tcl/tk code. Found more info at http://www.tcl.tk/software/plugin/
Links
Lot of usefull links http://www.leren.nl/rubriek/computers_en_internet/software_ontwikkelen/tcl_tk/
Getting started http://www.tcl.tk/registration/8.3.2.html
Beginning with tcl/tk http://mini.net/cgi-bin/wikit/298.html
VTK Tcl wrapper http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Wrapping/Tcl/README?content-type=text%2Fplain&rev=1.9&root=VTK
Tcl and Tk interface to ImageMagik http://tclmagick.sourceforge.net/
Extension for image maniuplation http://pages.infinit.net/cclients/software.htm
Mix tcl/tk/c for image manipulation http://www.linuxjournal.com/article.php?sid=1344
XBit image processing http://www.geocities.com/~chengye/
Metakit database http://www.equi4.com/metakit/tcl.html
Tcl command writing in C http://www.graphcomp.com/info/specs/tcl_ext.html
http://ourworld.compuserve.com/homepages/efjohnson/tcl.htm
4.0 - Shell scripts
5.0 - JavaScript
6.0 - Php
7.0 - Python