[REBOL] Re: pleac

2003-10-13 Thread Carl Read
On 13-Oct-03, Joel Neely wrote: Hi, Carl, How about a slightly more REBOL-intensive variation? Interesting, though I have an aversion to look-up tables unless needed for speed reasons. So hard to spot errors in them unless computer-generated. ;) I sent my version to that site, so perhaps

[REBOL] Re: How to copy file ?

2003-10-13 Thread Will Arp
you can find copy-file function here: http://reboot.ch/rebol/file-copy.r does buffered copy but use rename when possible Will Arp [EMAIL PROTECTED] -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: pleac

2003-10-13 Thread bryan
From the pleac homepage which someone pointed to here after my first post: I'd like to contribute to Pleac using this particular compiler/library Great! But, please double-check that this compiler/library is released under a free (as explained by GNU, not free of charge) license, as we won't

[REBOL] Re: pleac

2003-10-13 Thread Carl Read
On 13-Oct-03, bryan wrote: From the pleac homepage which someone pointed to here after my first post: I'd like to contribute to Pleac using this particular compiler/library Great! But, please double-check that this compiler/library is released under a free (as explained by GNU, not

[REBOL] Re: How to copy file ?

2003-10-13 Thread Gabriele Santilli
Hi Andreas, On Saturday, October 11, 2003, 2:03:57 PM, you wrote: AB the problem with copying files that way, is that it doesn't seem to AB really scale. i.e. it seems to be impossible to copy a 600mb file AB (rebol crashes, at least on win32 the last time i tried). Did you try:

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread SunandaDH
Carlos: Do you think REBOL uses it own keyboard character maps? Is there any hack to be made? I can't enter words Portuguese words in text fields such as coração (heart) or pé (foot) they are echoed as coraç~ao and p'e :( Like Ingo, I can't help you on this. You can see all the

[REBOL] Newbie: need help with COMPOSE

2003-10-13 Thread Arie van Wingerden
Hi list, below a extracted piece of program containing 2 times a do rejoin. I tried hard to not use rejoin, but compose instead, but it did'nt work out properly. Could you show me how to rewrite the code in both cases? Thanks in advance, Arie van Wingerden http://home.zonnet.nl/rebolution

[REBOL] Bitsets

2003-10-13 Thread Rebolinth
Hi Anton, There is a function. It just hasn't been written yet. :) I guess it is up to you. I'll just say that it can be done using mold. Oke, seems you know how :-).. i did not figure it out yet, working on it though!.. Ill get back with the result when im done or when roaming in mudd :-)

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Didec
Re: Bad accent causes problem Not sure it's the key, but may be : When you typed in field/area, you call (from the engage) the ctx-text/edit-text func. This one filter the allowed characters with this line : if char? key [ either find keys-to-insert key [insert-char face

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Carlos Lorenz
Thanks anyway Sunanda Em Seg 13 Out 2003 07:58, [EMAIL PROTECTED] escreveu: Carlos: Do you think REBOL uses it own keyboard character maps? Is there any hack to be made? I can't enter words Portuguese words in text fields such as coração (heart) or pé (foot) they are echoed as

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Carlos Lorenz
Ingo other hand, german special characters öäü, which are on their special keys work fine. Don't know if this'll help, though, Ingo you mean german special characters work fine in REBOL/View? Carlos -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Carlos Lorenz
Hello Em Seg 13 Out 2003 09:07, Didec escreveu: Re: Bad accent causes problem Not sure it's the key, but may be : Another issue might be the terminal type that is declare in your config file. Can you use this chars in a terminal window ? DideC I can type ã, é, ü with no problem in

[REBOL] Re: Newbie: need help with COMPOSE

