REBOL

REBOL3 - Announce (Announcements only - use Ann-reply to chat [web-public])

Return to Index Page
Most recent messages (300 max) are listed first.

#UserMessageDate
1215LadislavAnnouncing INCLUDE update, see the "INCLUDE" group.12-Jan 14:06
1214KajCrosslinks in the repositories are now enabled by default when the browser is detected to be a human user (still keeping crawler bots from hammering the server)12-Jan 1:35
1213KajI've upgraded the Fossil server for my Red and REBOL repositories to version 1.2112-Jan 1:34
1212Ladislavcorrected9-Jan 15:07
1211EndoThank you Ladislav. There is a typo on the DO line on ladislav-include.r script: % character shouldn't be there.9-Jan 14:58
1210Ladislavhttp://www.fm.tul.cz/~ladislav/rebol/include.r

and

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

have been updated. Reason:

the "in-file" bug in standard directives corrected

Also, the

http://www.rebol.org/view-script.r?script=ladislav-include.r

"pointer" script was defined at rebol.org

9-Jan 14:42
1209EndoWhy Ladislav's include.r is not on rebol.org?6-Jan 13:24
1208KajUnfortunately, I had to remove R3 Chat from the contact info5-Jan 17:33
1207KajMade some updates to http://rebol.esperconsultancy.nl5-Jan 17:33
1206BasLIn the weekend of 3 and 4 march, we will organise a DevCon for the REBOL family of programming languages in the "De War" Kleine Koppel 40, 3812 PH, Amersfoort in the Netherlands. Which is ten to fifteen minutes walking from Amersfoort Central Station. To get an impression of the previous conference see here http://reborcon.esperconsultancy.nl/ "De War" alongside the river "Eem" in the neighboorhood of the Koppelpoort on OpenStreetMap: http://www.openstreetmap.org/?mlat=52.1628&mlon=5.3768&zoom=14&layers=M Amersfoort Central Station is one of the largest railway junctions in the country. http://en.wikipedia.org/wiki/Amersfoort http://en.wikipedia.org/wiki/Koppelpoort http://en.wikipedia.org/wiki/Eem

Amersfoort is also the birthplace of painter Piet Mondriaan. As a result of that you can visit the Mondriaan House: http://en.wikipedia.org/wiki/The_Mondriaan_House

Nenad will be giving a workshop about Red. Kaj wil present his bindings. Other REBOL-related subjects are welcome?

8-Dec 22:56
1205OldesHere is updated Notepad++ https://github.com/Oldes/nppcr_npp (it's probably impossible to let them include the changes in the official distro)8-Dec 15:46
1204OldesUpdated to correctly handle #world header detection (must add file extension later)... @Steeve - Scite is text editor, Scintilla is for color coding.. or what do you mean? Let use ann-reply7-Dec 23:16
1203Steeveis that used for syntax coloring only ?7-Dec 23:10
1202OldesI'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/v3017-Dec 23:04
1201GeomolWorld Introduction at http://world-lang.org

World alpha release at https://github.com/Geomol/World

4-Dec 9:11
1200GrahamC#R3 ?29-Nov 21:33
1199SunandaPlease 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.29-Nov 20:16
1198NickA23000 lines of C code. This is the first I've heard of this. What's going on?29-Nov 3:33
1197NickAThose examples look strangely familiar!29-Nov 3:30
1196GeomolThe World Programming Language is about to enter open alpha release state.

See: http://world-lang.org

24-Nov 9:01
1195RobertEndo, we build all our tools with it. Works great.12-Nov 21:22
1194EndoOk, thank you.12-Nov 0:30
1193LadislavWe use include.r in place of prerebol.r, so why not?11-Nov 23:52
1192EndoGreat work Ladislav. Is it a good practice to replace prerebol.r in SDK with include.r, to be able to use it in encapsulators?11-Nov 23:25
1191Ladislavhttp://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

11-Nov 14:35
1190ReichartRyan, very cool!8-Nov 19:54
1189Ladislavhttp://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.

8-Nov 14:32
1188NickAThank you Oldes!7-Nov 7:40
1187RyanThe demo presentation should be ready next week.6-Nov 16:33
1186ddharingRyan, good luck with your business venture. I just checked out your website. Do you already have a demo presentation?6-Nov 12:35
1185RyanHey 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-67745-Nov 19:44
1184OldesSo far it's just a working mess - take it or leave it - I will clean it and document in a future.4-Nov 16:17
1183OldesI'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/rs4-Nov 16:16
1182MaxVI 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.com24-Oct 9:46
1181Ladislavhttp://www.rebol.net/wiki/INCLUDE_documentation

corrected (directive name typo) in accordance with the above report

22-Oct 10:14
1180sqlabI guess #include-string binary-file should be #include-binary binary-file in the documentation22-Oct 10:08
1179LadislavAnnouncing 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.

22-Oct 9:26
1178Ladislavhttp://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"

13-Oct 10:02
1177JankoWow .. nice12-Oct 10:37
1176ddharingThat's good to know. Thanks. So this is the first website change since March.9-Oct 23:57
1175Pekryou can watch rebol.com changes here - http://www.rebol.com/recent.html9-Oct 20:18
1174ddharingGood 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.

9-Oct 19:26
1173LadislavI described a new dialect proposal at:

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

Invite you to discuss it at the Core group

8-Oct 15:02
1172PeterWoodThe RMA group has been renamed to Saphirion.2-Oct 12:54
1171RobertWeb-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.

2-Oct 8:30
1170Andreas(Sorry again: -> !REBOL3)1-Oct 19:07
1169AndreasSorry, that fix won't work in general.1-Oct 19:06
1168BrianHThanks 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.1-Oct 18:34
1167RobertNote: 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

1-Oct 7:32
1166CyphreNew 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)

30-Sep 22:00
1165CyphreNew 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.

30-Sep 22:00
1164RobertI updated make-doc-pro on my homepage. Latest changes are all done by Henrik or Ladislav.22-Sep 11:02
1163LadislavThe

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.

22-Sep 10:45
1162LadislavIt is recommended for all INCLUDE users to switch to this version21-Sep 14:08
1161LadislavAlso, 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.

21-Sep 13:57
1160LadislavI updated

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

INCLUDE REBOL doer/preprocessor.

Changes:

- file identification corrected - suport for user-defined directives added

21-Sep 13:56
1159AndreasI'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."

21-Aug 13:33
1158Oldes(sorry... answer in any other chat group)19-Jul 12:45
1157OldesWhat does it means that is changing the groups?19-Jul 12:44
1156MaxVFacebook 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. :-)19-Jul 12:40
1155MaxVRebolide, the rebol IDE for beginner, now has the cross-platform rebol core viewer!!! http://www.rebol.org/view-script.r?script=rebolide.r15-Jul 10:29
1154MaxVPot vidoes about Rebol you too! :-)15-Jul 9:34
1153MaxVI posted some demo video on youtube: http://www.youtube.com/watch?v=-RVhBImcEAE http://www.youtube.com/watch?v=P1VoyLoYIa0 http://www.youtube.com/watch?v=VDNw7Vff21s http://www.youtube.com/watch?v=srZPbFMUMkU http://www.youtube.com/watch?v=KrIWf-fIhA0 http://www.youtube.com/watch?v=4spBJ7hMckQ http://www.youtube.com/watch?v=JIHo7JY5tRA15-Jul 9:33
1152PekrHas anyone tried following means of running nstype plugins in IE >5.5 SP2? https://developer.mozilla.org/en/ActiveX_Control_for_Hosting_Netscape_Plug-ins_in_IE15-Jul 8:00
1151AlanWinXP Pro works with Chrome/Opera/FF but not IE15-Jul 6:34
1150PekrFF 5.x, Windows Vista,OK15-Jul 6:27
1149WuJianalso on Safari15-Jul 3:46
1148WuJianIt works on Chrome, WindowsXP15-Jul 3:33
1147MaxVDear NickA, now with HTML5 it's easier put "strange" plugins inside html page with the <embed> element, just paste something like: <embed name="REBOL_Moz" type="application/x-rebol-plugin-v1" WIDTH="400" HEIGHT="400" ALT="REBOL/Plugin" bgcolor="#ffffff" version="1.2.0" LaunchURL="http://www.rebol.com/view/demos/bubbles.r" ></embed>14-Jul 16:07
1146Endovery nice, I tested it under XP/Pro with Opera 10.50. please see the Plugin-2 group.14-Jul 15:47
1145NickAHow is this different than http://re-bol.com/rebol.html#section-9.11 ?14-Jul 14:15
1144NickAworking in firefox, w714-Jul 13:44
1143nveWindows, W714-Jul 10:59
1142nveGreat ! Tested under Opera.14-Jul 10:49
1141MaxVRebol plugin: you can visit: http://www.maxvessi.net/rebsite/plugin/index.html to test if it works, tha pages contain some scripts. If you want, I can adder more...14-Jul 10:37
1140Geomol(Should have been in Ann-Reply, sorry.)11-Jul 19:03
1139Geomolhmm It probably comes back, but I find it too easy to make mistakes in. Pro is also, it's fast at execution. Good libraries might help with the mistakes.11-Jul 19:03
1138RobertIMO C is coming back. Simple, matured, works.11-Jul 18:58
1137Steevechemists and physicists are both in science but do not use the same tools11-Jul 17:10
1136Maximwow C (not C++) is still the fourth language on github... If you poked around in most programming shops, everyone whould say C is dead. :-)11-Jul 16:50
1135KajWow, there are three languages less popular11-Jul 11:41
1134GrahamCjust as carl appears to be abandoing Rebol! ironic timing.11-Jul 10:28
1133JankoAwesome :)11-Jul 7:05
1132RobertThat's cool!11-Jul 6:13
1131AndreasSuccess! REBOL is now a language correctly recognised by Github. That also includes their per-language stats:

https://github.com/languages/Rebol

11-Jul 0:06
1130Endowow! they already did? that nice. thanks earl!29-Jun 7:50
1129AndreasGithub open sourced their language highlighting/recognition tool two days ago. I just submitted a patch to disambiguate .r files between R and REBOL:

https://github.com/github/linguist/pull/20

I'm quite optimistic that this will get integrated in one way or the other. So somewhen in the future we should have proper syntax highlighting and language statistics for (.r-using) REBOL projects on Github.

29-Jun 0:04
1128nveFrench presentation of Red and Cheyenne are available on http://www.red-chronicle.com | Documentation29-May 20:45
1127nveFollow us live on Twitter : #redlang_france, #red_chronicle, #rebol_france, #olivierauverlot28-May 13:50
1126Kajhttp://development.syllable.org/news/2011-05-28-00-37-First-Red-program-on-SyllableDesktop.html28-May 0:58
1125KajRed alert:28-May 0:58
1124PeterWoodhttp://www.rebol.com/oneliners.html - 33 daytiime server24-May 7:20
1123PekrRobert - get Carl on the Skype online during the session, that will attract the audience :-)24-May 6:43
1122RobertOne line client / servers?24-May 6:41
1121Maxim-Parsing, one line client/servers, DSLs23-May 20:39
1120RobertLet me know your topics you would present to a techie audience, where mostly none ever heard about Rebol. There are about 600 people expected.23-May 15:41
1119RobertOn Thursday I'm giving a Pecha Kucha about Rebol at the Karlsruher Entwicklertag (Karlsruhe's Developer Day). So, I have 20 slides, each 20 seconds giving me 6:40 minutes to present Rebol.

http://www.andrena.de/Entwicklertag/2011/Programm/Conference-Day/Innovationen-in-IT/REBOL.html

23-May 15:41
1118Kajhttp://rebol.esperconsultancy.nl19-May 4:05
1117KajI've updated my REBOL website and overhauled the 0MQ bindings documentation to incorporate the Fossil infrastructure:19-May 4:05
1116Kajhttp://rebol.esperconsultancy.nl/documentation/how-to-use-Fossil.html16-May 23:20
1115KajI wrote a quick quick quide to using Fossil with my repositories:16-May 23:20
1114MaxVRelease new linux packages, work on Ubuntu 11.04: http://www.maxvessi.net/rebsite/Linux/6-May 17:01
1113nveOfficial REBOL / Red User Group in north of France the 28th of may 2011 Cht'i RUG 2011 will took place at Zango restaurant in Lille. Lunch and meeting in the afternoon.

Official topic on REBOL France site :

http://www.rebol-france.org/actualites/chtirugmai2011

The author of Cheyenne and Red programming language will be present. The author of the most famous books about Rebol Olivier Auverlot will also be present.

3-May 21:38
1112onetomhttp://www.microchip.com/en_US/family/mplabx/index.html MicroChip came out with a crossplatform IDE (after ~10+ years) It's in Java and 37MB zipped. Another opportunity missed where Rebol could have excelled...3-May 19:54
1111KajThat's standard for many Linux distros, so apparently nothing new here3-May 18:26
1110Andreasif you have troubles with REBOL/View 2.7.8 on (stock) Ubuntu 11.04: install the xfonts-100dpi and xfonts-75dpi packages, and restart your GUI session afterwards3-May 16:56
1109Pekrshadwolf- this is announce group, no unnecessary chatter here, there is an ann-reply group .....2-May 8:01
1108shadwolfyou can do what ever rebol is a topic that stoped to interest it's author to start with soooo... Good job the selected fews so called GURUs !! :)2-May 6:55
1107RobertWell, we are doing a couple of other things as well... this is the SVN revision number for the overall repository.2-May 6:19
1106shadwolf2367 version of the RMA/GUI and style not a menu bar .... pfffff...2-May 6:15
1105shadwolfrebol/view 2.7.8.4.22-May 5:48
1104shadwolfLINUX UBUNTU 11.04 --> REBOL 2.7.8.4.2 BROKEN ALTME BROKEN (cause of unity window manager I suspect wrong user wrong size-text errors messages for both) HOPE WE WILL NOT WAIT 5 YEARS TO HAVE THIS FIXED CAUSE THIS MEANS NO REBOL ON UBUNTU ANYMORE DO I MADE MYSELF CLEAR ?2-May 5:20
1103onetom(putt-putt for the docs ;) 1st typo: <posted>DATA WAS POSTED>/posted>29-Apr 20:36
1102Maxim(btw, that's 15 pages of documentation, for the first release...)29-Apr 7:43
1101Maximtrre=tree29-Apr 7:40
1100Maxim---------------------------------------------------------- mod-web-api (v0.5.0) released ! ---------------------------------------------------------- An extensible, programmable webservice module for cheyenne. http://www.pointillistic.com/open-REBOL/moa/files/mod-web-api-r2.zip

Docs are here, temporarily, until I setup my web server again: http://www.pointillistic.com/open-REBOL/moa/files/mod-web-api/docs/mod-web-api.html

Installation and setup is all covered in the docs, but in fact, its just a question of dropping the file trre right over a cheyenne directory tree. a demo is included as well as a http.cfg file to enable the demo.

it takes 5 minutes to setup and run the demo, as long as you've got port 81 free.

29-Apr 7:39
1099Oldes(it's a windows build so far, maybe I could try to build it for Linux as well, or maybe someone else can provide it)24-Apr 15:23
1098OldesMaybe it's overcolorized now as I still don't know what will be the best way how to higlight the code, but you can easily change it using own settings.24-Apr 15:18
1097OldesI've added lexer for RSP code into Npp community version. Here is unicode build = http://rebol.desajn.net/npp-community.zip And here is the source = https://github.com/Oldes/npp-community24-Apr 15:17
1096KajThat was the dealmaker, but there are many other reasons24-Apr 12:20
1095onetomKaj: why fossil? because u could compile it under syllable?24-Apr 12:16
1094Kajhttp://rebol.esperconsultancy.nl/REBOL-2-ZeroMQ-binding24-Apr 0:39
1093KajI am starting to move stuff to Fossil repositories. Here's one for the 0MQ binding for R2:24-Apr 0:39
1092AdrianSthanks20-Apr 21:01
1091OldesThe patch for the official Npp version is here: http://sourceforge.net/tracker/?func=detail&aid=3289687&group_id=95717&atid=61238420-Apr 19:54
1090Oldeshttps://github.com/Oldes/npp-community is forked complete version of the Notepad++ Community Release (which is not exactly the same like the one from http://notepad-plus-plus.org/) I will provide a patch for the official version as well. But it can take some time to be accepted there.20-Apr 19:18
1089AdrianSor do I just copy these over the 2.9 version fies?20-Apr 17:01
1088AdrianSis this a complete Notepad++ source tree that I can build?20-Apr 16:59
1087OldesUpdated in the Notepad++ Community version: https://github.com/Oldes/npp-community/commit/cd136a6de1d2157b7ebd3bc6bf549c56d6cf7b3220-Apr 16:54
1086OldesNot yet.. I would like to... but it's possible that I will make some other fixes before.20-Apr 15:01
1085AdrianShave you announced this anywhere so that the changes can be incorporated into Scintilla/Scite by the project devs?20-Apr 14:37
1084OldesFor people who likes colors......... here is updated Scintilla / Scite (text editor) source with rewriten and enabled REBOL lexer for colorized code in scintilla powered text editors. https://github.com/Oldes/Scite/commit/cf5ef6b736553f5e6f1e8a801e91e0e3ff4b337320-Apr 14:08
1083CyphreNew RMA release of R3GUI version 2367 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:

this is just minor update(as previous one has been published only 2 days ago) so we(RMA) get back up-to-sync with 'Friday release' frequency ;-)

for more details see r3-gui-changes.txt in the zip archive (the changelog will be updated on the RMA webpages soon as well)

15-Apr 16:57
1082CyphreNew RMA release of R3GUI version 2338 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:

-new dividers subsystem -support of application 'shortcut' and 'access' keys (see panels-15.r3 for details) -more stable resizing -improved keyboard handling in some styles -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)

