Re: Euphoria isn't dying - just needs a jolly good kick!
- Posted by jimcbrown (admin) Oct 11, 2014
- 7280 views
In stead of wishing about being able to use scripting in Eu why don't you
go to archive and look at what users have done in the past to get some ideas ??
http://rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=script
Sorry, but I don't get it. Most of the results from the Archive search you suggested are not even remotely relevant to what we were talking about (i.e. embeddability).
FROM THE DOC IN THE ZIP FILE
Topaz is an imbedded, stack-based scripting engine. What this means is,
Topaz is an engine you can place directly into your Euphoria code.
Like GreenEuphorian said, "not even remotely relevant to what we are talking about (i.e. embeddability)."
I think the best that could be done right now is to take Matt Lewis's eueval library (which lets you write scripts in Euphoria (and not Topaz or some other language) and embed them directly in your Euphoria program), and make a C dll shim around it (which would let a C code program use scripts written in Euphoria on the fly).