PRIMO LANGUAGE FEATURES This document outlines some of my current thinking on the proposed PRIMO language inspired mainly by discussions & comments by well...
Mark Dickson
Robbo1Mark@...
Jul 4, 2001 2:03 pm
949
This is a comprehensive list of REBOL any-function! specs. for information purposes only. Note /Core 2.5 version Please ignore this unless your interested. ...
Mark Dickson
Robbo1Mark@...
Jul 4, 2001 4:57 pm
950
Hi Mark! I agree totally to your suggestion of Zero based indexing. As per the reason why I have not been active on the list is because I have been coding a...
sharriff.aina@...
Jul 5, 2001 7:48 am
951
Hello Sharriff, good to hear from you again! thanks & speak again soon! Mark Dickson ... the ... been coding ... online ... the one ... skills, ... source ... ...
Mark Dickson
Robbo1Mark@...
Jul 5, 2001 7:59 am
952
For Your information. Mark Dickson ZERO-INDEX-PATCH.r Hello Idee ( that's JEFF in zero index alphabet 8-) see I do have a sense of humour! well sometimes. ...
Robbo1Mark@...
Jul 5, 2001 9:44 am
953
For information. Your project registration for SourceForge has been approved. Project Full Name: PRIMO Language Project Project Unix Name: primo CVS Server:...
Robbo1Mark@...
Jul 11, 2001 2:57 pm
954
EVERYBODY, Sorry - not had much time recently - we are short staffed at work just now due to staff summer holiday period, so have been working flat out 8-( ...
Mark Dickson
Robbo1Mark@...
Jul 19, 2001 5:26 pm
955
I wonder, would it be useful if I continued working on the new_eval.r script I posted on 11 Jun? For a while I thought I had infix functions working, but it...
Marcus Petersson
d4marcus@...
Jul 19, 2001 7:44 pm
956
... From: Marcus Petersson <d4marcus@...> To: <OSCAR-PROJECT@yahoogroups.com> Sent: Thursday, July 19, 2001 9:40 PM Subject: [OSCAR Project]...
Ladislav Mecir
lmecir@...
Jul 20, 2001 2:52 pm
957
One "easy" question: how should be evaluated the blocks that modify themselves? There are two answers: 1) easy one, the fastest. Don't mind. In this case the...
Ladislav Mecir
lmecir@...
Jul 20, 2001 8:04 pm
958
... Actually, I think this is the way it works in Rebol today. ... == [append a compose [+ (1 + last a)] 0] ... 0 == [append a compose [+ (1 + last a)] 0 + 1] ...
Marcus Petersson
d4marcus@...
Jul 21, 2001 9:58 pm
959
For information (Unsubscribe info is at the bottom of this email) SourceForge Update: July 19, 2001 0) INTRO 1) CVS RESTRUCTURING 2) CVS SERVICES 3) FTP...
Robbo1Mark@...
Jul 22, 2001 11:41 am
960
More Info Hello, There were two items in the SourceForge update sent out a few hours ago I would like to correct. The first is Linux Magazine. The link to the...
... At first, it seems like you instead proved my point once again. Which is, that the result of "do a" is the same as of "do copy a", or however you like to...
Marcus Petersson
d4marcus@...
Jul 29, 2001 9:05 pm
963
Here is a small collection of "undefined" results having something in common with the "self modifying nature" of the code: a: [append a [+ 1] 1] do a do a do a...
Ladislav Mecir
lmecir@...
Jul 30, 2001 10:10 am
964
on an earlier theme consider this ... == [append a [+ 1] 1] ... 1 == [append a [+ 1] 1 + 1] ... 2 == [append a [+ 1] 1 + 1 + 1] ... 3 == [append a [+ 1] 1 + 1...
Mark Dickson
Robbo1Mark@...
Jul 30, 2001 12:35 pm
965
Hi, the "strange behaviour" surely is an implementation artefact. The problem is, that we cannot completely "get rid" of such artefacts, if we allow the self...
Ladislav Mecir
lmecir@...
Jul 30, 2001 9:13 pm
966
Hi Mark, I will try to explain my POV: There is a way, how to evaluate a Self Modifying Block and get a "defined result". It is like this (Warning!...
Ladislav Mecir
lmecir@...
Jul 31, 2001 12:52 pm
967
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...