Re: Extensions for EUPHORIA proposals
- Posted by jcmarsh Aug 21, 2008
- 985 views
How about defining a list of preferred interpreter(s) at the top of main if the program is not generic, or a list of unsupported interpreter(s).
Psuedo code:
run_with exwc,exw -- this would look for these interpreters in order only run_with exwc,exw -- this would look for these interpreters then fail if it doesn't find one unsupported ex,exu -- this would run on all interpreters except the ones listed
Or something like that. I am not very familiar with the naming conventions in Euphoria 4.0