[fpc-pascal] Stack alias for ARC like memory management?
Ryan Joseph
ryan at thealchemistguild.com
Wed Apr 25 16:06:52 CEST 2018
> On Apr 25, 2018, at 8:59 PM, Maciej Izak <hnb.code at gmail.com> wrote:
>
> 4. finish work for closures
Having closures in FPC would be a major milestone.
> 5. few parts of extended RTTI
> 6. aspects
what’s aspects?
>
> after point "3" new mode has more sense but after "6" is rather obligatory ;).
>
Don’t forget about default constructors for records. :) The syntax is already there for declarations. It would be so nice. ;)
var
p: TPoint;
begin
p := TPoint(x: 0, y: 0)
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list