Next Previous Contents

Non-recursive engine and stackless Tcl

Miguel Sofer msofer@users.sourceforge.net

(very preliminary) version 0.1


A still hopelessly incomplete description of the ideas behind the NRE2 non-recursive engine for Tcl. I do hope it helps understanding what is going on ...

1. Introduction

2. The control flow of C and Tcl

3. The new flow for Tcl

4. Implementation details (version 0.1)

5. Usage in the core

6. Programming the new Tcl

7. Applications

8. Overhead measurements/estimates

9. And now what? Still lots to do ...


Next Previous Contents