AltME: REBOL3

Messages

Gregg
I think that's the important bit.

GrahamC
so this was implemented by ruby on rails
I've carried out ODBC testing now on Firebird 3.0, Interbase 2017 and DB2 Express edition.  They all have their quirks :(

GrahamC
@Ladislav are you doing any Rebol work at present?  We need an elliptic curve diffie-hellman key exchange implementation for r3 tls !
Using Curve25519 instead of the compromised NIST curves

Chris
Max (from !munge group re. Ren-C), aside from Atronix? For me: not quite--am still missing some key libraries that I'm working to replace (similar situation with Red). I would prefer that there's a stable branch with paced releases, but it is a better version of Rebol 3 than R3 Alpha. Working cross-codes (Red/Ren-C) on the HTML parser is fun (if you like that type of thing).
Chris
Say what you will about the character/conduct of the project lead (I know everyone has their opinion) there's a good infrastructure around the process--changes are reasoned/documented, edge builds are available to download automatically, any impulse on experimention is tempered by the conservative needs of Atronix, more of the core extensions (modules, help, interface) are being pushed to third parties.

eFishAnt
I used Atronix R3 to parse 7 gig fs binaries for FAT table coherence on some returns for product returs since I needed more than 4 gig of 32-bit, and no problems. with it.

Bo
I wrote an answer here on how to get R3 to run on arm64-capable hardware running an arm64 OS (like the Rock64 or ODROID-C2 running Ubuntu for arm64) back on 21-Dec-2016. But I left out an important step. After adding the armhf architecture, make sure to run 'apt update'! Or it won't find the packages...
sudo dpkg --add-architecture armhf
sudo apt update
sudo apt install libc6:armhf libncurses5:armhf libstdc++6:armhf
This should take care of the message "unable to execute ./r3: No such file or directory".
BTW, I have an armhf version of ./r3 that you can download on your device by the following:
wget http://respectech.com/odroid/r3
Have fun!
GrahamC
Why would you want to run r3alpha when you can run ren-c?
Bo
Not sure what the limitations of ren-c are. Do you have to call it from a C program?
GrahamC
It's a superset of r3alpha but with the bugs removed!
And there's an armhf build available
There has been a version that can be linked into a C++ program but that's not currently available.
GiuseppeC
Graham, where could I find all the changes/fixing of REN-C ?
Pekr
You would have to properly follow HostileFork. He changes concepts here or there, some changes seem to be fundamental, mostly low level, difficult to say. You can reach him at the Stack Overflow chat.
Bo
When Red reaches 0.7, I'm probably going to switch most of my development to that anyway.
GrahamC
@Guiseppe, there's a change log but I'm not sure if it's being maintained.

GrahamC
well, Cyphre was asking for $1500-$2000 to update Rebol3 TLS - I'm asking for at least TLS 1.2 and server side SSL.  And we now have half of that pledged.
If you wish to pledge, add your selves here https://forum.rebol.info/t/updating-tls-bounty/478/10

Last message posted 161 weeks ago.