Meetings 2025
Agenda & Information for the Meetings held in 2025. See Next Meeting for next meeting.
For each of the meeting dates there is a link to the meeting summary.
See Downloads 2023 for the available files associated with the meetings
11th February 2025
- Functional programming in Delphi – Will Watts
- Why is there no culture of functional programming in Delphi? Will thinks it would be a Good Thing, and says he has got the code to prove it.
- WebStencils: Reimagining Web Development in RAD Studio – Antonio Zapater (EMBT)
- Presenting a comprehensive introduction to web templating technologies: from basic concepts to more advanced implementations. This presentation covers the fundamentals of template engines, digs into RAD Studio’s new WebStencils library, and concludes with an introduction to HTMX.
15th January 2025
- An interview with Marco about his recent book: Pioneering Simplicity – The story of Pascal – Jason Chapman & Marco Geuze
- Delphi and AI – Marco Geuze
- Marco will show how to create and setup a private LLM, and will show you how you can utilize this to add AI capabilities to your own Delphi applications
- Function resolution in Delphi – Dave Capps
- Some of the unexpected and/or undocumented things that can happen when the compiler is working out what function you meant to call.
- Assignable Typed Constants – Paul Woodhams
- Just Why??? – What I discovered in code I inherited.
- Thread Safe Generics – Rob Lambden