25-Apr-2024 17:20 GMT.
UNDER CONSTRUCTION
Anonymous, there are 6 items in your selection
[Files] Rebol shared libraryANN.lu
Posted on 19-Dec-2001 14:09 GMT by Teemu I. Yliselä6 comments
View flat
View list
"If you ever missed the powerful features of the REBOL language in your favourite programming language (in my case E) then this one is for you. It's a shared library that can be accessed from nearly any programming language. It allows executing REBOL code from within your preferred language. Actually it is calling the REBOL interpreter in the background. But you don't have to care about it."
Category: util/libs
License: freeware
Download it (Aminet .de mirror)
Jean Holzammer's homepage
Rebol shared library : Comment 1 of 6ANN.lu
Posted by Lennart Fridén on 19-Dec-2001 16:27 GMT
Nice to se some REAL work being done instead of endless flame wars...
Rebol shared library : Comment 2 of 6ANN.lu
Posted by Targhan on 19-Dec-2001 17:36 GMT
In reply to Comment 1 (Lennart Fridén):
Flames are entertaining, but as mentioned before--it's good to see some real work being done. I'll enjoy trying out this library!
Rebol shared library : Comment 3 of 6ANN.lu
Posted by Jean Holzammer on 19-Dec-2001 18:21 GMT
Try it out. But don't be disappointed: Internally it just starts the normal rebol interpreter executable. It doesn't have its own rebol engine. The advantage of this library is that it handles passing back the result of the rebol code to the programm calling the library.
Best regards,
The programmer.
Rebol shared library : Comment 4 of 6ANN.lu
Posted by Anonymous on 19-Dec-2001 18:51 GMT
In reply to Comment 3 (Jean Holzammer):
Why Rebol? I mean, the library you've written could easily be extended
to any interpreted language. If it's as useful as it appears, why
not extend it's scope?
Rebol shared library : Comment 5 of 6ANN.lu
Posted by leif on 19-Dec-2001 23:43 GMT
In reply to Comment 4 (Anonymous):
How about expanding it to really, run _anything_ ?
As I understand it, its not much more than a better
SystemTagList() (IIRC SystemTagList() does not support
asynchronus run).
THAT would be very useful.
Leif
Rebol shared library : Comment 6 of 6ANN.lu
Posted by leif on 19-Dec-2001 23:53 GMT
In reply to Comment 5 (leif):
Hmm.. I didnt recall correctly.. It *does* support
async run. Well then, its the thingy with getting
returncode from the proggy. Should be possible with
getting rc-variable or similar..
Anonymous, there are 6 items in your selection
Back to Top