12-Apr 23:36
1081CyphreNew update of RMA version of R3 host-kit is available at http://www.rm-asset.com/code/downloads/index.html

This release contains:

-Windows: reworked keyboard events handling (key-up events support, ctrl+tab detection, base for ALT+key handling, etc.) -text clipping bugfix

NOTE: This version is also needed to be able run the latest R3GUI from RMA.

12-Apr 23:34
1080GeocachingThis does not work with Linux currently ('cause of the font issue)23-Mar-11 22:59
1079GeocachingBTW: this library also uses log4reb.r...23-Mar-11 22:56
1078GeocachingHello, I would loke to announce the availability of a new library %plotter.r. This library intends to transform any vid face supporting the draw effect into a powerfull plotter of mathematical expressions. THis library makes use of %parse-expression.r

You can test this new library through a demo I am currenly developping. The easiest is to connect with View/Desktop to http://rebol.x10.mx/scripts/plotterdemo.r . This demo is not yet fully complete, but demonstrate how easy the library is to use.

Enjoy

23-Mar-11 22:55
1077KajREBOL 3, REBOL 2 and Red/System23-Mar-11 22:50
1076Kajhttp://rebol.esperconsultancy.nl/extensions/0MQ23-Mar-11 22:49
1075KajI've added the Hello World request/reply examples to the 0MQ bindings site:23-Mar-11 22:49
1074MaxV:-)23-Mar-11 13:54
1073MaxVRight!23-Mar-11 13:54
1072SunandaYour name in lights...... If you don't appear in this collage of REBOL users, drop Massimiliano an email with a photo, and he'll add you: http://www.rebol.org/view-script-images.r?script-name=rebolusers.r http://www.rebol.org/view-script.r?script=rebolusers.r23-Mar-11 7:17
1071GreggNice Kaj!21-Mar-11 18:10
1070Kajhttp://rebol.esperconsultancy.nl/extensions/0MQ21-Mar-11 2:20
1069KajI made a website for my 0MQ bindings with preliminary documentation:21-Mar-11 2:20
1068nveWe are trying to organize a Rebol (Red ?! ;)) User Group in France this Spring (or Summer) 2011 :

http://www.rebol-france.org/sondage-rug-spring-2011

This is a poll (in french) for those who are interesting to come.

19-Mar-11 17:40
1067CyphreNew RMA release of R3GUI version 2182 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:

-generic box-model presets -better text sizing -improved keyboard navigation -correct handlind of minimal window size -cleaned up style tags -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)

18-Mar-11 23:03
1066CyphreNew update of RMA version of R3 host-kit is available at http://www.rm-asset.com/code/downloads/index.html

This release contains:

-enhanced GUI-METRIC function

NOTE: This version is also needed to be able run the latest R3GUI from RMA.

18-Mar-11 23:02
1065Geocachingparse-expression.r, a mathematical expression dialect parser that translates mathematiclal expressions into rebol code that can be evaluated, is available on rebol.org: http://www.rebol.org/view-script.r?script=parse-expression.r Please check the documentation: http://www.rebol.org/documentation.r?script=parse-expression.r17-Mar-11 13:20
1064jockoSorry, here is the link : http://www.colineau.fr/rebol/r3-gui.html17-Mar-11 6:39
1063jockor3-gui demo updated. Present version : 0.5.0. New validated tests : drawing, clock, scroller, windows, text-list (simple system browser)17-Mar-11 6:38
1062CyphreNew RMA release of R3GUI version 2124 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:

-new set of examples -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)

11-Mar-11 22:50
1061CyphreNew update of RMA version of R3 host-kit is available at http://www.rm-asset.com/code/downloads/index.html

This release contains:

-TO-IMAGE fixes -TEXT rendering related improvements and code cleanup

NOTE: This version is also needed to be able run the latest R3GUI from RMA.

11-Mar-11 22:49
1060KajUpgraded R2 on http://tryrebol.esperconsultancy.nl to 2.7.810-Mar-11 20:38
1059Andreas(-> Ann-Reply)7-Mar-11 21:35
1058ddharingAndreas, that's amazing. Is that test on Linux or Windows?7-Mar-11 21:33
1057AndreasAs an appetiser, here's a status report of the wuserver.r3 example running on a modest Core 2 Duo 2.6GHz, pushing out messages as fast as it can via a TCP endpoint to one wuclient.r3 running on the same machine:

1000000 messages sent in 0:00:05.003551 - 199858.060805216 msgs/sec

Yes, that is ~200'000 messages per second. (Or 5 microseconds of processing latency per message in the server.)

7-Mar-11 21:02
1056Andreasr3-zmq now also provides bindings for zmq_setsockopt/zmq_getsockopt and zmq-poll. The R3 extension thereby _fully_ implements the ØMQ library API (as of ØMQ 2.0.10).

