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

World: r3wp

[RT Q&A] [RT Q&A] Questions and Answers to REBOL Technologies

BrianH
11-Dec-2005
[116]
(Still to Volker for this) By using in rather than bind, you save 
a set instruction. Of course if the "object" word refers to a word 
rather than an object, that advantage is less so because we will 
have to convert the word to its context like this:
    apply w bind? [object]
    apply w in [object w]
    getw value w

But for that to work we would need a new rebcode alpha with the 2.6.2 
enhancements.
Gabriele
11-Dec-2005
[117]
note that if speed is what you are after, this is likely to be the 
fastest way; if the object changes in a loop, then the rebcode advantage 
is probably not big, though i understand there may be cases in which 
a BIND or IN opcode would be desirable...
BrianH
11-Dec-2005
[118x3]
Well, it would help for using rebcode as a compiler target (pet project)... 
Still, there have been a few requests for this kind of opcode around 
here, particularly from those using object-based data structures. 
The overhead of such code would go way down if there was some kind 
of fast field access.
Allright, here's a Q: Can we get a new rebcode alpha based on the 
2.6.2 enhancements?
Call it 1.3.62 or something :)
Pekr
13-Dec-2005
[121]
Q: I would like to ask, what is the status of Unicode support. We 
 now have one Czech app, where we have to sort according the czech 
alphabet. We can do some tricks, but it slows down ...
Rebolek
21-Dec-2005
[122]
Q: What's the current status of REBOL Demo Contest 2005? Can you 
provide any details to us? Deadline, rules, etc... thanks
Henrik
24-Dec-2005
[123]
Q: What will be the future plan with the browser plugin, say within 
the next 3-6 months? How much more do we need before it can be called 
production ready? I have a few large scale projects that require 
a production ready plugin (so users won't have to download and install 
an executable).
Gabriele
27-Dec-2005
[124]
(just to give you a quick - but unofficial, so don't quote me on 
this - answer, i think that the development for the plugin will be 
done completely outside of RT, for example as a community project. 
so it's very unlikely that RT will be able to give you a schedule 
on this.)
Pekr
27-Dec-2005
[125]
unicode answer, if possible, please?
Gabriele
27-Dec-2005
[126]
does sorting Czech require Unicode?
Pekr
27-Dec-2005
[127x2]
dunno ... but sort fails ....
we have e.g. "c" with hook, which sorts behind the "c", but 'sort 
puts it et the end, because those chars are imo at some higher charset 
position ...
Gabriele
27-Dec-2005
[129]
i think that ladislav checked on this... and said that the current 
SORT was ok
Pekr
27-Dec-2005
[130]
but aso - doing database for cross poland, czech, slovak users is 
well, impossible ...
Gabriele
27-Dec-2005
[131]
anyway... there are no news on unicode support currently... so no 
real answer i can provide you yet.
Pekr
27-Dec-2005
[132]
ok, thanks ...
Ladislav
27-Dec-2005
[133]
Pekr: Czech sort does not have anything in common with Unicode. It 
is complicated (much more complicated than useful in computer era). 
Any code (Unicode, ISO Latin2, Windows 1250, ...) can be used, the 
sort algorithm needs to be implemented in any case.
Pekr
27-Dec-2005
[134x2]
I know those are two distinctive things, but slightly related - simply 
put - rebol's internationalisation support is pretty weak in that 
regard ...
that was Gabriele who asked about sorting and if it needs unicode 
... we need unicode for rebdb though ...
Ladislav
27-Dec-2005
[136]
Gabriele: I checked the support of capital letters and found out, 
that all Czech capital letters found in ISO Latin 2 were supported, 
i.e. case conversions were supported. This is somewhat simpler than 
Czech sort.
Pekr
27-Dec-2005
[137x3]
so far, I will do with calling external conversions routines for 
submitted strings from polish partner ...
I am just saying, that having unicode would be nice :-)
has anyone thought out already at least, how to get unicode in rebol 
working? What becomes with bitsets, which are 8bit based?
Ladislav
27-Dec-2005
[140]
rebol's internationalisation support is pretty weak in that regard

 - if you mean that REBOL does not support Czech sorting, then you 
 are right. Otherwise Rebol supports Czech coding supporting ISO Latin 
 2 as mentioned above
Pekr
27-Dec-2005
[141x2]
not only that - it could be properly supported by sort/collation 
kind of functionality, as other environments do (mySQL). Rebol even 
does not use its system/locale in its own calendar ;-)
in that regard, I wanted to ask Ladislav, about security - is it 
possible to protect system words, even to not be unprotected? :-) 
Imagine rebol would use system/locale for things like system messages 
in order to be translatable, but then someone could change the strings, 
which could be big security risk (user answering to different question)
yeksoon
27-Dec-2005
[143]
since I saw Unicode mentioned in the chat message....


