<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="midPine.LNX.4.61.0706182142530.18387@idefix.wisa.be"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I have found that there are some functional differences that Metaware has over
fpc, one example is the yield() function which returns the intermediate result
of a function call.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
?
  </pre>
</blockquote>
'?' indeed! I am fascinated! What does yield do exactly... presumably
it returns a result from the function without closing down that
instance of the function? Amazing concept. I am still trying to work
out how that could be useful or even how it could be used (without
breaking stuff upstream).<br>
<br>
There are several preprocessory type contraptions that suit Pascal
directly or could handle it at the least. Why not use one of those to
try adjusting code. We do that sort of stuff a fair bit (although
mainly with code from other -non-pascalian languages). Or how about
even beating the code into a more pascally form using Perl, or even
something as basic as the Boxer text editor? (laborious job though, of
course)<br>
<br>
Interesting stuff. <br>
<br>
By the way, I agree about the merits of converting code from old or
foreign repositories. There is some great code out there and it is
useful to reclaim it by porting it across. We often get unexpected
spinoff stuff out of that process. At the moment we are working on
setting up a website offering most of this stuff back to the community.<br>
<br>
Hmmm... if there is anything useful in your work (not the proprietary
code from the developer, I mean in the conversion work) perhaps if you
share that as a project on sourceforge or similar, others will help you
develop the conversion. You would have to work out the benefit though
(be it producing a conversion tool, or a library, or whatever).<br>
<br>
Cheers,<br>
    Mark.<br>
<br>
</body>
</html>