r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Announce] Announcements only - use Ann-reply to chat

MaxV
15-Jul-2011
[1154x2]
Pot vidoes about Rebol you too! :-)
Rebolide, the rebol IDE for beginner, now has the cross-platform 
rebol core viewer!!!
http://www.rebol.org/view-script.r?script=rebolide.r
MaxV
19-Jul-2011
[1156]
Facebook is changing the groups, so probably the Rebol group will 
be archived or whatever Mark Zuckerberg wants.
So I copied all posts and the "weekly" emails in a blog:
http://rebol2.blogspot.com/
You'll find there almost anything. :-)
Oldes
19-Jul-2011
[1157x2]
What does it means that is changing the groups?
(sorry... answer in any other chat group)
Andreas
21-Aug-2011
[1159]
I've added support for REBOL to "ohcount", Ohloh's source code analysis 
tool. As of today, those patches are live on Ohloh, making REBOL 
a language recognised by Ohloh:

https://www.ohloh.net/languages/92

Let's hope projects previously on Ohloh will get reindexed soon.


From Ohloh's about page: "Ohloh is a free public directory of open 
source software and people. [..] Ohloh is a directory, [..], and 
an analytics service. We use the data from our directory to create 
historical reports about the changing demographics of the open source 
world."
Ladislav
21-Sep-2011
[1160x3]
I updated

http://www.fm.tul.cz/~ladislav/rebol/include.r

INCLUDE REBOL doer/preprocessor.

Changes:

- file identification corrected
- suport for user-defined directives added
Also, the INCLUDE documentation page:

http://www.rebol.net/wiki/INCLUDE_documentation


has been updated to describe how the users can define their own INCLUDE 
directives.
It is recommended for all INCLUDE users to switch to this version
Ladislav
22-Sep-2011
[1163]
The

http://www.rebol.net/wiki/INCLUDE_documentation


enhanced, the #print (debug-print) user-defined directive added as 
an example. Also, I am adding the description of the localization 
directives.
Robert
22-Sep-2011
[1164]
I updated make-doc-pro on my homepage. Latest changes are all done 
by Henrik or Ladislav.
Cyphre
30-Sep-2011
[1165x2]
New update of RMA version of R3 host-kit is available at http://www.rm-asset.com/code/downloads/index.html

This release contains following changes:
-added active/inactive events
-fixed compiler warnings
-fixed modal window key events bug

-added window show states programatic handling (see SHOW command 
help)
-fixed unicode text rendering bug
-fixed memory leak in text dialect


NOTE: This version is also needed to be able run the latest R3GUI 
from RMA.
New RMA release of R3GUI version 3015 is available on:


http://www.rm-asset.com/code/downloads/files/r3-gui-src.zip- this 
is the full source version + docs


http://www.rm-asset.com/code/downloads/files/r3-gui.r3.zip- this 
is the 'classic' one file release

or just simply type LOAD-GUI in the RMA version of R3.exe


Feel free to try it and let us know in the R3GUI Altme group. Any 
feedback is appreciated.


NOTE: this version is compatible only with the RMA version of Rebol3. 
You can get it from: http://www.rm-asset.com/code/downloads/files/rma-r3-build.zip

Release notes(just the main changes):

-removed reactors
-udpated documentation
-reworked text-list, text-table styles
-new testing tool + basic tests included 
-improved keyboard handling
-many internal and style related fixes and improvements


for more details see r3-gui-changes.txt in the zip archive (the changelog 
will be updated on the RMA webpages soon as well)
Robert
1-Oct-2011
[1167]
Note: The code is not yet uploaded and the URL is not correct. Cyphre 
did use the old-company site. I'm going to post an update.

THE CODE IS NOT YET ONLINE FOR DOWNLOAD
BrianH
1-Oct-2011
[1168]
Thanks for the ongoing work, RMA! Glad to know the code isn't quite 
updated yet though. Since that is the case, please make the http://issue.cc/r3/1890
fix in the RMA host kit before you post the next version. I could 
use this fix today.
Andreas
1-Oct-2011
[1169x2]
Sorry, that fix won't work in general.
(Sorry again: -> !REBOL3)
Robert
2-Oct-2011
[1171]
Web-Site updated. See: http://saphirion.com/development/


- the rm-asset.com site is no longer valid, the company was terminated

- we use a web-font please let me know if you see any screwed up 
pages
- this R3-GUI release is a huge one, see history

Any comments and feedback welcome.
PeterWood
2-Oct-2011
[1172]
The RMA group has been renamed to Saphirion.
Ladislav
8-Oct-2011
[1173]
I described a new dialect proposal at:

http://www.rebol.net/wiki/Replacement#SUBSTITUTE

Invite you to discuss it at the Core group
ddharing
9-Oct-2011
[1174]
Good news! Well, I think so anyway. Carl modified the REBOL home 
page yesterday -- http://rebol.com.


