An interactive C REPL

Tavis Ormandy

$Id: a07cf90837a3c4373b82d6724b97593810766af7 $

Intro

I like the idea of having a real C shell, I’m not talking about csh or tcsh - or the tricks you see for making c scripts. I mean an interactive shell that uses C.

Let me show you some examples of tools that get close to what I want, so you can see what I mean.

Ch

cling

ccons

dbx

ctypes.sh

Okay, well ctypes sort-of gives me what I want…