Results 123 comments of D. Bohdan

TclOO uses the term "superclass". ## Sent from my mobile device.

Ping. This is a potentially very interesting feature that few interpreters have out of the box. Are there plans to merge it?

> Yes, sorry. I had a quick look and meant to give a full response. Ah, good to hear you're considering it. > The interface seems a bit cumbersome. How...

I have only played with this feature in the REPL so far, but I can see it being useful. Some feedback: * It might help if tainted data errors had...

> Thanks. You're welcome! > I am hesitant about adding new error codes, but I'll consider yet. Why? I understand that there is no central accounting for `-errorcode`s, so the...

I have a feature request: check for tainted data in the Redis extension, too, and in `Win32_ShellExecute` in `jim-win32.c`.

>Yes, for sure with Win32_ShellExecute. Great! \o/ > Not so sure about the redis extension, as there is no quoting in args passed to redis, it is hard to get...

One thing to note is that if you set `tcl_platform(engine)` to `ParTcl` your implementation may be confused with http://github.com/partcl/partcl. This may not be a problem, however, considering that the latter...

#194 harmonizes some error messages related to `lsearch` and `lsort` with Tcl 8.7.

It would be nice to have an FFI module as part of Jim's codebase. >Does anyone know if someone has already ported Ffidl or something similar to Jim? There was...