2003-10-13 Thread Ingo Hohmann
Hi Arie, this doesn't look like the most elegant way to do it to me, but it works ... ;--- start script --- [REBOL [] ; ; This function extends a 2nd level object with a function ; add-affix-func: func [ /local fxn don't know, wether you need fxname to be a string ... ] [ fxn:

[REBOL] Re: Newbie: need help with COMPOSE

2003-10-13 Thread Ladislav Mecir
Hi Arie, - Original Message - From: Arie van Wingerden Hi list, below a extracted piece of program containing 2 times a do rejoin. I tried hard to not use rejoin, but compose instead, but it did'nt work out properly. Could you show me how to rewrite the code in both cases?

[REBOL] RES: Re: .r files to .exe in windows?

2003-10-13 Thread Marcelo Fontes Castellani
It?s royalt free ? -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Gregg Irwin Enviada em: sexta-feira, 10 de outubro de 2003 18:16 Para: Carlos Lorenz Assunto: [REBOL] Re: .r files to .exe in windows? Hi Carlos, CL Is there any compiler to REBOL to make

[REBOL] Liquid Project : connection with datas...

2003-10-13 Thread Philippe Oehler
Hi there, For those who hadn't read the concept of liquid, read it. That's great ! I have a question. How can I connect VID elements (i should say Liquid Elements) to block of data that aren't VID elements ? Philippe Oehler -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] Re: CGI with REBOL on FREE Web Hosting Services

2003-10-13 Thread Carlos Lorenz
Anton, Thank you, nice job. Are you aware of what version of REBOL free.prohosting could use? I have tried BSDi (as Maarten Koopmans said ) with no success Carlos Em Dom 12 Out 2003 22:31, Anton Rolls escreveu: I'm maintaining a bit of a list, so check it out:

[REBOL] Re: pleac

2003-10-13 Thread Joel Neely
Thanks, Andreas! Andreas Bolka wrote: rot13: func [s [string!]] [ foreach char s [ prin any [ select/case anabobcpcdqderefsfgtghuhivijwjkxklylmzm char select/case AZABOBCPCDQDEREFSFGTGHUHIVIJWJKXKLYLMZM char char ] ] prin

[REBOL] Re: RES: Re: .r files to .exe in windows?

2003-10-13 Thread Maarten Koopmans
Marcelo Fontes Castellani wrote: Yes, unless you expose the REBOL language directly. --Maarten It?s royalt free ? -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Gregg Irwin Enviada em: sexta-feira, 10 de outubro de 2003 18:16 Para: Carlos Lorenz

[REBOL] Re: Newbie: need help with COMPOSE

2003-10-13 Thread Arie van Wingerden
Hi Ingo and Ladislav, thanks for the code! It greatly helps me further on the subject. Thanx again, Arie -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Romano Paolo Tenca
Hi all, keys-to-insert: make bitset! #{ 0100FF7F } Perhaps changing the bitset can be a solution, but it depends if you type the character with one or 2 keys. This bitset excludes only first control chars in the range 0-31 and 127.

[REBOL] Re: Distribution

2003-10-13 Thread Steven White
JN If application is created with the SDK, Can it be commercially JN distributed? That is, can that application be sold? Two related questions, if I may: 1 of 2: If a person creates an application that requires only the free version of REBOL/VIEW, and would like to sell the application, is it

[REBOL] FW: Rebol code - PLEAC contributions

2003-10-13 Thread Vos, Doug
Here is the message I posted to the PLEAC list last Friday. So far no one (from PLEAC) sent a reply.(As of Monday AM). I will continue to gently pester the PLEAC people until they let us post all the rebol code, or we can do all the perl cookbook items anyway on another site. - Doug

[REBOL] Re: FW: Rebol code - PLEAC contributions

2003-10-13 Thread Tom Conlin
may be the library at rebool.org could have a pleac section. this may be a good idea anyway so the code submitted can have a shot at review before/if it ever shows up at the pleac site. think I will go brrow a copy of the book from the library ... On Mon, 13 Oct 2003, Vos, Doug wrote:

[REBOL] Re: pleac

2003-10-13 Thread Gregg Irwin
Hi Bryan, b However, the pleac approach might be something for the Rebol cookbook b anyway, solving the problems solved in O'Reilly's Perl cookbook, making b the Rebol cookbook not just a newbie intro but also a promotional tool. I don't think the O'Reilly cookbooks all try to solve the same

[REBOL] Re: Distribution

2003-10-13 Thread Gregg Irwin
Hi Steven, SW 1 of 2: If a person creates an application that requires only the free SW version of REBOL/VIEW, and would like to sell the application, is it OK SW to include with the application the free version of REBOL/VIEW itself as SW a separate item, just to save the customer the trouble

[REBOL] Re: CGI with REBOL on FREE Web Hosting Services

2003-10-13 Thread Anton Rolls
I'm sorry I don't really know much more than what I've written on that page. Anton. Anton, Thank you, nice job. Are you aware of what version of REBOL free.prohosting could use? I have tried BSDi (as Maarten Koopmans said ) with no success Carlos Em Dom 12 Out 2003 22:31,

[REBOL] Re: [Pleac-discuss] FW: Rebol code - PLEAC contributions

2003-10-13 Thread Vos, Doug
Thank-you for proving my point. By downloading the PERL COOKBOOK examples you are FREE-ly using a propietary product. There are many FREE products that many people use because the author, publisher, or owner allows FREE use while retaining some copyright or other rights. (I use the PERL

[REBOL] Re: FW: Rebol code - PLEAC contributions

2003-10-13 Thread SunandaDH
Tom: may be the library at rebool.org could have a pleac section. this may be a good idea anyway so the code submitted can have a shot at review before/if it ever shows up at the pleac site. Feel free -- anyone -- to contribute Pleac solutions to REBOL.org. There isn't a filter to

[REBOL] Re: FW: Rebol code - PLEAC contributions

2003-10-13 Thread Vos, Doug
Sounds great! Thank-you very much. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 2:37 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: FW: Rebol code - PLEAC contributions Tom: may be the library at rebool.org could have a pleac

[REBOL] Re: Bad accent causes problem

2003-10-13 Thread Ingo Hohmann
Hi Carlos, Carlos Lorenz wrote: Ingo other hand, german special characters öäü, which are on their special keys work fine. ... you mean german special characters work fine in REBOL/View? Carlos Yup, I can type german special characters (which have there own keys), but no other accented

[REBOL] Re: Distribution

2003-10-13 Thread Ingo Hohmann
Hi Steven, Steven White wrote: JN If application is created with the SDK, Can it be commercially JN distributed? That is, can that application be sold? Two related questions, if I may: 1 of 2: If a person creates an application that requires only the free version of REBOL/VIEW, and

[REBOL] Re: Distribution

2003-10-13 Thread Rebolinth
Hiya, Hope this makes it clear, its clear to me.. Yes you can sell and yes you can distribute... as long as the license is included for view and Core. SDK encap/API is different, you need a seperate license when your code feeds on rebol code for input output by 3th party use (the users).

[REBOL] Re: Distribute [ errata ]

2003-10-13 Thread Rebolinth
Uhum... you can ofcaure not sell core/view (that was ment for the SDK encapped program part, mixed it up :) -- Conversation/lunch: How do you Eat your Rebol in the Morning? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Storing a logical condition

2003-10-13 Thread Tim Johnson
Hello rebols: I'd like to store a logical condition in a block to evaluate at a later time by 'if or 'either Example code: a: 1 == 1 b: [a = 0] == [a = 0] either b[print b evaluates to 'true'][print b evaluates to 'false'] b evaluates to 'true' What do I need to do so that my answer will be:

[REBOL] Re: Rebol code - PLEAC contributions

2003-10-13 Thread Carl Read
Well said, but I wouldn't hold your breath. They sound like they're from the fundamentalist end of the open-source movement. On 14-Oct-03, Vos, Doug wrote: Thank-you for proving my point. By downloading the PERL COOKBOOK examples you are FREE-ly using a propietary product. There are many

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Tom Conlin
either do reduce b [][] On Mon, 13 Oct 2003, Tim Johnson wrote: Hello rebols: I'd like to store a logical condition in a block to evaluate at a later time by 'if or 'either Example code: a: 1 == 1 b: [a = 0] == [a = 0] either b[print b evaluates to 'true'][print b evaluates to

[REBOL] REBOL/View lack of i18n :(

2003-10-13 Thread Carlos Lorenz
Ingo and others, Really strange this behaviour of /View . Is this some lack of i18n? In fact special characters can only be entered in fields by copying pasting nod directly via keyboard. I wonder french and spanish people beside the german pals at this list have same troubles under Linux.

[REBOL] Re: CGI with REBOL on FREE Web Hosting Services

2003-10-13 Thread Carlos Lorenz
Anton, I have talked to Maarten and he told me free.prohosting maybe has changed the version of Unix so the BSDi version of REBOL has no longer use at their servers You better update you page Carlos Em Seg 13 Out 2003 15:56, Anton Rolls escreveu: I'm sorry I don't really know much more than

[REBOL] Re: Storing a logical condition

2003-10-13 Thread SunandaDH
Tim: What do I need to do so that my answer will be: b evaluates to 'false' If a is still has a value, when you come to check the condition, then all you need is a do after the either: a: 1 b: [a = 0] either do b [print b evaluates to 'true'][print b evaluates to 'false'] b evaluates to

[REBOL] Re: Distribute [ errata ]

2003-10-13 Thread Steven White
-- Conversation/lunch: How do you Eat your Rebol in the Morning? -- ...sprinkled with little chocolate bits, I suspect. :-)) Steven White City of Bloomington 1800 W Old Shakopee Rd Bloomington MN 55431-3096 USA 952-563-4882 (voice) 952-563-4672 (fax) [EMAIL PROTECTED] -- To unsubscribe from

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Ged Byrne
Hi Tim, --- Tim Johnson [EMAIL PROTECTED] wrote: Hello rebols: I'd like to store a logical condition in a block to evaluate at a later time by 'if or 'either Example code: a: 1 == 1 b: [a = 0] == [a = 0] either b[print b evaluates to 'true'][print b evaluates to 'false'] b

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Ingo Hohmann
Hi Tim and Tom, Tom Conlin wrote: either do reduce b [][] or first reduce b [][] Which is faster, around 2 tenths of a second in 100 iterations. (Even _if_ you care, you possibly won't care _that_ much ;-) Kind regards, Ingo On Mon, 13 Oct 2003, Tim Johnson wrote: Hello

[REBOL] Re: CGI with REBOL on FREE Web Hosting Services

2003-10-13 Thread Elan
Hi Carlos. Carlos Lorenz wrote: [...] Are you aware of what version of REBOL free.prohosting could use? I have tried BSDi (as Maarten Koopmans said ) with no success [...] ... with no success ... lacks specifity. It's difficult to suggest any remedy, if you leave it this vague. I cannot find

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Tim Johnson
Thanks to both Sunanda and Tom: actually I found the following either (do b)[...][...] worked, but your inputs will help keep me out of trouble: especially Sunanda's observations... cheers! tim * [EMAIL PROTECTED] [EMAIL PROTECTED] [031013 12:51]: Tim: What do I need to do so that my answer

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Tom Conlin
then ... either pick reduce b 1[][] should make it really scream! ;^) On Mon, 13 Oct 2003, Ingo Hohmann wrote: Hi Tim and Tom, Tom Conlin wrote: either do reduce b [][] or first reduce b [][] Which is faster, around 2 tenths of a second in 100 iterations. (Even _if_ you

[REBOL] Re: Tail end recursion

2003-10-13 Thread Graham Chiu
For those interested in further reading on this, Joe Marshall sent me a rebuttal of Holger's comments, and I've posted them here: http://www.compkarori.com/vanilla/display/Language+Theory -- Graham Chiu http://www.compkarori.com/vanilla/ -- To unsubscribe from this list, just send an email

[REBOL] Creating a Server Port Cookbook example - newbie question

2003-10-13 Thread David Garrard
One of the examples in the Cookbook, authored by Paul Tretter is Creating a Server Port http://www.rebol.net/cookbook/recipes/0034.html Server Code: listen: open tcp://:12345 waitports: [listen] forever [ data: wait waitports either same? data listen [

[REBOL] Rebol# or Rebol on DotNET

2003-10-13 Thread Andrew Martin
Just been thinking through this, while learning how to write a Rebol parser in C# (it's very tricky without using Rebol's 'parse...). Looking at the lexer/parse combination, Rebol only seems to need a lexer, because the tokens are Rebol values. The only trickery is balanced braces {} for long

[REBOL] Re: Rebol# or Rebol on DotNET

2003-10-13 Thread Andrew Martin
Further thinking: It'd would be nice to have a rebol value that contains units. Like: 12% 50Km/H 60MPH 99.999% And the parts could be accessed like money! datatypes: x: US$123.45 == US$123.45 first x == US second x == 123.45 For example: x: 50Km/H == 50Km/H first x == 50

[REBOL] Re: Storing a logical condition

2003-10-13 Thread Tim Johnson
* Brett Handley [EMAIL PROTECTED] [031013 16:42]: Hi Tim, The ALL function is a candidate too: either all b ... Like Ingo's observation, it is significantly faster too - significant if you have a million iterations ;^) timeit [repeat i 100 [do b]] == 0:00:04.387

[REBOL] Re: CGI with REBOL on FREE Web Hosting Services

2003-10-13 Thread Anton Rolls
Thanks Carlos I will. But, did he say if they are still using Rebol? What version, then? I await your response before changing my page. Anton. Anton, I have talked to Maarten and he told me free.prohosting maybe has changed the version of Unix so the BSDi version of REBOL has no longer