[fpc-devel] Pascal to Java compiler
    Marco van de Voort 
    marcov at stack.nl
       
    Thu Nov 27 23:15:47 CET 2008
    
    
  
In our previous episode, Daniël Mantione said:
> We analyzed this, and it was nothing smart on my side, it was a simple 
> Pascal text I/O versus Java text I/O issue. Not only is Java's text I/O 
> terribly hard to use, it is also terribly inefficient. Our text I/O, on 
> the other hand, is very well optimized.
To stay in I/O territory:
It will be interesting how 
var f : text;
begin
  ttextrec(f).openfunc:=myopenfunc;
is implemented. 
    
    
More information about the fpc-devel
mailing list