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

World: r3wp

[!REBOL3]

Andreas
1-Sep-2010
[4742]
Could someone please add an A105 version to R3 Curecode? Thanks!
BrianH
1-Sep-2010
[4743]
Done. And bug#1643 marked as fixed in it..
Andreas
2-Sep-2010
[4744]
Thanks, Brian.
Pekr
3-Sep-2010
[4745]
Just reading new roadmap - http://www.rebol.com/roadmap.html... 
what I don't understand is all the fuss about R3+. From the very 
beginning, I don't like the idea of putting some usefull stuff into 
additional module. E.g. - why some usefull mezzanines or protocols 
be part of the plus package? What I fear is - anything, that is optional, 
will not be a standard. I can understand that we can't include 100 
protocols probably, but talking about + package, where the only protocol 
we have is http, and even that is not fully functional, is a bit 
preliminary :-)


Interesting note about R3 DB - what is R3 DB port? Is Rebin, RIF, 
finally coming? Or did we decide to select one DB, e.g. SQLite engine, 
and include it into R3?


As for tasking - "Experiment: how far does the current R3 multitasking 
base take us?" - no experiments, please :-) Tasking/IPC is the last 
missing stone before we can claim R3 being a beta - it needs solid 
work, and I expect 1-2 months, and the same kind of impact, as Unicode 
transition, or Extension, Callbacks had :-)
Ladislav
3-Sep-2010
[4746x2]
Tasking/IPC is the last missing stone before we can claim R3 being 
a beta
 - disagreed
(with both "the last" as well as "missing")
Graham
3-Sep-2010
[4748x2]
these are just opinions
There is no definition of what constitutes a R3 beta
Ladislav
3-Sep-2010
[4750x2]
Nevertheless, I do not doubt Pekr will be proven wrong.
...even without a definition
BrianH
3-Sep-2010
[4752x2]
Pekr, what part of "optional" means "non-standard"? It just means 
that it isn't loaded and taking up resources if you don't need it.
It's a plus for a lot of platforms to be able to build on a minimal 
base. For instance, I would have loved /Base on WinCE.
Pekr
3-Sep-2010
[4754]
Everyone has different needs. I defined "my" needs for R3 beta in 
related document (wiki). The only thing I meant is, that I regard 
tasking/ipc being last "big" missing component. I have no problem 
being corrected or proven wrong ...
Ladislav
3-Sep-2010
[4755]
Is it that hard for you to realize, that your needs do not define 
what is R3 beta?
Maxim
3-Sep-2010
[4756x4]
in must act on pekr's defence here.    his is just summarizing years 
of user expectations.
part of why pekr keeps insisting is that if you just look at the 
many changes the Extension/host kit has undergone since its first 
release, it can be expected that tasks will have as much side-effects 
in its own way.
modules, callbacks, memory leaks in the GC, memory exceptions, IPC 
and API for inter-thread data shareing, the potential list is long.
R3 is currently undergoing open-heart surgery, with Carl deep in 
system and architecture mode... with all of the stuff fresh in his 
mind.


I think its the perfect time to overhaul the task! system and finally 
make a real architecture/API and identify,  solve,  or decide on 
the potential issues "hard issues".
Ladislav
3-Sep-2010
[4760]
what is "years of user expectations"? if you speak for you and Pekr 
saying, that R3 beta is what "your needs" are, then you are patently 
wrong, no matter you are two now
Maxim
3-Sep-2010
[4761x3]
I am talking about 15 years of use of REBOL by the whole community.
its always been a thorn in the side of the language.  if you don't 
need multi-threading, then cool... but I've lost contracts just because 
of this.
this is not a discussion about to beta or not to beta.   if we go 
to beta ... yay.. then in 6 months- a year... a design change required 
by tasks, forces Carl to either do a half-assed solution or go back 
to breaking R3.  what's the point of even going to beta.
Ladislav
3-Sep-2010
[4764]
Please be so kind and do not speak for me ("whole REBOL community")
Maxim
3-Sep-2010
[4765x2]
Lad... why are you irritated about the need to address the task! 
issue?
do you think labeling "beta" on REBOL will change something?
Gregg
3-Sep-2010
[4767]
But we each have different things that are important to us. I might 
say that robust and professional integration with SQL server is key 
as I know that's stopped a number of people from using REBOL in their 
companies. I could use that as a selling point, but I don't want 
to use SQL Server myself. :-)


Other things are more important to me, but only Carl knows what he 
thinks is important for him and for REBOL.
Maxim
3-Sep-2010
[4768x3]
if the task! datatype is to be part of R3... which it currently is... 
and is laden with bugs, many unknowns and limitations... either we 
rip out the concept of tasking in R3 and limit the language's appeal 
or we fix the datatype and its api.
Gregg the difference is that Tasks operate at the core level and 
imply possible GC hacks, inter extension mem management, hard to 
track stack stuff...


all things which inherently *might* force changes in core level apis 
like devices, extensions, etc.
adding support for libraries, that is effectively something that 
uses the core... not defines it.


adding a standard SQL connector in REBOL would be sweet, but it won't 
change the core... its using it.
Robert
3-Sep-2010
[4771]
Guys, the thing is pretty simple.
Gregg
3-Sep-2010
[4772]
I can't speak for Ladislav, but where I disagree about limiting the 
language's appeal is that we don't know who it's supposed to appeal 
to. It may not be you, me, and Petr at all.
Robert
3-Sep-2010
[4773x8]
There are zillions of things we want to see. Ok, and everyone wants 
something different.
We don't need a R3, that is in development mode until dawn before 
we can make use of it.
Hence, we are working on getting incremental steps done, that are 
useful. Maybe not for everyone but a lot can be done with R3 now.
And we will keep the high pace of new releases. Each one delivering 
more stuff.
Maybe something breaks existing code than. Yes, not to nice and takes 
some work but it's not killing us.
While R3 moves forward, we will use it for all our projects. Add, 
what's missing on the way and move forward.
In this stream tasks will come. I just don't know yet, if next week, 
month or in 6 months at the moment.
But Carl has put it onto the roadmap, so it's already in the near 
range radar.
Maxim
3-Sep-2010
[4781]
But tasks is not just about "want".... its about something that has 
the *potential* (we don't know) to break other R3 components down 
the road.


so My point is not that I want it now.... I just want R3 to stay 
"freed from locking" until tasks are revised by carl.
Robert
3-Sep-2010
[4782]
The message that's important to all (including Lad here ;-)) is that 
R3 is useable for quite some stuff and should be used. Maybe not 
for everything yet. But you can start to use it today.
Maxim
3-Sep-2010
[4783]
I agree... its very nice already.  I will be looking into the A 105 
release next week.
Robert
3-Sep-2010
[4784x3]
If tasks break things, yeah, than that's how it is. I take the risk, 
we adopt our code once and that's it.
I'm not afraid of it. I know that I take a high risk here to break 
some code.
And if a good task implementation takes 6 months... than it takes 
6 months and is of good quality than.
Maxim
3-Sep-2010
[4787]
one question for you Robert... is the A105 view/agg code stabilized 
wrt what I was reading for A104?
Robert
3-Sep-2010
[4788]
What part do you mean with stabilized?
Maxim
3-Sep-2010
[4789]
low-level use of AGG... not the R3GUI
Robert
3-Sep-2010
[4790x2]
A105 is the first one to integrate our AGG code line. So, bringing 
Carls work and our work much more in sync with less hassels for new 
releases.
I think with A105 the AGG externalization is done. There are some 
quirks left, to be fixed. But we can now do this on our own.