![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: set character at string position
From: Lisa Pearlson <no@spam.plz>
Date: Fri Jan 06 2006 - 21:03:10 CET
I asked this question because I wanted to perform a bit operation on each
proc invert {str} {
Seems like a horrible syntax and performance to me, compared to C:
void invert(unsigned char *str, int len) {
My strings are about 64k size, per 'client' and must handle several clients
So, I would like to make the C code above available in TCL. Is this done
Is there an example implementation for a custom tcl command calling code
Lisa
"Lisa Pearlson" <no@spam.plz> wrote in message
|