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

World: r3wp

[!REBOL3-OLD1]

BrianH
23-May-2007
[2310]
Take a look at Carl's presentations from the DevCon - between that 
and the blogs, they pretty much lay things out. For more, wait and 
see.
Rod
23-May-2007
[2311]
I meant specific to the database indexed files part, have read the 
presentation and many of the blog posts already.  Waiting is tough 
:-) but was just checking.
btiffin
23-May-2007
[2312]
I think Ladislav has been given responsibilty for RIF.  afaik.  If 
that is the case, expect
a simple to grok, but powerful little engine.  :)
Gabriele
24-May-2007
[2313]
Geomol, the changes in R3 are being done so that there should be 
no need to change in incompatible ways later. but of course we don't 
know the future so it's impossible to tell. if we get to the point 
where there are many useful libraries and many users, compatibility 
will be given more importance than "doing things right".
Oldes
24-May-2007
[2314]
Geomol, I have a few quite complex scripts (~300kB) and I'm looking 
forward to rewrite them for R3. If it will speed up, why not, it 
will not be difficult imho. And if you don't want to use new features 
of R3 you can still use R2 as mentioned Brian.
Chris
24-May-2007
[2315]
sqlab: I did find REBOL through an Amiga magazine (Amiga Format), 
but it is not the Amiga connection (or Carl) that drives my interest 
in Rebol.
BrianH
24-May-2007
[2316x2]
In order to continue using R2 once R3 comes out, three things must 
happen:

- View installation needs to be changed to allow multiple versions 
to be installed in parallel.
- These installation changes need to be backported to R2.

- Any changes to REBOL/Services that come with R3 need to be backported 
to R2, at least those that affect the line protocol.
That last one is for mixed version projects.
Sunanda
24-May-2007
[2318]
And, even then you need to tidy your code up so projects are "pure 
R2" or "pure R3".

You cannot go to R3 until all third party components have been converted.

Yet it may be hard to stay on R2 if a crucial component has been 
converted to R3 and the developer no longer offers R2 support.
BrianH
24-May-2007
[2319]
Or break up the projects into R2 and R3 modules, not so easy with 
GUI widgets.
Sunanda
24-May-2007
[2320]
You'd then need to somehow run both scripts under separate versions 
of View.exe, and have the interacting in the way they did under a 
single image. 

Perhaps by reengineering  the components talk across third-party 
 port.
Could be tricky!
BrianH
24-May-2007
[2321x2]
It's a lot easier for me - I almost never do GUI code with REBOL.
No dis on REBOL - it's just rare that I need to do GUIs at all. No 
interface is easier to use than no interface.
Henrik
24-May-2007
[2323]
I don't plan to mix R2 and R3 projects. I do have prototypes of things 
written in R2 that will be rewritten for R3.
Anton
24-May-2007
[2324]
It will be interesting to see how much compatibility can be achieved, 
if anyone bothers. I think all those fundamental changes will make 
it hard to do. I'm not expecting to be able to stay backwards compatible, 
either.
BrianH
24-May-2007
[2325]
I think most of my scripts will be mostly compatible. A lot of current 
REBOL code would still run on R1, and that was based on a different 
execution model. Internal changes don't have to mean surface changes 
- the dialects we write in are just skins.
Anton
24-May-2007
[2326]
I live mostly in View/VID land..
Maxim
24-May-2007
[2327x9]
I decided not to use anything of VID for elixir and instead base 
the whole architecture on liquids.
that allows me to replace the underlying engine at will, with no 
effect on the top level view of the engine.
you see only simple little nodes and have pretty much no clue what 
changing the cursor node of a field will have as effect.
you only know that the cursor will have (possibly) moved by one.. 
but it might actually refuse to advance if your at the end :-)  so 
you cannot break the cursor.
the other pov of this is that the underlying engine does not have 
to be aware why its changing or where that occured... it only knows 
that the cursor really DID change. so it has to reflect itself.
so for elixir, I am thinking of building an OpenGL interface AND 
an AGG view based one using the same software. in fact, we could 
even have two simultaneous symmetric windows running and 0% code 
to add in the software :-)
(one in AGG and one in OpenGL, to compare them)
that is in R3.
part of what I am hoping will be possible anyways.
BrianH
24-May-2007
[2336]
I've been interested in your Liquid developments. Can it handle non-graphical 
data flow?
Maxim
24-May-2007
[2337x2]
liquid is not graphical.   elixir is an attempt at adding a high-level 
editor to liquid, but its actually adding some limitations to what 
can be done with nodes, in order to add structure and reloadability.
but in reality, elixir is not really a *liquid* graph editor.  its 
a graph editor which *USES* liquid.
BrianH
24-May-2007
[2339]
Can you map nodes to physical world objects?
Maxim
24-May-2007
[2340]
hum... move to !liquid group?
Pekr
25-May-2007
[2341x4]
I don't like how RT will cook new VID behind close doors, period.
That was the whole RAMBO group chat made short :-) Now the longer 
version ....
Gabriele - I EXACTLY expected, you will mention 1.3 open project. 
And I can tell you, why it particularly failed. Not that group could 
not come to some consensus, but also because of Carl himself. Because 
- Carl disappeared from IOS for nearly 3 months, and it was frustrating 
... no reactions to private messages etc. That is not how things 
should work.
And hence - I will never take ANY position, if things are not outlined 
the way I need them to be ... one of the most important thing is 
- communication channel.
btiffin
25-May-2007
[2345]
Pekr;  The User Group will follow Bob's Rules.  The name is Item 
1 on the agenda.

