1. Binding

Does the binding function in openEuhporia more closely match this definition:

http://en.wikipedia.org/wiki/Language_binding ?

or this definition:

http://en.wikipedia.org/wiki/Data_binding ?

Cheers, Smudger.

new topic     » topic index » view message » categorize

2. Re: Binding

smudger said...

Does the binding function in openEuhporia more closely match this definition:

http://en.wikipedia.org/wiki/Language_binding ?

No. A library that uses the open_dll()/define_c/call_c functions would provide a euphoria binding to something.

smudger said...

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: Binding

Is there any particular reason you would want to bind the program instead of use euc?

new topic     » goto parent     » topic index » view message » categorize

4. Re: Binding

Binding for Euphoria existed before translation and compilation. There may be subtle bugs in translation - although hopefully not. Maybe not everyone has a C compiler installed. Binding is quicker than translation and compilation.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu