AltME: REBOL3

Messages

Endo
And, before above lines, do the following:
>> x: try [1 / 0]
It works as above for R2 and R3.
Ah, sorry, he already says "and the value isn't used as an argument to a function accepting error values", I missed that part, sorry.
Maarten
Has anybody ever done a Redis client for Rebol3?
Pekr
IIRC, Rebolek did Redis protocol for R3 .....
Rebolek
There is probably one bug that I fixed locally, but I'm not sure if I uploaded the fix to GitHub. I will check it.
Rebolek
(fix uploaded)
Ashley
"using path! is much faster than working with string!. make path! [user 1 name] runs about 8-9 faster than rejoin" ... AJOIN addresses this.

Rebolek
Yes, that's true, AJOIN is faster. There's definitely room for optimalization.

Maarten
@Rebolek - thanks!

Maarten
I am in need of some docs for R3 - how dows the module system work, mostly... I need exhustive documentation in terms of options, i.e. can I upgrade modules, sign them, etc.? What's possible?
Pekr
Module system was imo never properly finished and/or documented. Dunno if first implementation was done by Carl or BrianH, but Carl asked BrianH to rewrite it. He did so. But I also remember, that he still wanted some PROTECT function changes, etc., which were imo not done. IIRC, Rebolek tried to use the module system, not sure about his experience, but some ppl found the module system quite complicated ....
Pekr
Atronix used R3/View to create this really cool looking UI for their product. Does not use R3/GUI, but is built upon the gobs -https://www.youtube.com/watch?v=xj1CEU2RlBg&feature=youtu.be
Pekr
Maxim
neet
Bo
David den Haring said that they are integrating OpenGL into Rebol3 natively. That sounds exciting!
I can imagine an amazing OpenGL dialect.

Maarten
Quick question: what are the possblie actor types for a networking scheme? Can you define an actor subtype yourself. As an example, we seem to have lost the list function on network ports.
Pekr

Last message posted 164 weeks ago.