View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] IDE and objects

From: Krzysztof Frukacz <frukacz.krzysztof_at_gmail.com>
Date: Mon, 10 Jan 2011 11:07:49 +0100

Hello,

Two questions about xotcl. First one: what IDE would you recommend?
Currently I am using Eclipse with XOTCL plugins. I like this IDE, but as
it comes for TCl and XOTCL the plugins do not work very well.
I found XOTclIDE, but it looks a little bit exotic...maybe there are
some other plugins for Eclipse? I am using standard ones from Galileo
repository.

Second question: lets assume that I want to check if particular variable
contains a TCL object of given class: $var istype MyClass. It works
good, assuming that $var contains an object, but if there is a value
like "15" we get an error.
Is there a nice way to check if a variable contains an object of given
class and at the same time just get a false answer in case it does not
contains a XOTCL object?

-- 
Krzysztof Frukacz