Turbo Pascal 3 [patched] Info
For those doing heavy math, a special version utilized the math co-processor for a massive performance boost.
TP3 ran in just of memory (code + data), with no heap and tiny stack. This snippet searches a text file for a keyword, using minimal RAM by reading line-by-line with readln , avoiding arrays. turbo pascal 3