The current sources can be found at: https://github.com/earl/r3-zmq

With zmq_setsockopt implemented, PUB/SUB sockets now work just fine, as illustrated by two examples: https://github.com/earl/r3-zmq/blob/d083b3/examples/wuserver.r3 https://github.com/earl/r3-zmq/blob/d083b3/examples/wuclient.r3

Thanks to Oldes for reporting & helping fix an issue in the build system on Win32.

For your convenience, a preview package bundling pre-built binaries of the extension and libzmq (2.0.10) for Linux and Win32 can be obtained at: http://bolka.at/2011/rebol3/r3-zmq-20110307-gd083b3.tar.gz

7-Mar-11 20:53
1055RebolekRock, paper, scissors that learn from your moves. Requires R3GUI (but don't expect any graphics ;) htto://box.lebeda.ws/~rebolek/rebol/ropas.r36-Mar-11 21:54
1054jockoAn evaluation of the compatibility of this new release of R3GUI with the standard r3-a111 release (recompiled), and an adaptation of the Carl's demo.r to this r3-gui.r3. Result : very good. It's time to develop r3 view applications ! http://www.colineau.fr/rebol/r3-gui.html5-Mar-11 7:36
1053CyphreNew RMA release of R3GUI 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:

-updated documentation (though still incomplete) -complete new set of examples -new hint based autosizing -many internal and style related fixes and improvements, for details see: http://rm-asset.com/code/level1/r3-gui/#toc1

4-Mar-11 20:09
1052RebolekJosh, if you're interested, I've got somehow working version for R34-Mar-11 17:13
1051Reboleknot R3 compatible4-Mar-11 14:09
1050Oldeshttp://code.google.com/p/disreb/source/browse/disreb.r4-Mar-11 13:42
1049OldesPekr... from the link above: "...Currently developing with REBOL v2, may be compatible with REBOL v3..."4-Mar-11 13:40
1048PekrR2 or R3?4-Mar-11 12:21
1047JoshFIf anyone is interested, I have started work on a REBOL Redis API at http://code.google.com/p/disreb/ . Redis is a nice no-SQL database (see http://redis.io) that I'm using at work to keep various processes written in several different languages across multiple computers in sync. There didn't seem to be a Redis API for REBOL, so I thought I would write one. Although it's still early days and mostly implemented for my needs at the moment, someone else might find it useful.

Feedback, suggestions most appreciated! Thanks!

4-Mar-11 12:14
1046AndreasFinally, here's a r3-zmq preview package, containing pre-built binaries of the extension as well as the 0MQ library for both, _Linux and Win32_: http://bolka.at/2011/rebol3/zmq-20110303-g6446f9.tar.gz

With this package you can conveniently run the examples and play around without having to compile or install anything. The included README.dist.mkd should get you started with running the examples.

3-Mar-11 2:39
1045AndreasA simple example illustrating client/server-style interaction is now included with r3-zmq: https://github.com/earl/r3-zmq/blob/78a89d/examples/hwserver.r3 https://github.com/earl/r3-zmq/blob/78a89d/examples/hwclient.r33-Mar-11 1:42
1044AndreasAnnouncing "r3-zmq", a REBOL 3 extension providing a low-level binding to the ØMQ library: https://github.com/earl/r3-zmq

That's right, another zmq binding! This one provides a (mostly complete) 1:1 mapping of the zmq API (v2.0.10) to R3 commands. Most of the zmq API is implemented, the functions still missing are: zmq_setsockopt, zmq_getsockopt, zmq_poll.

Examples and bundled distributions are forthcoming in the near future. But building it against ZeroMQ 2.0.10 and utilising the official zmq API documentation [1], you should be able to follow the ZeroMQ Guide [2] quite nicely.

[1] http://api.zeromq.org/2-0-10:_start [2] http://zguide.zeromq.org/

2-Mar-11 23:06
1043GrahamCrebol.wik.is site is now here ... http://www.compkarori.co.nz:8000/27-Feb-11 23:10
1042Henrikhttp://www.rebol.net/wiki/Common_Parse_Patterns

Carl's new page about common parse patterns.

26-Feb-11 21:48
1041KajThis is another success for R3's attempted isolation from the C library22-Feb-11 0:04
1040KajThis is experimental because the 4.2 Ubuntu variant is not available and the 4.3 Fedora build has bombed out in the past. However, that and even the new 4.4 GLibC 2.11 variant seem to run on Syllable Server, which only has GLibC 2.722-Feb-11 0:03
1039KajI've upgraded http://tryrebol.esperconsultancy.nl to Alpha 11122-Feb-11 0:00
1038KajThe programme will be fleshed out a bit more12-Feb-11 3:56
1037Kajhttp://reborcon.esperconsultancy.nl12-Feb-11 3:56
1036KajThe website for ReBorCon 2011 is now online:12-Feb-11 3:56
1035CyphreRMA version of r3.exe has been updated so it reflects the actual host-kit release (see msg above)

You can get the new binary from http://rm-asset.com/code/downloads/files/rma-r3-build.zip

4-Feb-11 16:59
1034CyphreRMA version of host-kit has been updated:

-added support for FreeType2 font handling -fixed text caret crash (thanks to Oldes)

you can download the sources here:

http://rm-asset.com/code/downloads/files/rma-host-kit.zip

4-Feb-11 10:19
1033RobertWe just put the GUI panel documentation online at www.rm-asset.com2-Feb-11 9:35
1032Maximsorry... posted to wrong group... :-(1-Feb-11 7:21
1031MaximChristian Ensel: I've updated the R3 ODBC extension to R3A110, see it and get it from http://www.diefettenjahresindvorbei.de/odbc/odbc-docs.html This is the first version which works with date values.1-Feb-11 7:19
1030Maxim------------------------------------------ GLASS Release 003 is here: ------------------------------------------ http://www.pointillistic.com/open-REBOL/moa/files/glass-r003.zip

---------------------------------------------------------- everything promised for this release has been done: ----------------------------------------------------------

-Editor style and associated text editor application (Cristoph) http://www.pointillistic.com/open-REBOL/moa/files/tutorial-image-style.png

-Encap friendly single file version of ALL glass libs, usable just like if they where external files. (Graham) -The encap version of glass is all packaged within its own .zip file inside the root of the distro, to make it easier to get started.

-Image style (jocko) -it also has a pretty cool image style demo app. http://www.pointillistic.com/open-REBOL/moa/files/red-text-editor-v0.5.7.png

-quite a few nuts and bolts worked on here and there. -reworked the folder structure a bit to make it cleaner (it shouldn't change much from now on), tell me what you think? -Added original SVG files used to create icons as part of distribution -Added a few reference glass-related images for demos and tutorials. -windows have automatic title handling when you fill their labels. (shown in text editor) -many libs have had their apis improved -extensive HISTORY AND RELEASE NOTES in docs folder.

1-Feb-11 7:16
1029CyphreNew RMA release of R3GUI 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

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 change notes:

- show-native recursive issue fixed - enhancements to TEXT-LIST, TEXT-TABLE, TAB-BOX styles - fixed DO reactor call - fixed reactor actions handling - optimized INIT-PANEL function - added FOREACH-FACE function - fixed internals of triggers subsystem - optimized DRAW blocks handling - optimized DO-STYLE and DO-TRIGGERS code - added triggers handling to set/insert-panel-content - lists.r3 code cleanup - cleanup of unused/leaked variables

28-Jan-11 21:41
1028MaximGLASS RELEASE 002 --------------------------- released last week, but posting it here to make it easier to find, since the GLASS group has a lot of discussion in it....

http://www.pointillistic.com/open-REBOL/moa/files/glass-r002.zip

-adds the editor style, which is now able to show text and scroll in real-time, but still has no keyboard handling yet. -adds a few new more advanced tutorials -adds a new demo app which is the basis for a full text-editor in REBOL (you can use the load button which allows you to load text within the editor, it loads files almost instantaneously... I was surprised how quickly it loaded even 1MB files), file size doesn't change editor refresh speed..

very extensive history of changes, very extensive TO DO list

some improvements to libs here and there.

27-Jan-11 22:07
1027ChristianEI've updated the R3 ODBC extension to R3A110, see it and get it from http://www.diefettenjahresindvorbei.de/odbc/odbc-docs.html This is the first version which works with date values.25-Jan-11 7:46
1026Maximyeah, documentation usually takes up to 3 times as long as coding.... there is What, How and often Why to explain all the time.24-Jan-11 20:44
1025KajIt also marks my return in the C arena, as this is my first C program in fifteen years. It's also my second real C program ever24-Jan-11 6:01
1024KajThe binding is now officially released24-Jan-11 6:00
1023Kajhttp://rebol.esperconsultancy.nl24-Jan-11 5:59
1022KajIt took a lot more time than I expected to create the documentation for the cURL binding; about as long as the binding itself. But here it is, together with the documentation for the example extension:24-Jan-11 5:59
1021Demitrimove to chat19-Jan-11 4:43
1020Demitritrue19-Jan-11 4:43
1019Maxim(btw.. we're polluting the announce group)19-Jan-11 4:43
1018Demitri;-)19-Jan-11 4:43
1017DemitriAlways know who your dealing with.19-Jan-11 4:43
1016MaximPaul resurected as a russian ;-)19-Jan-11 4:43
1015DemitriI got to be in the vote.19-Jan-11 4:42
1014DemitriDemitri, aka Paul19-Jan-11 4:42
1013Demitrithat is ST. Louis ;-)19-Jan-11 4:42
1012Maximso how's life Louis? ;-)19-Jan-11 4:41
1011DemitriAfter all didn't this year we just here that Cheyenne was again voted for the best REBOL accopmlishment? - REALLY? that is the progress?19-Jan-11 4:40
1010DemitriSo to shadwolf, I adore your efforts and admired your enthusiasm. You proved yourself more excellent than the majority of REBOL adherents.19-Jan-11 4:39
1009DemitriBut at this point I don't see the problem with excommunication.19-Jan-11 4:37
1008DemitriOnly a few of you have known my identify.19-Jan-11 4:37
1007DemitriI'm in disguise though.19-Jan-11 4:36
1006DemitriShadwolf, your senstivity is understood.19-Jan-11 4:35
1005Kajhttp://rebol.esperconsultancy.nl/extensions/hello-world19-Jan-11 0:34
1004KajI'm working on a new website for the R3 extensions. Here's documentation for the Hello World example extension:19-Jan-11 0:34
1003Maxim(not being in any way sarcastic here! really I hope you find what you need and become happy again :-)17-Jan-11 6:17
1002Maximwell good luck to you.17-Jan-11 6:17
1001shadwolfWishing you good luck would be an insult to you all at this point.17-Jan-11 6:09
1000shadwolfI want anyway to thank you all for your kindness, your time, your passion. But you have to see that small time, small means and lazyness don't build pyramids. You can't get to be productive and serrious and that's a pain to see. I tryed my best to get things moving around. I tryed my best to help. Even if franckly my center of interest was not on par with the topics. I tryed to give my point of view alway in the idea of making things better for us all and find ways to share the burden.17-Jan-11 6:09
999shadwolfI'm announcing my retirement of this community. My hate toward rebol community has been growing up alot this past year. I'm very sad you people can't setup a positive motion for this community after more than a decade less than 50 people around the world are active. Your are not anough to disperse effort and you are not critical anough to have the might and guts to lead project to their end. This community is dead for me the gurus supposed to give direction and setup priority have miserably failed on their task.17-Jan-11 6:06
998AdrianSI don't recall - is this R3 compatible? A quick look at the readme seems to imply so...17-Jan-11 5:39
997MaximThis is probably the biggest announcement I've ever done, I've got a little tear in my eye ;-)

