SealNTibbers / GotalkInterpreter

Simplistic Smalltalk code interpreter written in Golang.
MIT License
15 stars 6 forks source link

Calling external (Golang) functions from script Smalltalk code. #1

Open micaelAlastor opened 6 years ago

micaelAlastor commented 6 years ago

Calling external (Golang) functions from script Smalltalk code. It's not necessary for our projects for now but we can think a bit about possiblity of such a feature

r2b89 commented 6 years ago

It’s very necessary because some times you need to call code/application from your script. For example, in our project this situation can happen soon.