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.*
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to