For Information purposes. Memory Allocation & Self Modifying Code This mailing will discuss some predictive theories on REBOL Block! memory allocation and also...
Robbo1Mark@...
Aug 2, 2001 12:53 pm
968
So, any work on Primo going on in the background? Marcus ... If you find that life spits on you calm down and pretend it's raining...
Marcus Petersson
d4marcus@...
Aug 25, 2001 8:27 pm
969
It appears that there has been a dramatic fall off in posting to this e-group. I hope that doesn't indicate a lack of interest??? What is the status of...
John Chludzinski
jchludzinski@...
Oct 12, 2001 4:58 am
970
Well no, it just the time the project is consuming to build an interpreter. I have not been able to vind spare time for this project because I have so little...
Hello everybody, Iam resurrected! 8-) Sine Early August I have had little or No time for making any posts to the OSCAR | PRIMO or REBOL lists for the following...
... Would it be ok to let us see your latest code? If it's been modified since the 9-Feb release that is. Wouldn't it make some sense to put a virtual machine...
Marcus Petersson
d4marcus@...
Oct 14, 2001 4:36 pm
973
Hi Marcus, is Parrot intended to be another interpreted JVM like machine, or shall it be more like Elate's VP or Microsoft's MSIL, that were meant to be ...
Ladislav Mecir
lmecir@...
Oct 15, 2001 10:50 pm
974
... Both. At the moment only interpreted, but it looks like there will be compilers in the future (the register architecture helps with this). And it will not...
Virtual Machines Marcus / Ladislav / Everybody Regards the implementing of REBOL / PRIMO on various virtual machines, whilst this has certain obvious ...
... I like platform diversity, and see VMs not as a threat, but as a way of ensuring that platforms can remain, just as high-level languages do. As for...
Hi all (gee it's been a while since I posted here ..... :-) I've been following Oscar/Primo for *ages*. One of the other areas of my interest is the Spirit...
..., The dream of all software programmers is not comming true. You can't make software run faster than the hardware. Even if you use dynamic optimalisation...
... AFAIK, those optimisation tricks are not strictly connected to the use of a VM. Dynamic optimisation has been (or was) used for long in the Alpha version...
PRISM, PRISMATIC, PRIMO Hello again everybody, The guy from the computer repair shop phoned today to say that he managed to make good my home pc although at...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the OSCAR-PROJECT group. File :...
OSCAR-PROJECT@yahoogr...
Oct 24, 2001 4:14 pm
984
... To get next reduced value is easier said than done. I know this from working on my interpreter emulator. There can be so much recursion involved. And then...
Marcus / Everybody, Just to go over some "OLD" ground, what we previously discovered about datatypes was the following; Each Predicate for each datatype! has a...
More On Datatypes Hello again..... To follow on from my last post, if we accept that the predicate numbers for datatypes are correct and that integer! is 29,...
DATAMODEL possibilities? This is a subject I've been playing around with in my mind for quite a while now without reaching any firm conclusions as to the best...
NEW / USER-DEFINED DATATYPES Further to my recent post about number of possible datatypes, here are my current thoughts about some very useful datatypes, each...
... Ah, forgot to use the source. :-) Actually, I used ?? instead, didn't realize these were two different functions. ... Most probably zero indexed, looks...
... This is another undocumented behaviour... ... If that's true, it's a behaviour we should get rid off, since we will be able to make new datatype values in...
... I had to read this twice before actually understanding it. Now I realize that's a lot of space, considering that a regular memory pointer on a 32bit...
... Oh, I like this one! :-) ... This I don't like at all, it makes parsing much harder. ... Immutable series are good, but I don't like the string terminator...
... Some of these are definately overkill. Didn't I read somewhere that Rebol values actually fit in 96 bits? Note how first, second, third can be used on many...
Hi, ... garbage collection & speed, sure. ... Wrong. Ordinary values do not have to be collected at all. Only the part of a value not contained in the ordinary...
Marcus, Hi From the REBOL Core User Guide...... The decimal! data type includes 64-bit standard IEEE floating point numbers. They are distinguished from...
Marcus / Everybody, Hi there, You made some very interesting & pertinent points in your posts, here's a few quick replies & queries. Firstly, your datamodel...