Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

newbie questions

 [1/2] from: kevin1:chorg:darpa at: 19-Jun-2001 16:41


Hello all, I'm very new to rebol, and I had some questions about it. 1. Can I access UDP packets and subscribe to ip multicasting services with it? 2. The script size is really small, I've noticed. I'm guessing that I'd have to have the interpreter on my machine to run this stuff?? I am already feeling the power of this language -- now I'm trying to get out of the wedding I need to go to this weekend... Nice work!

 [2/2] from: holger::rebol::com at: 19-Jun-2001 15:25


On Tue, Jun 19, 2001 at 04:41:27PM -0400, kevin1 wrote:
> Hello all, > I'm very new to rebol, and I had some questions about it. > > 1. Can I access UDP packets and subscribe to ip multicasting services with it?
UDP: yes. IP multicasting: on most platforms. The TCP/IP kernel needs to support multicasting and IGMP.
> 2. The script size is really small, I've noticed. I'm guessing that I'd have > to have the interpreter on my machine to run this stuff??
Yes. -- Holger Kruse [holger--rebol--com]