nsf / gothic

Tcl/Tk Go bindings

Repository from Github https://github.comnsf/gothicRepository from Github https://github.comnsf/gothic

Cant get the value of go function?

aswjh opened this issue · comments

func setn() int {
return 12
}
ir.RegisterCommand("go_setn", setn)

run "puts [go_setn]" in tcl, got a null value?

commented

https://github.com/nsf/gothic/blob/master/interpreter.go#L596-L597

It's not implemented.

Sadly I have no time to do so in any time soon. Maybe will find time to work on it sometime in the first quarter of 2016.

Oh well, thanks.

commented

I'll keep the issue open, because it is something that is planned. Even if it won't be implemented soon.

great 😃