GLASS IS HERE!!!

http://www.pointillistic.com/open-REBOL/moa/files/glass-distro-R1.zip

17-Jan-11 1:07
996nveOur Marco published also results...15-Jan-11 13:09
995SunandaMax has published three "facebook hacker cuo" puzzles on Graham's forum: http://synapse-ehr.com/forums/forumdisplay.php?3-Rebol I've had a go at two of them, so there are answers just waiting to be improved :)15-Jan-11 10:58
994RobertUnder L1 I added the docs we have at the moment.15-Jan-11 9:45
993RobertSome new pages.15-Jan-11 9:45
992OldesThe text is bigger... nothing else? :) Or is it in the zip?15-Jan-11 9:34
991RobertNow15-Jan-11 9:32
990RobertNot yet published... some savings problem. Give me 2 minutes.15-Jan-11 9:25
989PekrI must be blind, do you have a direct link please?15-Jan-11 9:24
988RobertAdd=added15-Jan-11 8:53
987RobertAdd a project page to rm-asset.com with revision history.15-Jan-11 8:53
986CyphreNew RMA release of R3GUI 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

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 change notes:

- added missing images to docs (thanks to Pekr) - UNVIEW now works like in R2 - removed STYLE/FACED, now it is obsolete (use only STYLE/FACETS) - improvements to facets creation - fixed box-model border caclulation - fixed binding of actors - DO-STYLE code optimalization and fixes - VIEW function cleanup, now it should work on block of faces as well - fixed panel(container) names binding - fixed 'load trigger calling - fixed WHEN style - misc smaller fixes - old unused code cleanup

