Forum OpenACS Development: Re: CriTCL, compile C code on the fly within TCL - any experience?

not sure where you saw that... one of the examples (after following a couple links) says
  cproc add {int x int y} int {
    return x + y;
  }