World: r3wp
[!REBOL3 /library] An extension adding support for dynamic library linking (library.rx)
older | first |
Carl 13-Feb-2010 [83x4] | I was planning to use set-words to do those. For example: sum: func [a [integer!] b [integer!] return: [integer!]] |
This is also important to give us localized returns, because the word return here can hold the binding to the function's defined context, the necessary link to make it work. | |
But, I've yet to post all this up for discussion... however, you may need to think about that. I would be good to have spec blocks work over all functional values. | |
Just a note. | |
Maxim 13-Feb-2010 [87] | thanks for your feedback. |
Carl 13-Feb-2010 [88] | I'm sure I'll have more to say... multitasking right now. Finally got R3 chat moved. |
TomBon 25-Feb-2010 [89] | hi maxim, do you have some news about the status of /library ? |
Maxim 25-Feb-2010 [90x2] | got dyncall compiled on windows and working on integrating it with the extension... not done though as I'm concentrating all my dev time on finishing a contract. |
should resume work on this next week. | |
TomBon 25-Feb-2010 [92] | great, thx for the info. |
Graham 5-Apr-2010 [93] | was /library ever finished? Or did it turn out to be hard? |
Maxim 5-Apr-2010 [94x2:last] | as this is driven by client requirements... it was temporarilly bumped by more pressing stuff... but its still on the top of the list. it will resume when this temporary new development is working (which is also REBOL-related). |
ironically, this new development is something I put on hold for years... so its a good turn of events in any case :-) | |
older | first |