14-Jan-11 17:31
985btiffinProud to announce that

Nick Antonaccio and Nenad Rakocevic have both been voted in as the 2010 rebol Of The Year.

I'd like to thank all the nominees for the efforts that got them recognized in the first place. Good works gentlemen.

13-Jan-11 5:45
984Kajhttp://syllable.cvs.sourceforge.net/viewvc/syllable/syllable/system/apps/utils/Builder/packages/cURL-Binding--current/11-Jan-11 3:33
983KajMy cURL binding is now released under source control in the Syllable build system:11-Jan-11 3:33
982RobertFinally added make-doc-pro documentation: http://www.robertmuench.de/development/projects/mdp/documentation/10-Jan-11 14:23
981shadwolfIf I had better relation with Robert and RM-Asset I could have updated MDP-GUI the only browser of MakeDoc Pro documentation made in rebol/vid 2. :)8-Jan-11 12:47
980RobertUps sorry: http://www.robertmuench.de/development/projects/mdp/8-Jan-11 11:48
979Robertmake-doc-pro version 1.3 released. Thanks to the RMA team: see: www.robertmuench.de/projects/mdp8-Jan-11 11:47
978CyphreNew RMA release of R3GUI 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

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

7-Jan-11 19:11
977RobertWe added our host-kit source to: http://www.rm-asset.com/code/downloads/4-Jan-11 15:55
976Brockthanks29-Dec-10 1:58
975SunandaI think it's moved now.28-Dec-10 16:43
974Brock(sorry dividers not groups)28-Dec-10 16:26
973BrockI don't see it moved over. I restarted AltMe as well as changed to my personal groups and back Worldmaster groups.28-Dec-10 16:25
972SunandaDone, I think.28-Dec-10 16:22
971BrockSugestion: Ann-Reply (aka Announce Reply) is stored in the Business Group, can you please add this to the Business group as well?28-Dec-10 16:20
970AntonRestoring my website at a new location. So far just uploaded COMLib-anton http://rolls.anton.id.au/rebol/os/windows/COMLib/index.html26-Dec-10 17:04
969IzkataNot sure about the 361 days (maybe something to do with the Winter Solstice?), but the 12 Days of Christmas are 25-Dec thru 6-Jan25-Dec-10 18:49
968RobertHmm... I'm lost.25-Dec-10 18:29
967SunandaActually, not until 7-Jan, unless you belong to one of those new fangled reformed churches that started 1600 years ago.25-Dec-10 17:39
966RobertIs next year a leap year?25-Dec-10 17:37
965RobertHow that?25-Dec-10 17:37
964KajAnd technically, it would be 361 days25-Dec-10 17:25
963KajWell, I like to be prepared ;-)25-Dec-10 17:25
962Robert364 days to go.25-Dec-10 17:21
961KajGood Yule!25-Dec-10 17:07
960SteeveYeah, I missed that :-)25-Dec-10 16:56
959nveMerry Xmas to everyone !25-Dec-10 16:53
958AndreasIf, for whatever reason, you prefer Twitter over RSS, you can now follow Stack Overflow questions tagged REBOL on Twitter: https://twitter.com/#!/REBOL_SO24-Dec-10 14:11
957nveMessage from Rebol Week Team : don't forget to follow us on twitter ! http://twitter.com/rebolweek21-Dec-10 22:26
956OldesI've uploaded my FMOD extension test project to GitHUB: https://github.com/Oldes/R3-extension-FMOD.

IThis is REBOL3's extension wrapper to FMOD API. It has command for all 336 FMOD api functions, but 162 of them are just placeholders as it require more work. I must say that this is my first C project which I'm using to learn C and REBOL Extensions, so feel free to correct me if you can.

