• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[Ann-Reply] Reply to Announce group

Kaj
23-Mar-2013
[1652]
On the other hand, the main Do button has always been first, on its 
own
Gregg
23-Mar-2013
[1653x2]
Ah, now that I click them--and remember--I get it. My gut said that 
Available Words would give me a matrix with the languages at the 
top and a list of words available in each.
e.g. col 1 would be a union of all available words, and each row 
would have a check if lang-x supports it.
Kaj
23-Mar-2013
[1655]
That would be very hard to accomplish, over all the different languages
Gregg
23-Mar-2013
[1656]
Well, I thought if anyone could do it... :-)
Kaj
23-Mar-2013
[1657]
I'll be pleased when we get it just for Red
Gregg
23-Mar-2013
[1658x2]
Just need a masert WORDS-OF reflector for each language. :-)
masert = master
Kaj
23-Mar-2013
[1660]
My objective is to move forward and spend as little effort as possible 
to be able to fight another day. So I must try to ignore the legacy 
languages as much as possible
Gregg
23-Mar-2013
[1661]
Understood. Keep fighting.
Kaj
23-Mar-2013
[1662]
Will do
Arnold
24-Mar-2013
[1663]
Well worth the wait. Excellent work Doc & contributors!!
DocKimbel
24-Mar-2013
[1664]
Thanks Arnold!
NickA
24-Mar-2013
[1665]
Doc, you're doing something very important.  Please keep up the great 
work!
DocKimbel
24-Mar-2013
[1666]
Thanks Nick. The good thing is that I'm not alone on this journey. 
:-)
Gregg
24-Mar-2013
[1667x3]
This is fantastic Doc. I know it's still very early days, but you 
are making great progress and it's very exciting to see it come to 
life. When I copied the commands from the new blog entry, to build 
the console, and it worked the first time, perfectly, it made my 
day. Then, even doing just simple things in the console was fun.
Of course, then I tried pasting the routine example from the blog, 
which didn't work. :-)
The most painful part of the whole thing? GitHub/Win.
DocKimbel
24-Mar-2013
[1670x2]
Routine are basically Red/System code which require a compilation 
step, so it can't run as-is in the interpreter.
But if you define a routine in a Red script, and then DO it, it will 
work. You can also build a custom console by writing a Red script 
and adding at the end an %include %<path-to>/console.red.
Gregg
24-Mar-2013
[1672]
Yes, I will read more carefully. Just too excited. :-)
DocKimbel
24-Mar-2013
[1673x3]
if you define a routine in a Red script, and then DO it, it will 
work.
 => the script needs to be compiled for that to work.
About the "painful" part, I would like to provide ready-made Red 
consoles for each platforms. If Andreas (or anyone else) could make 
a redsource site as he did for R3, providing automatic builds, that 
would be great.
I will do it myself if nobody else steps in, once we get the target 
console implemented (Unicode LOAD, EXIT and RETURN supported,...)
Kaj
24-Mar-2013
[1676x2]
I'm working on console downloads
They're basically already in the test repository, but still with 
some flaws
DocKimbel
26-Mar-2013
[1678]
Nice work Graham! Is r3gui.com your site?
GrahamC
26-Mar-2013
[1679x3]
Yes :)
I set it up to hold r3gui docs I had corrected but looks like it 
is going to hold anything related to r3 ( or red !   )
And it's just a S3 bucket confiured as a website which keeps my costs 
down.
Gregg
26-Mar-2013
[1682]
Very nice Graham.
GrahamC
26-Mar-2013
[1683x3]
I am expecting that everyone wil now start to scheme!  ( not in the 
Jaime way though )
Andreas has pointed out that the http scheme uses several async handlers, 
and tcp level handler can create events to send to the outer http 
handler :(
So, it gets pretty complicated
Gregg
26-Mar-2013
[1686]
Anyone know what Jaime is up to these days? In any case this is great 
stuff Graham.
GrahamC
26-Mar-2013
[1687]
Just checked LinkedIn, he's working for some company called homeland 
security
Gregg
26-Mar-2013
[1688]
Yikes! :-)
Bo
26-Mar-2013
[1689]
Are we talking about Jaime Vargas?
Kaj
26-Mar-2013
[1690]
Yes
Bo
26-Mar-2013
[1691]
I still have a couple of his WhyWire wireless units operating on 
a ranch here north of Ukiah.
GrahamC
26-Mar-2013
[1692]
Have you upgraded the version of rebol running in them?
MaxV
27-Mar-2013
[1693]
Great work GrahamC, added to http://rebol.informe.com/wiki/view/R3_network_scheme
 so the community may contribute! :-)
Bo
27-Mar-2013
[1694]
@GrahamC: No, they are still running stock.  Seem to be quite reliable, 
much more so than most access points and wireless bridges out there. 
 They've been running for almost 6 years with no maintenance, and 
both units are outdoors.
GrahamC
27-Mar-2013
[1695]
That's pretty impressive.  I always wondered what exactly the embedded 
Rebol did in those boxes.
Bo
28-Mar-2013
[1696]
The WhyWire boxes ran OpenBSD off a CF card with Rebol installed. 
 I know Rebol was used at least for configuring the units.  I don't 
know if Rebol actually handled any of the wireless communication 
parts.
AdrianS
30-Mar-2013
[1697]
It's great to see we've decided to stop "Waiting for Godot". Thanks, 
Ladislav!
Kaj
30-Mar-2013
[1698x2]
I think someone else also had this problem, but I'm getting this 
when building this source on Linux:
undefined reference to `dtoa'
Ladislav
30-Mar-2013
[1700x2]
I guess that you did not do make make and make prep?
(that is necessary to include the new source code file)