Alias for Stephane ARNOLD (french person). Author of [math::bigfloat] in [tcllib]. * [Hanoi Towers] - an algorithmic problem about recursivity, which happens to be a puzzle game. * [Parametric curves drawing] - one might say ''Parametric curves plotting'', plotting z(t)=x(t)+''i''y(t). * [foriter - a loop command] : an idea taken to [Python]'s ''for i in range()'' syntax. * [Fun with Tcl] : advocacy on the multiple ways to develop and think in Tcl, especially by using different styles of programming adapted to tasks. * [Counting comments in a source] is a kind of quality control. * [Reformatting Tcl code indentation] (beautifying code) * [Basique - OO-like namespaces] ---- A similar French page can be found on the French Tcl Wiki [http://wfr.tcl.tk/959]. ''Cloning namespaces'' can be found at [http://wfr.tcl.tk/1044]. ---- My main skills are : [C]/[UNIX] (system programming with threads, sockets, and SystemV IPC), [Java] (w/o knowing 5% of the API), Lexers and Parsers (wrote one with SableCC in [Java]), a bit of [Python] and [Tcl/Tk] since 2003. I was amazed by the simplicity of the language when I looked at [TkCvs] source. ---- 2006-03-05 - I am currently writing an extension providing a virtual machine for math code, very fast - at least when it will be coded in C. I have yet created a bytecode compiler in pure-Tcl, and the full virtual machine in pure-Tcl too. I will create a SourceForge project when I will have a full featured language. I have the intention to plug a procedural, C-style language with both dynamic and static arrays. Its codename is (for the moment) : Tcl-Minit. 2006-04-21 - Tcl-Minit development is stopped. I have started a new project I may call ''[Tcl]-[Rpn]'' : a [Forth] alike language embedded in Tcl as a C extension. Another project (2006-04-21) is a sort of client-server online Tcl packages repository browser. (sorry for the long long sentence) I call it ''TclPkg''. It is designed to work on every platform where [Tk], [BWidget] and [TclXml] are installed. The purpose of this software is to access to packages data via a distributed (at the sense of distributed computing) sort of repository. Then, the user, with a simple Internet access, downloads static (or even dynamically generated) up-to-date informations as XML files, and is able to open the resources (with its favorite Web browser) of his favorite Tcl-related packages, softwares and extensions. 2006-05-05 - See [Tcl-Pkg] on this wiki. ---- Other projects hosted on my homepage [http://sarnold.free.fr/index.en.html]: * [Itins] : emulate [Snit] with the power of [[Incr Tcl]] * [Xoins] : emulate Snit with the power of [XOTcl] * A french translation of the great Tcl tutorial at http://www.tcl.tk * [Mancala] : A game I like, it started on this [Wiki], and now it includes a small extension in C. ---- [Category Person]