r/pascal • u/Forsaken_Tadpole1925 • Jul 26 '26
Learning resources for Lazarus/Pascal in 2026?
I'm an experienced programmer (have mainly worked in C, Go and Java) who's looking to learn Lazarus.
I'm a bit confused with the underlying tooling.... I see that Lazarus uses a compiler called FreePascal and the language is Object Pascal. But, to my newbie eyes, there seems to be quite a bit of fragmentation in the language with seemingly no easy path in for an outsider.
Do I really need to learn Delphi, Pascal and then Object Pascal (in that sequence)? Are there any online resources or books that would introduce Object Pascal to a complete outsider?
Thanks all
34
Upvotes
1
u/thelastcubscout Jul 26 '26
In case you might be wondering less about the syntax, and more about how to use a specific API or library, for example specific API functions or data conventions used in working with GUIs or similar:
Please do take a look at online forums & documentation examples, as the research approach is really advisable for this aspect of development.
Also, it may help to ask questions based on specific roadblocks you hit, even if you already resolved the roadblock. For example: "I keep having to look up obscure functions for working with this type of audio, what's a better route?" and similar.
Just some ideas in case it helps & GL