AltME: Announce

Messages

Kaj
I added Nick's new R3 tutorial and Arnold's Red video tutorials to Try REBOL in the links section:
http://tryrebol.esperconsultancy.nl

Ladislav
I just updated rebol.org/… to describe how to contribute new tests to the core-tests suite.
Kaj
I've updated my binary Red downloads with the Red objects branch:
http://red.esperconsultancy.nl/Red-test/dir?ci=tip
object!s are now implemented in the interpreter. You can try them with one of the */Red/red* interpreter consoles for your platform. The latest 0MQ enhancements are also in there. You can run the example programs in the interpreter:
http://red.esperconsultancy.nl/Red-ZeroMQ-binding/dir?ci=tip&name=examples
As always, here's the guide to get all files with Fossil:
http://rebol.esperconsultancy.nl/documentation/how-to-use-Fossil.html
and here's the link to get a Zip package, where you have to wait two minutes for the server to create the package:
http://red.esperconsultancy.nl/Red-test/zip/Red(System)%20Testing.zip

Kaj
I upgraded Red on Try REBOL to the objects branch, so you can try objects there, too:
http://tryrebol.esperconsultancy.nl

NickA
I've made numerous updates to http://learnrebol.com
james_nak
Thanks Nick. You've really created a helpful way to learn R3.

Marco
I have updated my latest script:
http://www.rebol.org/view-script.r?script=vid1r3.r3
As of v.0.3.1 I have reached a good degree of compatibility but it is becoming increasingly difficult to add features and correct bugs, especially those regarding "bindological" problems. Please help me.

Kaj
I made fixes to the 0MQ binding for Red(/System) to fully support 0MQ 3. In particular, handling of multi-part messages was broken. It was awkward to find and abstract the differences between 0MQ 2 and 3. The binding still uses 0MQ 2 on other platforms than Windows until common Linux distributions have upgraded:
http://red.esperconsultancy.nl/Red-ZeroMQ-binding/dir?ci=tip
0MQ 4 was recently released. The binding works with it, but doesn't explicitly support the new security capabilities yet.

Marco
I have updated my latest script:
http://www.rebol.org/view-script.r?script=vid1r3.r3
and also files-renamer.r, parse-aid.r and visual-sorting.r that now work on R3 (with vid1r3.r3)

Maxim
started to Add a bit of documentation to Steel applications:
https://github.com/moliad/steel/wiki/Header-box
https://github.com/moliad/steel/wiki/hammer
you should really try out header-box it allowed me to update 30 scripts with very complete headers in a matter of hours with no possibility of errors.  usually, you try to cleanup the headers and every script has some little thing you forgot to do (like put the date, update the license text, or author)
Maxim
Note that I have done a LOT of updates in my various libs in the last week, so if you are using them, now might be a good time to update.

Maxim
just thought I'd share that I did 65 commits to my various Github projects in the last month a record... one I aim to beat next month  :-)

Marco
I have updated my latest script:
http://www.rebol.org/view-script.r?script=vid1r3.r3
and also vid-build.r that now work on R3 (with vid1r3.r3).
I think I have reached a good degree of compatibility. I also think I have reached my limit in this script so do not expect many other improvements.

Maxim
I am happy to announce my one release a day program (c)
yes, for a while now I have been doing many commits to several repositories, and am doing my best to do at least one commit a day.  today I did commits on liquid-libs/fluid.r and steel/fluid-tests.r

Kaj
By popular request, I have upgraded Red on Try REBOL to the current development version, which now includes PARSE:
http://tryrebol.esperconsultancy.nl
Unfortunately, this also means that objects are no longer included until they arrive in the master development branch.
Please test the new Red, in particular PARSE, for the upcoming release

Maxim
simple script to detect if you've got some console functions in one or more scripts.
note that you can easily replace the words to verify in the globals.

Kaj
Here's a new Red project, using PARSE:
http://red.esperconsultancy.nl/Red-TNetStrings
It implements the Tagged Netstrings data format:
http://tnetstrings.org
an extension of the original Netstrings format by Dan Bernstein:
http://cr.yp.to/proto/netstrings.txt
Kaj
There are two functions: to-TNetString and load-TNetString. They have several refinements to improve the conversion between the Red and TNetStrings type systems, and to be consistent with other Red functions, in particular MOLD and LOAD.
The converters are heavily optimised to minimise the number of series operations, to optimise memory use and hopefully speed.
The TNetStrings parser uses the new Red PARSE. Even though it's a very simple format, it uses many of the PARSE enhancements.
Converting the Red type system to another one gave it a good exercise. It has shaken out a series of bugs from PARSE and other parts of Red.
Kaj
You can use TNetStrings instead of MOLD and LOAD to serialise some Red data using UTF-8, as long as Red's LOAD only supports ASCII.

Last message posted 113 weeks ago.