[fpc-pascal] Next language feature for pas2js...

wkitty42 at windstream.net wkitty42 at windstream.net
Tue May 1 19:22:30 CEST 2018


On 05/01/2018 07:09 AM, Ryan Joseph wrote:
> In PHP I always just load the file into string and loop over it line by line
> using regex to cut out the parts I need. I like it because it’s so easy to
> write and gets the job done. What ever I would make it Pascal would be 10x
> larger probably.

FWIW: you can do this (line parsing) in any language that supports regex...

the size thing you speak of is the difference between scripted languages and 
compiled binary languages...

kinda makes one wonder if pascal script might be able to handle the task...


-- 
  NOTE: No off-list assistance is given without prior approval.
        *Please keep mailing list traffic on the list unless*
        *a signed and pre-paid contract is in effect with us.*



More information about the fpc-pascal mailing list