Open for debate and then (a possibly unfortunate side effect of democracy) 
the vote

of the assembly is the final word.  I'm suggesting [RIG], but lots 
of names will hit the 
floor before the vote.  :)
Pekr
25-May-2007
[2346x5]
But - 1.3 project was about concrete implementation ... we wer loosing 
time with things like arguing over button's border thickness etc., 
not starting with bigger picture. But - for new View, there was promissed 
to be SMALL group (so small, that it fits Carl's idea of closed team 
working on new stuff), which will create bigger picture.
but what I can see is, that you have your own ideas of how to cook 
new VID, and I suspect you will do it, propose it, and let us stay 
in the strange position of "take it, or go away".
I repeatedly asked here, if such group works in other altme Worlds, 
etc., and was assured, that once there is a time, it will be formed. 
And I could also see, that guys as Henrik, Anton, would very much 
appreciate being in such group.
As for me, I don't need to, as far as Henrik assured me, that fundamental 
UI things like visual focus representation, proper tabbing, accelerator 
keys, etc., are being cared for ....
btiffin - does it need to be three letter acronym? :-) and btw - 
we should also follow the praxe, which means - maybe such a thing 
needs some spontaneous way to form itself. Currently we are few, 
and we kind of for user group here on altme, working closer together. 
I will reread your post towards the topic, to find out what is the 
purpose of the initiative ...
btiffin
25-May-2007
[2351]
Nope on the TLA.  R-Space will work.  It'll be a free vote.  But 
it'll have to formal for 
authority

. I'll look into praxe.  Bob's Rules are also on the agenda.  A 100 
year old

set of rules will need to be updated for the Internet, global nature 
of the debates that
will ensue.
Pekr
25-May-2007
[2352x2]
what is Bob's Rules? :-)
ok, post me privately some links etc., so I could look at some things 
at the end of the weekend
btiffin
25-May-2007
[2354]
Sorry, Bob's rules are my take on Robert's Rules of Order.  Links 
coming...
Gabriele
25-May-2007
[2355x3]
Petr, Carl does not believe in design by committee. (neither do I, 
actually). So a design group for VID won't happen. But, this does 
not mean that feedback is ignored, or that you just take it or go 
away.
about 1.3 project - exactly, so why do the same thing? you can say 
it was Carl's fault, Carl can say it was the community's fault, but 
the result is that the project did not end up in a view 1.3 release.
do we want to end up without a vid 3 release? i don't think so, so 
Carl's fault or not, we just make it happen his way.
Volker
25-May-2007
[2358]
RIG - how about REB? Rebol excited/extending/ebetterword buddies?^^
Rebolek
25-May-2007
[2359]
R-Types