Articles in the Tutorial category

  1. Embedding Tcl in C

    Category: Tutorial

    I was looking for a nice way to embed an interpretter for a program I am currently writing. I first considered embedding LuaJIT, but felt that running commands from the REPL wasn't very friendly.

    For example, I imagined a user needing to repeatively call a step function:

    step …