On Saturday 06 May 2017 15:13:45 Marcos Douglas B. Santos wrote:
> On Sat, May 6, 2017 at 6:20 AM, Martin Schreiber <mse00...@gmail.com> wrote:
> > Hi,
> > I implemented objects and classes in MSElang:
> > https://gitlab.com/mseide-msegui/mselang/wikis/home/Mselang_objects
> >
> > Thoughts?
>
> In wiki home you wrote: "records, objects and classes could be unified
> in a single concept: Objects."
> But you continue using objects and classes...
>
> Use only objects and change this syntax...
> o1: ^obj5ty;
> ...to this one
> o1: obj5ty;
>
Correct. Plus o1^.f1 <-> c1.f1 for access of heap instance elements and 
that "class" instances always are on heap.
"class" is for people who are accustomed to Free Pascal. Do you think "class" 
should be removed?

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to