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

World: r3wp

[!REBOL3-OLD1]

Gabriele
2-Jun-2007
[3259]
also, the host defines some natives... eg. browse to make an example. 
but of course show, and same will be for call etc.
Pekr
2-Jun-2007
[3260x2]
so, how would you embed rebol into Delphi for e.g.? Or provide a 
browser plug-in? rebol.dll from R3 is not the same as rebol.dll from 
R2, right? With R2, it is full-featured rebol, no?
ok, off now ... Leaving to prepare beamer to watch Czech Rep. vs 
Wales Euro 2008 match :-)
Gabriele
2-Jun-2007
[3262]
to embed in browser you provide a browser plugin host. eg activex 
host for ie.
Pekr
2-Jun-2007
[3263x2]
yes, so you have to port also the platform specific stuff. How do 
you that e.g., if you want link-in REBOL into your delphi app, to 
be able to do e.g. do-rebol("some script here")?
it will not be enough to just link rebol.dll, no?
Gabriele
2-Jun-2007
[3265x2]
if you want to run any rebol script, you have to provide all the 
devices. but, you have the source of them already :)
so... did any info leak? :)
Steeve
2-Jun-2007
[3267]
http://www.enregistrersous.com/images/2/165729353020070602221359.html
ICarii
2-Jun-2007
[3268]
perhaps that post was a little too subtle? ... well for me anyway 
;-)
Steeve
2-Jun-2007
[3269]
sorry, mistake
Graham
2-Jun-2007
[3270]
one was supposed to be blue
ICarii
2-Jun-2007
[3271x2]
lol
I wonder if gaberiele ever feels like the fortune teller at a fair 
- all these rebolers coming up and asking about their future :)
Graham
2-Jun-2007
[3273]
More like a tease
Gabriele
3-Jun-2007
[3274]
:-)
Pekr
3-Jun-2007
[3275]
what info was supposed to leak? :-)
Gabriele
3-Jun-2007
[3276]
dunno. just kidding. :)
Robert
3-Jun-2007
[3277]
Gab, when thinking about the next generation GUI stuff for Rebol, 
take a look here: http://www.cs.cmu.edu/afs/cs/project/amulet/www/amulet-home.html


The thing that's (was) really cool about Amulet is the usage of constraints 
to keep everything updated. Perhaps a bit what Max has done with 
Liquid. But very nice to use.
[unknown: 10]
4-Jun-2007
[3278]
perhpas someone has the answer to these questions? -> 

* Is Rebol3 a product beside or instead-of current Rebol?


* Is support still valid for Rebol2 products after release of Rebol3?

* Do puchaged licenses still work on Rebol3?


* Do commercial SDK / View / etc.. users need an upgrade? does it 
cost?

* Will Rebol2 product be still enhanced?


* What is adviced to do? Stick to Pre-Rebol3-versions or go with 
Rebol3?
Graham
4-Jun-2007
[3279]
Guess
1. b
2. a
3. no
4. yes
5. no
6. r3
[unknown: 10]
4-Jun-2007
[3280]
Is that an official Carl/Cindy 6 rules for Rebol3 list? ;-)
Graham
4-Jun-2007
[3281x3]
No, it's my best guess :)
this was a poll wasn't it ?
:)
[unknown: 10]
4-Jun-2007
[3284]
Could be a poll indeed ;-) But i dont hope its b,a,no,yes,no,r3 although 
i think it could become..
Gabriele
4-Jun-2007
[3285x5]
R3 will eventually replace R2, but for a while both will be available 
and supported.
R3 does not need licenses, there's no need to pay an upgrade etc. 
Some plugins may cost money though (eg. ODBC). However, nobody stops 
people from doing alternative free versions of them.
(RT does not plan to make money directly from R3. Notice that the 
stress is on the word directly.)
I'd advise to go R3 as soon as possible for you, for many reasons.
Note, my answers are not official answers, but I think they are very 
close to what Carl would say. If you need official answers please 
contact RT directly thru usual channels.
Pekr
4-Jun-2007
[3290]
Gabriele - is it already known, which parts will be commercial? You 
said ODBC - really? Wasn't it mentioned in the blog, that DBs come 
free?
Gabriele
4-Jun-2007
[3291x2]
i used ODBC as an example - i don't really expect that to be commercial 
(but probably left to third party)
anyway, no plan was discussed yet about commercial plugins. (RT probably 
has a plan already, it just has not been discussed with us)
Pekr
4-Jun-2007
[3293]
Gabriele - how goes VID+ specs creation? :-)
Gabriele
4-Jun-2007
[3294]
also, keep in mind that the commercial part is mainly going to be 
AltME 3, not plugins.
Pekr
4-Jun-2007
[3295]
Commercial plugins - well, the API was introduced, no? Is it available 
in alpha?
Gabriele
4-Jun-2007
[3296]
VID - we hope to have something by end of this week.
Pekr
4-Jun-2007
[3297]
I expect altme 3 being kind of IOS, which will allow mixture of free 
as well as commercial apps
Gabriele
4-Jun-2007
[3298]
plugins - the alpha does not load them dinamically, but it's basically 
what the host program does (defining devices, natives, and so on)
Pekr
4-Jun-2007
[3299]
can R3 handle digital certificates? (it was discussed in regards 
to plug-ins, SDK ...) - I think it might be crucial to get rebol 
out to the public, trusted ...
Gabriele
4-Jun-2007
[3300]
also, Carl has said he wants to finish rebin before working on plugins 
as separate dlls etc.
Pekr
4-Jun-2007
[3301x2]
and it will load them dynamically later?
ah, that is exactly what I wanted to ask - rebin ...
Gabriele
4-Jun-2007
[3303]
R3 does not have encryption modules yet, they will probably come 
later. but notice that nobody stops people from linking to OpenSSL 
and provide a complete SSL solution.
Pekr
4-Jun-2007
[3304]
not sure if correct, but I can see rebin as kind of "packager" for 
rebol? Will it allow us to pack various things - e.g. libraries, 
scripts, images, or other resources, and add it to the rebol.exe?
Gabriele
4-Jun-2007
[3305x3]
(maybe RT will do that, or maybe we'll use the SSL module in R2...)
rebin is a binary format for rebol values. like now we have a text 
format (produced by mold), then we'll also have a binary format useful 
both for storing (when user-readable is not needed) and for internal 
communication with plugins
but... Carl hasn't said much more about rebin...
Pekr
4-Jun-2007
[3308]
nobody stops = it is not available yet. With R3 spreading like fire, 
we might need it sooner than later, or we will not be able to provide 
lowered security apps, letting users feel safe, because they will 
know, it comes from some trusted party ....