Also I must note, that the main.c file was automaticaly generated so it's possible that not everything works, I tested just basics so far.

15-Dec-10 15:09
955Henrikplease use the rebol 3 gui group, thanks.13-Dec-10 20:39
954RobertS; fails with ** Script error: path styl/faced is not valid for none! type13-Dec-10 20:38
953RobertSthis is failing face: make guie/face [ options: opts facets: make copy/deep styl/faced make styl/facets opts tags: copy styl/tags state: make guie/face-state select styl 'state intern: styl/intern ]13-Dec-10 20:37
952RobertWe have setup official R3-GUI download place: http://www.rm-asset.com/code/downloads/files/r3-gui.r3.zip

To access all our stuff directly: http://www.rm-asset.com/code/downloads/

11-Dec-10 12:06
951Kajhttp://www.osnews.com/story/24121/Syllable_CMS_Ported_to_Syllable_Desktop10-Dec-10 19:58
950KajSome more info about the CMS is now on OSNews:10-Dec-10 19:57
949ReichartVery impressive, and smart, and healthy... and for employing a LOT of mall cops :)10-Dec-10 17:12
948TomcGo Nick Go!10-Dec-10 6:20
947NickAhttp://rebolforum.com "Big Business Running On REBOL"10-Dec-10 5:14
946Kajhttp://web.syllable.org/news/2010-12-09-23-11-CMS-ported-to-Syllable-Desktop.html10-Dec-10 0:56
945KajHere are the screenshots:10-Dec-10 0:56
944Maximmy current pending release projects are mainly glass and remark.9-Dec-10 6:48
943KajI made two screenshots, so y'all will be able to see and believe :-)9-Dec-10 6:46
942PekrAnnounced systems, but never delivered. Max - this is not for this group, but - where is the GUI stuff (the names I don't even remember), where is DLL wrapper for R3? All stuff was supposed to be released in few days/weeks?9-Dec-10 6:41
941KajWhat will noone ever see?9-Dec-10 5:47
940Maxim(everything public that is)9-Dec-10 3:57
939Maximactually, I've released everything i've worked on recently.9-Dec-10 3:56
938GrahamCIs announce used for stuff that no one will ever see? I guess so .. Max sets the precedent here!9-Dec-10 3:47
937KajThe Unicode support has nicely fixed a few problems in our Russian website9-Dec-10 0:01
936KajIt's also the first time I'm getting a speed increase from R3. It builds websites around 35% faster than R29-Dec-10 0:00
935KajI suppose it's one of the largest pieces of software currently running on R3. It's around 130 KB, approaching 4000 lines8-Dec-10 23:58
934KajIt cost me two weeks. That was disappointing, especially since I had already ported it once. I'm starting to forget the years, but that was almost two years ago. Some of the bugs that blocked me from complete functionality then are still there, but I compensated for them8-Dec-10 23:55
933KajThat also allows me to run it on Syllable Desktop now :-)8-Dec-10 23:53
932KajI've ported my CMS to REBOL 3. It runs on both REBOL 3 and REBOL 2 now, with a set of compatibility functions8-Dec-10 23:53
931OldesCarl rebooted:)1-Dec-10 19:56
930HenrikCarl is back too.1-Dec-10 19:51
929Pekrcool :-)1-Dec-10 19:15
928RobertSo, we are back online with our AltME world. We mostly recovered everything thanks to Cyphre's effort. Now everything is backed up in 6h intervalls. Won't happen again.... back to work on R3-GUI stuff.1-Dec-10 18:20
927LadislavRe "How to solve systems of linear equations in REBOL?" - generally, you can use the matrix operations posted to my site:

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

29-Nov-10 13:38
926Ladislavhttp://www.fm.tul.cz/~ladislav/rebol/nistclock.r

updated, changes: - server list updated

29-Nov-10 13:35
925Kajhttp://www.osnews.com/story/24071/Syllable_Runs_First_REBOL_3_Extension26-Nov-10 15:56
924KajInstructions are now on OSNews:26-Nov-10 15:56
923KajI just did for the example code, but I can't with the documentation, because it's RT's closed system26-Nov-10 15:21
922DemitriHi Kaj, if the extension and host kit and extension instruction are out of date then please update for some of us newbies.26-Nov-10 15:04
921Kajhttp://syllable.cvs.sourceforge.net/viewvc/syllable/syllable/system/apps/utils/Builder/packages/HelloREBOL-Extension--current/25-Nov-10 23:22
920KajI've made it into a Hello World style example extension that works on both Syllable Desktop and Syllable Server. There are also hints for Windows in the makefile. The sources are here:25-Nov-10 23:22
919KajWith my host kit environment updated to A110, I've started extension writing. It was rather difficult to get the first dummy extension working because the documentation and example sources are woefully out of date, so I had to cobble things together from all corners and the discussions here25-Nov-10 23:19
918RobertSJe suis toujours disponsible ... Fredericton, NB (une province Cdne lglmnt bilingue)25-Nov-10 16:14
917nveA call to french reboleur : Nous cherchons a promouvoir REBOL au sein de la communauté developpez.com. Nous sommes donc en quête de bonnes volonté pour écrire des cours/tutoriels, des articles sur REBOL, des critiques des livres, animer un blog, etc... Les bonnes volontés peuvent se déclarer sur : http://www.digicamsoft.com/cgi-bin/rebelBB.cgi?thread=%3C16Nov201014400973923100%3E

(we are seeking for french volunteers to promote REBOL on french programing site developpez.com)

23-Nov-10 21:12
916CarlHere's an odd problem I need help with: http://www.rebol.com/article/0499.html I will monitor Ann-Reply group for your comments.17-Nov-10 17:37

Return to Index Page