DEV Community

Discussion on: Anyone who is studying the basics of programming, should have the right to study them in their own native language

Collapse
 
dmbaturin profile image
Daniil Baturin

Note that TurboPascal does have pointers. ;)

I don't really have a strong opinion on the question of the right to learn programming in one's native language, but I know first hand that translations can be very hard to find. This is especially true for error messages: if you have a localized program without fully localized documentation (which is often the case), good luck searching the web for its errors.

Collapse
 
matrixx profile image
Saija Saarenpää

I probably was not deep enough in Turbo Pascal to have used them. My background in learning by my native language included only that teaching and books and other materials were in Finnish. Software was not, and I agree it would be really hard to localize the errors etc. though back in the day I studied, there was no possibility to google anything either 😅

Thread Thread
 
dmbaturin profile image
Daniil Baturin

There's a modern, cross-platform, and free (as in freedom) successor to Borland Pascal/Delphi: freepascal.org/
Has a classic "white on blue" console IDE for a nostalgia mode, too. :)

Thread Thread
 
matrixx profile image
Saija Saarenpää

Cool! I should check that out. I even might try to turn on my 486-laptop which has all my pascal code.