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

World: r3wp

[DevCon2007] DevCon 2007

Maxim
10-May-2007
[1023]
I think the user load is getting quite high... we where at just under 
400 during my talk.
Pekr
10-May-2007
[1024]
400 users? There is so many rebollers out there? :-)
Henrik
10-May-2007
[1025]
I advertised on Amigaworld
Anton
10-May-2007
[1026x2]
My video is not keeping up as well as the sound.
Ahh.. it's your fault, Henrik ! ;)
Pekr
10-May-2007
[1028]
:-)
[unknown: 9]
10-May-2007
[1029]
Sadley I must go (bike ride)
Ashley
10-May-2007
[1030]
Same here. Getting ghosting which clears up after 30 seconds then 
starts to ghost again.
Henrik
10-May-2007
[1031]
I'm terribly sorry. It will never happen again.
Pekr
10-May-2007
[1032]
:-)
Anton
10-May-2007
[1033]
Are you not talking Reichart ?
Pekr
10-May-2007
[1034]
you did pretty good job in fact! It attracted ppl to talk about rebol!
Henrik
10-May-2007
[1035]
yes, it did attract a bit of attention. I will also do some posts 
on using rebol.o inside other programs.
Maxim
10-May-2007
[1036]
pekr: aahh to whom are you addressing ?
Pekr
10-May-2007
[1037]
to Henrik.
Henrik
10-May-2007
[1038]
this basically means that people will be able to use rebol.o and 
some rebol only decoders/parsers/readers directly in their own software 
without knowing one bit of rebol
Pekr
10-May-2007
[1039]
what was the mention of deep copying of function?
Anton
10-May-2007
[1040]
make object! 10   allocates an object with enough room initially 
for 10 fields, to minimize reallocations.
Gabriele
10-May-2007
[1041]
get-paths
Maxim
10-May-2007
[1042]
R3 now deep copies by default... but its at mezz so you can revert 
if you need.
[unknown: 9]
10-May-2007
[1043]
I don't think I'im talking yet.  I will be back at 10:00a (my time) 
which is 7:00 thier time...so I assume not.
Pekr
10-May-2007
[1044]
What does it deep copies? Function arguments?
Anton
10-May-2007
[1045]
path plus a colon is a path-set!  "paths are all consistent now"
Gabriele
10-May-2007
[1046]
the code block
Anton
10-May-2007
[1047]
Reichart. 2 hours 15 minutes from now ?
Gabriele
10-May-2007
[1048]
make function! spec copy/deep body
Pekr
10-May-2007
[1049]
is there still subojbects sharing?
Maxim
10-May-2007
[1050]
pekr, copies the body.  so we don't need to do val: copy [] all the 
time.
[unknown: 9]
10-May-2007
[1051]
YEs, I can be able to go then, but I suspect they will all be gone.
Gabriele
10-May-2007
[1052]
max, i don't think he meant at every evaluation
[unknown: 9]
10-May-2007
[1053]
Be back in 2.25 hours.
Pekr
10-May-2007
[1054]
is there a class concept in rebol as one blog mentioned?
Gabriele
10-May-2007
[1055x2]
he meant at make tame
bye riechart!
Maxim
10-May-2007
[1057]
Henrik, we can now remold the error message
Gabriele
10-May-2007
[1058]
*time
Anton
10-May-2007
[1059]
R. you might have 15 mins.. or so..
Maxim
10-May-2007
[1060]
yes... gab... U are right.
[unknown: 9]
10-May-2007
[1061]
Gab, please work out if I can give my talk first thing tomorrow (for 
them) basically pumping Maxim.
Henrik
10-May-2007
[1062]
maxim, I didn't catch whether we can now create custom error outputs? 
such as a pretty error requester with feedback fields, etc.
Gabriele
10-May-2007
[1063]
ok, i'll ask
btiffin
10-May-2007
[1064]
tracing...Nice.
Anton
10-May-2007
[1065]
The idea of file line numbering for debugging is a possibility for 
Rebol 3.1 maybe. (I don't care much for it myself).
Henrik
10-May-2007
[1066]
anton, oh, that would be _very_ nice to have
Anton
10-May-2007
[1067]
question: can we have 16bit tuples, ie. for 16bits per channel colours, 
as used in CSS. Answer: not right away...
Gabriele
10-May-2007
[1068]
answer: use vector!
Maxim
10-May-2007
[1069]
henrik yess. we can generate the error which is generated from rebol 
using the error object.
Pekr
10-May-2007
[1070]
ha, timers :-)
Anton
10-May-2007
[1071]
Henrik, I'm not sure. I think it wouldn't be possible to always have 
an accurate answer, so if we can not rely on it, we would end u pnot 
using it.
Pekr
10-May-2007
[1072]
Gabriele - is there new, more powerfull even engine in rebol, e.g. 
libevent?