r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

BrianH
13-Sep-2008
[6957x3]
In general, languages like Erlang handle unreliable networks with 
redundancy, and it can do that because it is a functional language 
with no assignment. The state needed to answer a question is passed 
with the question. That way you can ask the same question multiple 
times and get the same answer every time.
Still, Erlang's advantages are more from the OTP system than the 
Erlang language, though the no-assignment language with lightweight 
process concurrency and message passing makes it easier to implement 
something like OTP.
REBOL's statefulness and heavyweight processes make this kind of 
redundancy more difficult, but it can be done.
Graham
13-Sep-2008
[6960x3]
I recall Maarten was going to port an Erlang database to Rebol ...
this database was distributed across the network or something ... 
don't recall all the details
Since he hasn't done it ... I guess these things are more difficult
BrianH
13-Sep-2008
[6963]
They are, but to be fair he may be busy.
Graham
13-Sep-2008
[6964]
there are so many people now working on qtask .. it should be finished 
by now!
Pekr
13-Sep-2008
[6965x2]
Qtask is never going to be finished ... it is imo turning into ratgher 
complex product ...
Maarten's stack was based upon Chord implementation. But he mentioned 
even more interesting stuff. IIRC, he also said it is already running, 
and once proven, he will release it.
BrianH
13-Sep-2008
[6967]
Google is never going to be finished - it is turning into a rather 
complex product. No, it is a company or a platform, not a product.
Graham
13-Sep-2008
[6968]
Which ties up all the Rebol talent into one big hole
BrianH
13-Sep-2008
[6969]
Qtask could probably stand to adopt Google's 20% time. I'll ask them.
Graham
13-Sep-2008
[6970x2]
20% time?
qtask is Rebol's Hadron collider
Henrik
13-Sep-2008
[6972]
All google employees are asked to work on a personal project 20% 
of the time they work there. That means 1 day a week.
Graham
13-Sep-2008
[6973]
Interesting .. and who owns the IP?
BrianH
13-Sep-2008
[6974]
Qtask is also the largest scale project REBOL has. There is a good 
bet that PITL innovations will be coming to REBOL from Qtask.
Graham
13-Sep-2008
[6975]
information does not escape from a black hole except as hawking radiation
Henrik
13-Sep-2008
[6976]
I don't know who owns the IP, but it seems that many current Google 
projects stem from such 20% projects
Graham
13-Sep-2008
[6977]
I've seen nothing come out of qtask of benefit to the larger community
BrianH
13-Sep-2008
[6978x2]
That may be the case with black holes, but not necessarily the case 
with Qtask. Insight from work on Qtask informs the people who are 
working on implementing REBOL. Plus, the long term goal is to open 
source Qtask itself (or so I've heard).
Nonetheless, we should be having this discussion in the !Qtask group.
Gregg
13-Sep-2008
[6980]
Maarten has some good stuff done, but hasn't released it yet, as 
it's not *quite* complete.


Erlang/OTP is heavy on supervision trees, so things get retried if 
they fail.
Gabriele
14-Sep-2008
[6981]
Graham, sometimes you don't want to see, and sometimes you don't 
want to wait.
Maarten
14-Sep-2008
[6982]
I am finishing S3 as we speak (this week) and I hope we'll release 
it to the community as open source. Done right though - visible in 
the right places etc.
Graham
14-Sep-2008
[6983]
Could be.
Maarten
14-Sep-2008
[6984x5]
Chord: the real testing got stalled, I hope to return to it. I managed 
to express it in terms of a few functions. So if you can define those 
in REBOL (I did them using Rugby), and my implementation works... 
you can rebuild from the top down.
Graham, there is no "could" here. We'll do it right or not at all.
Right:
- documented
- PR
- into multiple commmunities (e.g. the AWS S3)
etc.
Graham
14-Sep-2008
[6989]
Maarten, I was replying to Gabriele.
Maarten
14-Sep-2008
[6990]
Oh, well, you're welcome ;-)
Graham
14-Sep-2008
[6991]
Nice to hear that S3 is progressing.
Will
14-Sep-2008
[6992]
Maarten what is status on sphinx scheme?
james_nak
14-Sep-2008
[6993]
Thanks all for the "browser" input.
Maarten
15-Sep-2008
[6994]
Will: done and working. Needs to be documented.
Rod
16-Sep-2008
[6995x2]
I want to pull a couple threads together for comment - the REBOL 
browser concept and the cloud/services parts such as S3.  I think 
there is great potential in delivering an environment that can bring 
rich network applications to the desktop but that support development 
without the limitations of the web browser/html/ajax technologies. 
 It can be less of a "browser" and more of a UI to services platform 
in my view.  Trying to shoehorn it into a web browser just because 
it is common is a mistake I think.
At the same time I do worry that a grand plan such as a REBOL browser 
is putting the cart before the horse, R3 as the base needs to be 
done and delivering on its functionality promises first.
PeterWood
16-Sep-2008
[6997]
Rod, I wouldn't  worry about a Rebol browser taking priority over 
the base technology. There is no mention of a Rebol browser in Carl's 
blog,  the  Rebol 3 blog or Docbase.  If  there is such a thing it 
is only being discussed in private which suggests that it is only 
at the "idea" stage.


In fact , I get the feeling that when people talk about the Rebol 
browser, thay are actually talking about the replacement for VID 
in Rebol3.
Rod
16-Sep-2008
[6998]
That last part is what I was picking up too - that we are waiting 
on the new VID but the design for it seems to be reaching for the 
REBOL browser?
Graham
16-Sep-2008
[6999]
No one truly knows what Carl is planning
PeterWood
16-Sep-2008
[7000]
I think that people are calling the VID replacement a Rebol browser...I 
don't think they are referring to an HMTL/CSS browser written in 
Rebol or even a browser plugin.

Anyway, Graham is absolutely correct.
Pekr
17-Sep-2008
[7001]
Both views are correct. We are talking VID 3.4 here, but also REBOL 
browser :-) It is not browser plug-in, nor html/css/js combo. Simply 
put - Carl wants VID 3.4 to allow both business UI, but also more 
traditional web-like UI.
Henrik
17-Sep-2008
[7002]
To me it appears as if (and BrianH has stated this too), that the 
REBOL browser has presented Carl with a range of low-level issues 
that need to be fixed before he can move on. He's attacking the issues 
at both high and low level, by exposing R3 to real-world application 
development and seeing where R3 falls through. Some new functions 
in R3 are indeed made because of requirements from real-world R3 
standard libraries like VID3, such as DELECT.

He probably views it as much more expensive to correct R3 afterwards, 
and I think VID3.4 has profound changes in R3 just like Unicode had, 
so it's very important to get that right.
Kaj
17-Sep-2008
[7003]
Yup
Terry
17-Sep-2008
[7004]
It was the lack of easy acess to S3 that caused me to finally bail 
from Rebol.  And it's still getting discussed..in PHP you can drop 
in a S3 class and be up and running in 5 minutes.

Face it, a language with no community is no language. And by community, 
I mean > 10000 daily users.

The shame is, Rebol is a great language.  Personally, I blame the 
license... the world changed, and failing to change with it is obscurity 
doom.
Kaj
17-Sep-2008
[7005]
It's much more than the license, but RT is not unwilling to change. 
Apart from the core license, R3 fixes all other uptake issues. It's 
just unfortunate that it came to be a package deal that's hard to 
finish
BrianH
17-Sep-2008
[7006]
Maarten is working on S3 support.