Strick

hey, I'm Strick. I've been using TCL since version 6.something.

My flagship is The Yak: http://www.yak.net/

This server is all TCL: http://smilax.org/ -- Someday I'll tell you more about it, and other TCL conspiracies I'm involved in.

Did you ever find anything about a safe-interpreter in XOTcl? - BenThomasson No, I didn't... <Strick<

Apparently this works:

  % package req XOTcl
  1.3.7
  % interp create -safe slave
  slave
  % load "" xotcl slave
  % slave eval ::xotcl::Object o1
  ::o1

- BenThomasson

2006-05-08: ParentheTcl release 0.5.1 now availabe; see http://smilax.org/99 . Please try it!

2006-09-20: Interning a String