Why use Pascal? | Castle Game Engine

https://castle-engine.io/why_pascal

Object Pascal is a modern, readable, fast, type-safe, cross-platform OOP programming language. It is also easy to pick up.

6 points · 5 comments · view on lemmy.world

5 Comments

cxtinac@sh.itjust.works · 2 pts · 3y (3 replies)

I used to do a fair bit of Delphi (pascal) coding and really liked it. I agree with readable, type-safe and oop, I'm not so sure about modern and truly cross-platform. My .02$.

fsniper@kbin.social · 2 pts · 3y (2 replies)

I am not a Pascal developer, I posted this because I feel like this is a good discussion topic. You don't need to have the latest and shiniest tech to build things. Sometimes old and proven is the way to go.

pirate526@kbin.social · 1 pts · 3y (1 reply)

While I agree, this might not be true for Delphi as it was heavily tied to Windows GUI elements (of the time), so far as I remember. I built quite a lot with it and loved it, but it probably hasn’t aged well. I have no idea what the last version of Delphi was and which windows generation it was designed for.

fsniper@kbin.social · 1 pts · 3y

You don't need to depend on Delphi itself. Lazarus https://www.lazarus-ide.org/ would be a compatible replacement.

TimeSquirrel@kbin.social · 1 pts · 3y

I honestly didn't know Pascal was still a thing. Last time I saw it, it was in my Dad's Borland Turbo Pascal book 30 years ago.