Re: [fpc-pascal] docs

2024-10-21 Thread ppadilcdx--- via fpc-pascal
Thanks! > On Oct 21, 2024, at 1:35 AM, Michael Van Canneyt via fpc-pascal > wrote: > > > > On Sun, 20 Oct 2024, ppadilcdx--- via fpc-pascal wrote: > >> Apropos the new users discussion, i think the state of the docs is really >> important, new users can be discouraged by lack of documentati

Re: [fpc-pascal] docs

2024-10-21 Thread Peter B via fpc-pascal
On 21/10/2024 05:18, Gordon Findlay via fpc-pascal wrote: - distros sometimes have quite old versions in their repos. For example my opensuse machine right now is offering Lazarus 2.2. openSUSE (Tumbleweed) is on 3.6, as are most/all of the other rolling distributions https://repology.org/pro

Re: [fpc-pascal] docs

2024-10-21 Thread geneb via fpc-pascal
On 10/21/2024 1:35 AM, Christo Crause via fpc-pascal wrote: The official FPC documentation can be accessed from here: https://www.freepascal.org/docs.html These are obviously reference documentation, not getting started or how-to tutorials. The documentation is hosted here: https://gitlab.com/

Re: [fpc-pascal] Fwd: What to do to get new users

2024-10-21 Thread Nikolay Nikolov via fpc-pascal
On 10/21/24 3:17 PM, Sven Barth via fpc-pascal wrote: Nikolay Nikolov via fpc-pascal schrieb am Mo., 21. Okt. 2024, 08:32: 2) record types (as opposed to class), which can live on the stack and have a pass-by-value semantics. FPC trunk supports advanced records, so you get C++-sty

Re: [fpc-pascal] Fwd: What to do to get new users

2024-10-21 Thread Sven Barth via fpc-pascal
Nikolay Nikolov via fpc-pascal schrieb am Mo., 21. Okt. 2024, 08:32: > 2) record types (as opposed to class), which can live on the stack and > have a pass-by-value semantics. FPC trunk supports advanced records, so you > get C++-style copy constructors. > Advanced records are already supported

Re: [fpc-pascal] docs

2024-10-21 Thread Nikolay Nikolov via fpc-pascal
On 10/21/24 7:18 AM, Gordon Findlay via fpc-pascal wrote:  - distros sometimes have quite old versions in their repos. For example my opensuse machine right now is offering Lazarus 2.2. For this, we need help from FPC and Lazarus users, who actually use the given distro. Someone needs to volu

Re: [fpc-pascal] docs

2024-10-21 Thread Christo Crause via fpc-pascal
The official FPC documentation can be accessed from here: https://www.freepascal.org/docs.html These are obviously reference documentation, not getting started or how-to tutorials. The documentation is hosted here: https://gitlab.com/freepascal.org/fpc/documentation Issues reporting mistakes/omissi

Re: [fpc-pascal] docs

2024-10-21 Thread Michael Van Canneyt via fpc-pascal
On Sun, 20 Oct 2024, ppadilcdx--- via fpc-pascal wrote: Apropos the new users discussion, i think the state of the docs is really important, new users can be discouraged by lack of documentation or up-to-date docs. I just recently retired so not a new young user, but relatily new to fpc. So

Re: [fpc-pascal] docs

2024-10-21 Thread Gordon Findlay via fpc-pascal
I've been programming a long time but when I first took up with Lazarus and FPC there were three issues: - out of date documentation. - for many topics (for example in the LCL) there is formal documentation but not tutorial material. - distros sometimes have quite old versions in their repos. F