Ask a Question related to Ruby, Design and Development.
-
Mark Wilson #1
Ruby tcltklib includes a Tcl interpreter
I just discovered something I didn't know that I think others might be
interested in. Ruby tcltklib includes a tcl/tk interpreter. The
interpreter class can create a tcl/tk interpreter object and includes
methods to evaluate tcl/tk scripts and to invoke tcl/tk commands.
Regards,
Mark
Mark Wilson Guest
-
tcltklib and not init'ing tk
Hello, I'm using the tcltklib extension in ruby 1.8. It seems to be working well for my transition from tcl. There are a couple of stumbling... -
Thread safety: Serializing access to ruby interpreter- again
I recently asked about this and got answers, but here I go again: How can I efficiently serialize access to the ruby interpreter. I have to make... -
tcltklib not built with Ruby 1.8
I just noticed that my build of Ruby 1.8 does not include tcltklib. Running the extconf.rb file in ext/tcltklib manually gives ... $ ruby... -
Ruby interpreter thread safety
I have a scenario where a ruby extension module starts real/os/heavy-weight threads that may call back to ruby. As far as I understand the ruby... -
Holding a reference to a ruby object outside the interpreter
How can I hold a reference to a ruby object outside the interpreter? Ie, how can I prevent it from being garbage collected if my (external)...



Reply With Quote

