[Lazarus] Teaching Pascal at College

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Wed Jan 18 10:25:47 CET 2017


On 2017-01-17 18:11, Lars via Lazarus wrote:
> fpGUI is, in every way possible, a wrapper.

In that case even the Writeln() call is a wrapper function (for a low
level system call). So as you can see, your quest not to use wrappers is
getting a bit ridiculous. Object Pascal is a high level language to make
programming easier and faster. There is nothing wrong with that.

If you want no wrappers and low level, then program everything in
Assembly. Good luck with that! ;-)

ps:
  I don't consider a unit that implements a Object Pascal interface to
  a C/C++ DLL or SO library a wrapper. How else are you supposed to
  use that shared library (written in another language)? Reimplementing
  everything from scratch is not a good use of my time.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


More information about the Lazarus mailing list