Tcl / Tk on Ruby | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Tcl / Tk on Ruby

Hello , guys . i had a question about tk. a few day ago i started try using ruby with tk but it didn't supported by tcl8.6 and tk8.6. any one had this too? and what good IDE for ruby gui programming ? sry for bad english

19th Mar 2018, 10:59 PM
Elgan Poiska
Elgan Poiska - avatar
1 Answer
+ 1
Just a clarification: The term Tcl/Tk js used a lot, but you have to separate between Tcl and Tk: Tcl is a scripting language, and Tk is a GUI toolkit. The Tcl/Tk pair usually meant a Tcl script with a Tk GUI. Regarding your question, what you probably want to know is how to access the Tk toolkit from ruby. I assume you for want to call an existing Tcl script from ruby. For Tk alone, rake a look at: http://rubylearning.com/satishtalim/ruby_tk_tutorial.html You should have really googled this by yourself.
20th Mar 2018, 6:54 AM
Udi Finkelstein
Udi Finkelstein - avatar