AltME: REBOL3

Messages

GrahamC
So, this is a Rebol console in Javascript with widgets now.
The feat was just accomplished last night so lots of things to fix.
The columns on the right will be a debug inspector.
eFishAnt
very cool, white paper and looks like typing in the web browser directly
Arnold
You cannot eat soup unless it is almost frozen, or cooked dry.... there is no spoon..
almost invented / discovered though :-)

GrahamC
You can now use shift-enter to enter multiline editing mode, and control-enter to evaluate switching back to single line mode.
Bo
Pretty cool!

Endo
That is cool Graham!

Oldes
I have added RSA cryptography to my R3 fork... here is a test file, where one can see usage example:
https://github.com/Oldes/Rebol3/blob/master/src/tests/units/rsa-test.r3
The code is based on files from Atronix's fork, but with rewritten and modified Rebol part (with a different function definitions).

GrahamC
Ren-c now supports TLS 1.1 and 1.2 https://github.com/metaeducation/ren-c/pull/854
which is pretty important considering most of the sites I use have now switched to TLS 1.2 now :(

Bo
Some interesting stuff that came up while doing some market research:
Search Terms / Number of searches within US per month
"what is rebol" / 50
"rebol programming language" / 20
"rebol tutorial" / 20
"rebol 3" / 10

Sunanda
Maybe everyone knows about Rebol - so no need to search :)

GrahamC
This is the first app for Rebol in a browser.  It just calculates how much various companies would charge me for power use
So, it's a console app.  It can change the dom dynamically but I'm not doing that apart from printing to the console.

GrahamC
So, the Ren-c projected has now moved to a Rebol in the browser effort
So, those people who wanted to be manipulate the DOM using Rebol can now do this.
And, if you want to use R2 to do this, then you can use the R2 compatibiility mode for Ren-c

Bo
Is Ren-C currently able to run in the browser and manipulate the DOM? Or is that a future target?
GrahamC
Yes, it can manipulate the DOM now.  See my single page app above.

Last message posted 161 weeks ago.