Re: Euphoria feature request
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 09, 2003
- 475 views
On Tue, 09 Dec 2003 15:36:23 -0500, "Philip D." <philip1987 at hotmail.com> wrote: >I wish for a procedure include( filename ) that would work the same as the >current way to include files. This way in my editor I'm making, I can have >a subdirectory (in the directory with the editor in it) called extentions, >it will have an include file for each file extention the end-user wants to >be able to edit. As I understand this query, you are planning to release an editor which will allow different user-defined code to cope with the different filename extensions. 1) you need to define an API that such code can use. 2) binding/translating is not possible, however you slice it. 2a) distributing a program which can perform bind is strictly against Rob's licence. (PD Interpreter+shrouded would be OK) Step back a bit, and state what you want to do, instead of explaining a potential solution you are having problems with. Regards, Pete http://palacebuilders.pwp.blueyonder.co.uk/euphoria.html