|
|
|
|
|
by PaulHoule
672 days ago
|
|
Correct. My own experience in Turbo Pascal started with (I think) version 4 when I got an 80286 machine in 1987. In that time frame Borland was coming out with a new version every year that radically improved the language, it got OO functionality in 5.5, inline assembly in 6, etc. I remember replacing many of the stdlib functions such as move and copy w/ ones that were twice as fast because the used 16 bit instructions that were faster on the 80286. With the IDE and interactive debugger it was one my favorite programming environments ever. |
|
If only Native AOT was as easy to produce a binary as a plain Turbo Pascal 6 project using Turbo Vision.