You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Modern Object Pascal Introduction for Programmers
2
2
3
-
An introduction to modern Object Pascal. May be useful for programmers that already know the concepts (like "class"), but don't know how these concepts look in Object Pascal.
3
+
An introduction to modern Object Pascal, as implemented by both FPC and Delphi.
4
4
5
-
Contains some introductory material at the beginning, and at the end quickly jumps over more advanced topics like class references. Enjoy, and share and redistribute freely!
5
+
Read the output as:
6
6
7
-
Source code is in AsciiDoc, processed by AsciiDoctor http://asciidoctor.org/ .
7
+
*[Webpage](https://castle-engine.io/modern_pascal) (has also links to a few translations and more resources)
Written as a resource for programmers that already know basic concepts common to many programming languages (like _"what is a class"_) and want to learn know how these concepts look in Object Pascal.
12
11
13
-
By Michalis Kamburelis (author of Castle Game Engine https://castle-engine.io/ ).
12
+
Contains some introductory material at the beginning, and at the end quickly goes through more advanced topics like class references. Enjoy, share and redistribute freely!
13
+
14
+
Source code is in AsciiDoc, processed by [AsciiDoctor](http://asciidoctor.org/).
15
+
16
+
By Michalis Kamburelis (author of [Castle Game Engine](https://castle-engine.io/)).
0 commit comments