AltME: Announce

Messages

Gerard
Thank you very much Robert and your team members for all of your efforts. I'll also contribute to your advancement by sending some contributions to you very soon. Just waiting for my next pay cheque in about 15 days.

Geomol
New World alpha release at
https://github.com/Geomol/World
- Added datatype: pair!
- Added datatype: image! (premature, no real support)
- Added datatype: email!
- Added datatype: list!
- Added HALT
- Added DEHEX
- Added char! support to SHIFT
- Added ENBASE
- Added DEBASE
- Added series changing FIND'
- Added /ONLY refinement to SEND
- Added ACTOR construction function
- Improved HELP with strings, datatypes, partial word and * wildcard
- QUIT in tasks other than maintask now works as HALT
- Changed block comparison, so this is false: [1] == [1.0]
- Improved terminal output regarding newlines in blocks and parentheses
- Fixed PARSE regarding (new) mem rules and SET
- Added more tests
- Other minor changes and additions

Kaj
I've upgraded the binary downloads for the imminent Red 0.3.3 release. They wrap up all the latest improvements to Red and my bindings, in particular 0MQ, the C library binding and the console. Please test the ones for your system to improve Red's quality:
http://red.esperconsultancy.nl/Red-test/dir?ci=tip
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%28System%29%20Testing.zip

Bo
In celebration of the commercial release of CloneLocker, the first commercial product built entirely with Red, and the upcoming new release to be announced by Doc soon:
For every $1 donated to Red before 11-Sep-2013/0:00UTC, Respectech will match that donation up to a maximum of $1000 ($2000 total donation) as a thanks for the amazing help that Doc provided with the Windows kernel driver and additional features.  Depending on the amount donated during this time, Respectech will also give an additional bonus amount at the end of the 30-day period, plus a percentage of each license of CloneLocker sold as an extra thanks.
(The above amounts refer to US Dollars - sorry for not making that clear to the rest of the world that uses other currency called "Dollars".)
DocKimbel
Red repo moved to https://github.com/red/red
Yay! :-)

Kaj
I upgraded Red on Try REBOL to the new 0.3.3 release:
http://tryrebol.esperconsultancy.nl
It's my red-core version, so it has file and network I/O and more.

amacleod
cool
says: Try Red 0.3.2
do in red: version == "3.6.22"
What is version?
Kaj
I updated the binary downloads to the final Red 0.3.3 release. See a few announcements above for the links.
Ladislav
Shixin Zeng submitted a very promising pull request towards 64-bit-native Rebol 3: https://github.com/rebolsource/r3/pull/1 (Linux x64, for starters). Testing & reviewing welcome!

Andreas
The mainline Rebol 3 open source repository has been renamed and is now officially located at:
https://github.com/rebol/rebol
Issues, pull requests, etc of course remain unaffected. Redirects from the previous location (rebol/r3) are in place (both HTTP/S and Git). Forks on Github originally created from rebol/r3 automatically reflect the new upstream location.
Andreas
(Just to clarify: that rename was Carl's decision. I'm just the messenger :)

Marco
I have uploaded another new script to rebol.org but this time I want to make an announcement
http://www.rebol.org/view-script.r?script=vid1r3.r3
It is a quite complex script and I desperatly need your help as bug hunters but mainly also
to "fill in the gaps" since there are a lot of things to add and try.
Please help me by sending me an email or posting your additions and enhancements on AltMe.
To be able to use this script you must have the Rebol SDK http://www.rebol.net/builds/#section-2
and change the sdk-dir variable.
If you want to stop dumping events go to ;view-funcs/view/; Window handler/handle-events/handler.

Bo
I just got the specifications and pricing pages done for the Rebol3/Red HD surveillance cameras I've been developing:  http://respectech.com/smoothcam.html

Kaj
I upgraded my 0MQ binding for Red and Red/System to support and require 0MQ 3 when used on Windows:
http://red.esperconsultancy.nl/Red-ZeroMQ-binding
Because most Linux distributions don't have 0MQ 3 yet, the binding still uses 0MQ 2 on other platforms than Windows.

Kaj
I made some changes to program argument handling for Red and Red/System lately. Issue #480 requires modifying the arguments on Windows:
https://github.com/red/red/issues/480
Therefore, Red/System now has its own encapsulated interface to program arguments here in ANSI.reds (because it uses string copying functions from the C library):
http://red.esperconsultancy.nl/Red-C-library/dir?ci=tip
The following functions are available:
get-args-count: Returns the number of arguments, but not including the program path.
get-argument: Returns a string argument by number. On Windows, the argument is copied and double quoted arguments are stripped. Number 0 gets the program path.
end-argument: Frees the memory of the copied argument. This does nothing on other platforms than Windows.
The Red interface is here in common.red:
http://red.esperconsultancy.nl/Red-common/dir?ci=tip
It now builds on the Red/System interface to provide the following functions:
get-args-count: Returns the number of arguments, but not including the program path.
get-argument: Returns a string argument by number. On Windows, double quoted arguments are stripped. Number 0 gets the program path.
get-arguments: Returns a block of strings of all arguments, but not including the program path.
Examples of use are here:
http://red.esperconsultancy.nl/Red-cURL/dir?ci=tip&name=examples
http://red.esperconsultancy.nl/Red-SQLite/dir?ci=tip&name=examples
Both the 0MQ and program arguments enhancements were instructed by our commercial project with Respectech.

Robert
Finally we made it to publish our Saphir verison to GitHub. You can find the project here:
https://github.com/saphirion/saphir
This is in sync with our internal code line and we will maintain the repository. Pull-Requests are welcome and will be reviewed by us.
I hope with this step, the whole fuzz about Saphir and if it can be used is solved. As we promised, we will publish the code for it. Now I'm looking forward if the community is picking it up and if we see some pull-requests soon.
Bas
Kaj will give a presentation about Red wednesday 18th next week during Software Freedom Day at te CWI (Center for Math and Informatics), Science Park Amsterdam:
http://www.softwarefreedomday.eu/2013/Red.html
"Broad new Programming Language: From Systems Programming to Declarative GIU Scripting"
From scalable network servers to small mobile platforms such as Android and Raspberry Pi.
Kaj will present a declarative GIU binding for GTK, and will touch some bindings for ZeroMQ and SQLite.
Amongst others, we expect students doing a master education in System and Network Engineering at the University of Amsterdam, as part of their colloquium.

Last message posted 116 weeks ago.