AltME: Announce

Messages

amacleod
Great, Bo. I'll check out last months for that article....
Bo
Thought that some of you might want to throw in your $0.02.

Bo
The AltME feed is reportedly back up again on SO Chat.

Andreas
Shixin Zeng announced the availability of an (open source) encapper for R3 on Stack Overflow chat. Here's the original text from Shixin:
"Anybody interested in bundling the REBOL script into an executable? I have worked out something that can build such an executable for both Linux and Windows. The change is at: https://github.com/zsx/r3/commit/c4a478b9"
From the referenced commit message:
"Add an encapper for Windows and Linux
The way it works is:
1. embedded the script into the executable file
2. the interpreter checks for the existence of the embedded script
3. if it finds it, runs it and ignores "--do" and script passed in from
the command line
4. if not, act as a regular interpreter
The encapper on linux is just a wrapper around objcopy, wihch adds a
section with the script to the executable
On Windows, the script is added as a resource, and some windows APIs are
used to retrieve the information."
Andreas
I'm also happy to report, that some initial testing shows that Atronix's R3 encapper works on Linux quite nicely.
I managed to build a fully statically-linked 64-bit R3/Core binary with a "Hello, World!" script encapped that comes out at ~800K in size.
Being fully statically-linked (using the musl C library) means that it's completely standalone: no libc, libm, libdl, etc depencies (those who have encountered libstdc++ dependency troubles with R2 might appreciate that). The only dependency left is a Linux kernel (with a compatible interface). So such binaries should be able to run unaltered for many, many years to come.
On the R3 side, this binary includes a 64-bit core, HTTPS support, a full CALL with I/O redirection, the FFI (/Library), etc. Pity that the encapped "Hello, World!" script doesn't make any use of all that :)
szeng
Prebuilt R3 capable of encapping is available at http://atronixengineering.com/downloads.html as development releases. Together with the encap.r from https://raw.githubusercontent.com/zsx/r3/atronix/make/encap.r, it can be used to encap the REBOL script into the interpreter and run as a standalone program

Bo
Not specifically Rebol-related, but we hope to promote Rebol through our new channel, http://ameriDroid.com .
ameriDroid.com is now the official US distributor for Hardkernel's entire ODROID product line.  ODROIDs are some of the most powerful single-board computers available in the world, running primarily Linux and Android.  Check out the site and let us know what you think!

Andreas
I'm happy to announce that rebolsource.net now also provides a FreeBSD x86 build from mainline R3:
http://www.rebolsource.net/
In my testing of this build so far, it has been as stable as any of the "big 3" (Linux, OSX, Windows) mainline builds. So: have fun with R3 on FreeBSD!

Bo
From Carl:
The rebol.com server provider moved the server a couple days ago.
I've just updated the NS records to point to the new IP, but it may take a few hours to propagate. Just wanted to let you know.

Bo
Here's a real-world working example of my currently very limited JavaScript Interface Dialect (JSID):
http://video.respectech.com:8080/jsid/test.r3
Feedback appreciated!
NickA
Feedback:  WOOOO YEAH!   We need a simple way to send, receive, and visually manipulate native Rebol data series (a list and *Grid* widgets, especially).  Tab panels, accordians, and other page layout options would make this more than just cool.  I'm ridiculously excited about the potential this little thing :)  
Where can we get it?.  I'll happily donate and write examples.

Ashley
Munge 1.0.6
- SQL Server 2012 fix (blank lines embedded in output)
- Refactored load-dsv based on csv-tools.r
- Added /max and /min
- Added /having
- Fixed /save to handle empty? buffer
- load-dsv now handles xls variants (e.g. xlsx, xlsm, xml, ods)
- Fixed bug with part/where/unique
- Added /compact
- Added console null print protection prior to all calls
- Added read-pdf (requires pdf2text)
- Added read-xls (requires Excel)
Full documentation at http://dobeash.com/munge.html

szeng
I have updated the development version R3 at http://atronixengineering.com/downloads.html, all of them should now have a CALL with I/O redirection and be able to do async CALL. The implementation is still experimental, please give it a try and report any bugs as you see. The only difference between Linux/Windows version is that CALL in windows doesn't accept a block! or file! for its argument, it only accepts a string as the command.

Ladislav
https://github.com/saphirion/include repository updated: adjustments for SCRIPT? bug in R2
szeng
I just did another update to the developement version of R3 at http://atronixengineering.com/downloads.html, mainly with some changes to the CALL. Now CALL is documented: https://github.com/zsx/r3/wiki/CALL-In-R3. Please report any issue you see

Bo
Not specifically Rebol-related, but interesting to Rebollers, I hope.
Hardkernel announced their new sub-$40 quad-core 1.5GHz ARM single board computer with dual-core GPU, 1GB DDR3, Gigabit Ethernet, IR Receiver, 40-pin GPIO and more.
You can read more about it at http://ameridroid.com/products/odroid-c1

szeng
I've added a signal scheme to R3 on Linux. dev binaries on Atronix website have been updated for this. It's documented at: https://github.com/zsx/r3/wiki/Signal-Ports-in-R3-on-Linux

Ashley
Munge 1.0.7
    Compatibility patches
        to-error        does not work in R3
        remove-each     R3 returns integer
        select          R2 /skip returns block
        unique          /skip broken
    Minor changes to work with R3
        read (R3 returns a binary)
        delete/any (not supported in R3)
        find/any (not working in R3)
        read/lines (not working in R3)
        call/show (not required or supported in R3)
        call/shell (required in R3 for *.vbs)
    Removed /unique
    Added column name support
    Added /headings
    Added /save none target to return lines
    Merged /having into /group
    worksheet changes
        Removed columns argument
        Removed /widths and /footer refinements
        Added spec argument
        Added support for date and auto cell types

Kaj
If you like to be bleeding edge, you can now access our web sites, including Try REBOL and our Red and REBOL sites and Fossil repositories, through the HTTP 2 protocol, the successor to HTTP 1.1 and Google's SPDY protocol.
You may have to enable HTTP 2 in your browser or other client.

DocKimbel

Last message posted 110 weeks ago.