There is a new link to the following page -- REBOL Overview For Scientists, 
Engineers, Professors, Programmers. I think this is a new page.
Pekr
9-Oct-2011
[1175]
you can watch rebol.com changes here - http://www.rebol.com/recent.html
ddharing
9-Oct-2011
[1176]
That's good to know. Thanks. So this is the first website change 
since March.
Janko
12-Oct-2011
[1177]
Wow .. nice
Ladislav
13-Oct-2011
[1178]
http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated. Main changes:

INCLUDE-PATH became INCLUDE-CTX/PATH
INCLUDE-LOG became INCLUDE-CTX/LOG
GET-INCLUDE-DIRECTIVES became INCLUDE-CTX/GET-DIRECTIVES
SET-INCLUDE-DIRECTIVES became INCLUDE-CTX/SET-DIRECTIVES


For other changes see the updated documentation (the Changelog section) 
at

http://www.rebol.net/wiki/INCLUDE_documentation

Sorry for any inconveniences caused by the "context adjustments"
Ladislav
22-Oct-2011
[1179]
Announcing a new version, 

    http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated. Main changes:


- a new helper function INCLUDE-CTX/UPDATE-DIRECTIVES has been defined


This function makes directive updating comfortable enough for every 
user. For other changes, see the "Changelog" section of the

    http://www.rebol.net/wiki/INCLUDE_documentation

, which has been updated as well to reflect the changes.
sqlab
22-Oct-2011
[1180]
I guess #include-string binary-file should be #include-binary binary-file 
in the documentation
Ladislav
22-Oct-2011
[1181]
http://www.rebol.net/wiki/INCLUDE_documentation


corrected (directive name typo) in accordance with the above report
MaxV
24-Oct-2011
[1182]
I could use a REBOL programmer for my new startup. Must be in the 
Las Vegas area or willing to relocate. Send resume to [Ryan-:-iOrderPOS-:-com]
Oldes
4-Nov-2011
[1183x2]
I've uploaded my old REBOL sources (RS) script system to Github including 
the main projects which are required for REBOL/Flash dialect (rswf) 
and variuos XFL (new Flash source format) manipulations.
https://github.com/Oldes/rs
So far it's just a working mess - take it or leave it - I will clean 
it and document in a future.
Ryan
5-Nov-2011
[1185]
Hey Rebols, Ryan is back! I need some people to fill the ranks of 
my new startup in Las Vegas, iOrderPOS. REBOL programmer @ $65k - 
$85k year. Javascript programmer @  $55k - $75k year.  Linux experience 
a big plus. Anyone out their interested in small contract jobs, or 
a Vegas workation should contact me as well, especially if you think 
you could put  REBOL on router. [Ryan-:-iOrderPOS-:-com] / 702-526-6774
ddharing
6-Nov-2011
[1186]
Ryan, good luck with your business venture. I just checked out your 
website. Do you already have a demo presentation?
Ryan
6-Nov-2011
[1187]
The demo presentation should be ready next week.
NickA
7-Nov-2011
[1188]
Thank you Oldes!
Ladislav
8-Nov-2011
[1189]
http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated. See also the updated documentation:

http://www.rebol.net/wiki/INCLUDE_documentation


The change just enhances support for localization (or other sets 
of user-defined directives), no incompatibilities with the previous 
version are expected.
Reichart
8-Nov-2011
[1190]
Ryan, very cool!
Ladislav
11-Nov-2011
[1191]
http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated

Main changes:

- support for user-defined directive sets improved a bit again
- a new error id defined
- errors documented
- a "runaway local" in a directive bug caught

For the complete changelog see

http://www.rebol.net/wiki/INCLUDE_documentation
Endo
11-Nov-2011
[1192]
Great work Ladislav. Is it a good practice to replace prerebol.r 
in SDK with include.r, to be able to use it in encapsulators?
Ladislav
11-Nov-2011
[1193]
We use include.r in place of prerebol.r, so why not?
Endo
11-Nov-2011
[1194]
Ok, thank you.
Robert
12-Nov-2011
[1195]
Endo, we build all our tools with it. Works great.
Geomol
24-Nov-2011
[1196]
The World Programming Language is about to enter open alpha release 
state.

See: http://world-lang.org
NickA
28-Nov-2011
[1197x2]
Those examples look strangely familiar!
23000 lines of C code.  This is the first I've heard of this.  What's 
going on?
Sunanda
29-Nov-2011
[1199]
Please note that we've renamed the groups that are for REBOL inspired 
languages to have a # in front of the name:
    #Boron
    #Red
    #Topaz
    #World

If there are any I've missed, please let be know in Ann Reply. Thanks.
GrahamC
29-Nov-2011
[1200]
#R3 ?
Geomol
4-Dec-2011
[1201]
World Introduction at
http://world-lang.org

World alpha release at
https://github.com/Geomol/World
Oldes
7-Dec-2011
[1202]
I've updated Scite version 3.0.1 with my version of the REBOL lexer 
(which is also available in the menu in this version - it's not in 
the official release)
https://github.com/Oldes/Scite/tree/v301
Steeve
7-Dec-2011
[1203]
is that used for syntax coloring only ?