Alessandro:

> Can you suggest me some solutions, workarounds, etc...?

Here's a workaround.....It's exactly what I do in a command-line based 
application I wrote last year.

Define all your words in a single object, eg:

app: make object! [
  print: func ....
  copy: func ...
]

Then the user just has to be trained that al magic words start app/
  app/print ....
  app/copy %file1 %file2

Obviously replace 'app with a neat prefix for your application.

Sunanda
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to