I am putting in my "+1" request for Unicode support. eg. languages 
like Chinese
Pekr
27-Dec-2005
[144x2]
pity we don't know RT's priority list even a bit. 1.3.2, that is 
the cool thing. However, async kernel retired no-one is able to know 
for how long, rebcode is retired no-one knows what and when happens 
to it (e.g. will there be bitmap opcodes as discussed implemented?), 
unicode, rif (where even RT admits it is important for Altme2.0/coop 
project, rebdb is stagnatting because of that), rebin, we wait for 
what-is-going-to-happen-with-VID since devcon, being said we will 
know "soon" ... etc ... So, what is next, guys, and when? :-)
It is not about "we tell you and you quote us on that" thing, but 
about bit of a planning for others ... we surely don't want 14.11. 
exact dates :-) Just months, average ....:-)
Volker
27-Dec-2005
[146]
I agree. 14.11 is a bit far away. Month would be a lot better! (Did 
i miss something? Opps, SCNR ;)
BrianH
27-Dec-2005
[147]
Volker, that 14.11 was a joke reference to 14-Nov-2005, the date 
given at the conference to all questions about release dates, not 
a version number. That date was given as a joke that many didn't 
get, apparently. Myself included, but I didn't make it to the conference.
Pekr
27-Dec-2005
[148]
Briah - Volker surely knows it was a joke ;-) He just tried to point 
out imo, that we could get some features schedule in months or year-quarters 
...
BrianH
27-Dec-2005
[149x2]
Hey, noone told me it was originally a joke until after services 
showed up early. Just trying to help :)
But I agree about the schedule. RT has been cut much slack by me 
because of the holidays though.
Pekr
27-Dec-2005
[151]
Brian - you were invited to help with Rebcode in some area - was 
it docs? What is the state of rebcode - nearly final? Is there anything 
else of why it can't be released into production rebol version? Security?
BrianH
27-Dec-2005
[152]
I was invited to help with the docs. I said yes. I never heard back. 
Oh well.
Pekr
27-Dec-2005
[153]
:-) ;-) :-(
BrianH
27-Dec-2005
[154x4]
But yes, security is abysmal in rebcode. That would need some major 
changes to get into production. I've never seen an easier way to 
crash REBOL. At least it's probably not exploitable, as even the 
slightest error in your code causes REBOL to core dump.
That's what alpha means, so I'm not complaining :)
It's funny, I had to reboot Windows more often while testing rebcode 
than I have ever needed to for an entire year with that computer. 
Server 2003 is very stable, but crashing processes a dozen times 
or more a day can wear on it a little, so I needed to reboot every 
couple days. Normally I would need to reboot only for occasional 
updates of certain third-party software, never more than once a couple 
months.
OTOH, rebcode is great if you know what you are doing, or are running 
code written by someone who does, or generated by a code generator 
written by someone who does. The semantics seem to have stabilized, 
so you can get to work on those generators. When they resolve the 
crashes rebcode will be pretty sweet for REBOL.
Graham
2-Jan-2006
[158]
Is the rebol.dll included with the sdk2.62 the same as the viewdll 
that is the plugin ?

If so, what are the magic numbers to use to make it act as the plugin 
?  ( the old plugin doesn't have AGG ).
Thanks.
Oldes
2-Jan-2006
[159x2]
I have rebol scripts for converting chars to unicode, the problem 
is, that Rebol cannot print unicode strings and the socond thing 
is, that you need conversion tables. There must be some way how to 
distribute these tables from network, because I'm sure you don't 
want to make Rebol about 2MB bigger than now you to support some 
charsets.
there should be archive of mu ucs2 script which I use almost every 
day: http://oldes.multimedia.cz/rss/projects/ucs2_latest.rip
Pekr
2-Jan-2006
[161x2]
thanks, oldes!
if it is so big, should be plug-ins .... included top 5 or so languages 
directly maybe ... dunno ...
Oldes
2-Jan-2006
[163]
it would not be so big, in the archive are compressed the charset 
sources as well (almost 10MB uncompressed)
Gabriele
3-Jan-2006
[164]
Graham: yes. I think there were someone who already tried it with 
the old activex plugin. If not... I'll ask Carl
PeterWood
3-Jan-2006
[165]
From Core Louis asked "Does anyone know when rebol will support unicode?"