Re: Lua wrappers
- Posted by Vincent <darkvincentdude at yahoo.com> Dec 16, 2005
- 599 views
Jeremy Peterson wrote: > > I posted the lua wrapper I made a little while ago. It should appear on the > MRC list in a few hours. > > Vincent: why should we have to use your library for something as basic as > dynamic includes. In my opinion something like this should be built-in. This > is not to say there's anything wrong with using your library though. > > Later, > Jeremy > > Unknown: "All that is necessary for evil to triumph is for good men to do > nothing." Euphoria doesn't support dynamic inclusion functionability because of the optional ability to bind or shroud and translate to C then compile. My library doesn't work with bound or translated/compiled applications either. Why should we use a different language, that is wrapped to Euphoria to do that, when we could just do it in Euphoria? They're may be other specific uses for a Lua wrapper, but nothing I would ever need. Your PostgreSQL wrappers look interesting though... how did you finish it so quickly? Did you use a program that automatically generates wrappers for you like DAWG? Regards, Vincent