Re: Binding
- Posted by mattlewis (admin) Jan 07, 2011
- 1389 views
smudger said...
Does the binding function in openEuhporia more closely match this definition:
No. A library that uses the open_dll()/define_c/call_c functions would provide a euphoria binding to something.
smudger said...
or this definition:
That's also something completely different.
Binding a euphoria program is a way to preprocess the euphoria source code and put it in the same file as the backend of the interpreter. Basically, once it's bound, you run it like any "normal" program, and you eliminate most of the overhead associated with parsing euphoria code.
Matt