[REBOL] Compiler for Rebol ? Re:(12)

2000-09-26 Thread bciceron
why not a rebol plugin, instead ? so your favorite browser would have a rebol interpreter inside and so the ability to run .r script on the client side...

[REBOL] exists?

2000-09-13 Thread bciceron
when applied to a URL it returns true if it can read it, false otherwise. this is an outstanding feature that shows the power of rebol, with an unified model cross the net. but ... i suggest either some refinement or an excpetion raised when the url may exist but there is no permission to access

[REBOL] new press review

2000-09-13 Thread bciceron
there is new article in LINUXFOCUS mag (linuxfocus.org) this month, by Georges Tarbouriech: LINUXFOCUS: REBOL THE REBEL "The idea behind Rebol was to create a simple language close to human languages, like a dialect... sort of." COMPLETE STORY: http://linuxfocus.org/English/September2000/artic

[REBOL] the Book : Rebol - the official guide

2000-08-01 Thread bciceron
received by mail with CD , > 700 pages, and fwd from Carl, as promised. it looks full of examples , several lines of code explained on each pages, Cd has all codes too, some screen pix in the beginning of the book and nice fonts. good job, as expected after a quick browse. thx rebol team and reb

[REBOL] New REBOL Manual Re:

2000-07-17 Thread bciceron
nothing posted this week-end on the list about this. does it mean we have to register to get it in order to review it or it's not out yet ? On Mon, 10 Jul 2000 [EMAIL PROTECTED] wrote: -- Dear REBOLs, -- -- I've got a major revision to the REBOL/Core manual that will be nearing completion th

[REBOL] Re: dialect ?

2000-05-31 Thread bciceron
-- -- Douglas Vos wrote: -- -- Carl, you keep talking about "Dialects" -- as being the greatest feature of REBOL. -- In my opionion, we still need about -- 12 more good articles, tutorials, how-to's on -- how to develop your own "domain specific dialects". -- pure dialects are good for readi

[REBOL] Good Article in July-2000 Dr.Dobbs Journal by Carl S. Re:(2)

2000-05-31 Thread bciceron
-- Hi, -- -- does anyone know how to get that article over here in Germany??? -- $7 tax and ship INCLUDED for out of US order: https://wow.mfi.com/circ/ddj/singlesales.html

[REBOL] New REBOL Website .... Re:

2000-05-24 Thread bciceron
YES, it 's getting really good ... just as the products themself. i wonder wether it can even beat java at its own game. think about it, rebol is: multiplatform , FAST, easy, porwerfull. the only lacking feature may be database interfacing. but it may be already on its way , specialy DB acces

[REBOL] syntax highlighting Re:

2000-05-15 Thread bciceron
-- Which text editors do have REBOL syntax highlighting? -- vim is at http://www.vim.org/ the syntax for rebol is at http://www.vim.org/syntax/rebol.vim enjoy

[REBOL] bug ? Re: parse / space

2000-04-05 Thread bciceron
thx , good point. but i cannot change the input string to parse. so if it is a bug can we get a fix, and how to workaround it ? it's only a piece of a much longer and still growing dialect . -- Apparently the 'some is matching the leading/trailing white space: -- -- Thus, [some symbol] (using

[REBOL] parse / space

2000-04-05 Thread bciceron
parse is very powerfull but still kills me with spacer: >> parse "asergd" lib-name == true >> parse "LIB1" lib-type == true so the 2 elements matches the 2 single rules. but pout together they don't : >> parse "asergd LIB1" [lib-name lib-type] == false >> probe parse "asergd LIB1" [lib-name

[REBOL] charset

2000-03-20 Thread bciceron
how can i include the quote in a charset ? is there anyway to escape " so #""" would bessen as the quote " character ? and not the delimiter ?

[REBOL] open/allow Re:(2)

2000-03-17 Thread bciceron
-- -- The permissions passed to open have nothing to do with -- unix permissions at all - they only apply to internal -- REBOL restrictions on the use of the port. REBOL tries -- to open the file with the access methods you specify. -- If you request a form of access to the file that its -- unix

[REBOL] open/allow

2000-03-16 Thread bciceron
looking for an example of block argument for open/allow, how to specify rwxr-xr-x ? looks like under unix (hpux & linusx) you can only set the owner's permission. cannot seem to reach group and others. so i'd like to see an example for say rwxr-xr-x please,

[REBOL] REBOL/View

2000-02-09 Thread bciceron
hello, as anybody been able to retrieve the unix version of rebol/view beta ? is it available ? what's the exact file name ? the setup doc for windows only states "viewxxx.tar.gz" and using the same version number than windows doesn't help the email retrieve engine. thx-

[REBOL] REBOL job (!)

2000-01-24 Thread bciceron
http://www.dice.com/DandL/c/cooksys.JM090.html