Well done Andrew, I've had limited time online myself recently and my inbox is still HUGE but I've been a bit miffed by all these anonymous requests to join...
If you're a new member wishing to join this list, please send a email describing yourself or your company and a sentence describing your desired to join the...
IN A WORD YES, I've been buying a new house recntly and re-organizing my life in a big way so i've not posted anything for a while but I still do LOTS of...
Whoever is the moderator of the Oscar project could you please approve me for it. I applied awhile ago and stil I get the "OOPS....YOUR SUBSCRIPTION TO THE...
Hi all . Just thought I'd mention that Frank Sievertsen has released the Java source-code for his package called "Freebell". ( http://sf.net/projects/freebell...
I've been doing a lot of thinking about the types of series! PRIMO ought to have available both for ease of use and efficiency. Basically series! have three...
PRIMO STRAW POLL / New Op!'s Question: Should paren!'s be necessary to enforce correct evaluation order in PRIMO when using infix operators? examples of...
Surely this is incorrect? ... none none ... 3 4 Surely local words default value should be unset until they are defined? Also in the second case is it correct...
Hi Mark, 1) I would suggest you to dig into the LL languages conference, it is an interesting reading (see Joe Marshall's posts). 2) Rebol has evolved since...
Hello everybody, Here a few more snippets on PRIMO design I've been thinking about. I often read Ladislav's writings on REBOL and share a lot of concerns and...
Hello again everybody, I've been away in Scheme world these last few weeks, however I've subsequently greatly increased my understanding of possible PRIMO /...
... That seems awfully time consuming. What's wrong with simply writing: foreach Color Colors [ if parse Color [ to "pink" to end ][ print Color ] ] ? Note...
Hello, A small example how I've implemented the datamodel so far in C++. The attachment is an PDF document of a class hierachy.. In this model the values are...
Have just been browsing in Python Land and have seen how they deal with unicode chars & strings and low and behold it seems that the "u" prefix is how they ...
Marcus / Everybody, Hi there, You made some very interesting & pertinent points in your posts, here's a few quick replies & queries. Firstly, your datamodel...
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...
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...
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,...
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...