Page 1 of 3

Object-Oriented programming in PPL?

PostPosted: Sep 13, 2004 @ 7:02pm
by kornalius

PostPosted: Sep 13, 2004 @ 10:28pm
by mervjoyce

PostPosted: Sep 13, 2004 @ 11:15pm
by kornalius

PostPosted: Sep 14, 2004 @ 2:32am
by bmanske

PostPosted: Sep 14, 2004 @ 3:55am
by kornalius

PostPosted: Sep 14, 2004 @ 5:19am
by bmanske

PostPosted: Sep 18, 2004 @ 4:26am
by kornalius

PostPosted: Sep 18, 2004 @ 5:42am
by PointOfLight

PostPosted: Sep 18, 2004 @ 5:50am
by kornalius

PostPosted: Sep 18, 2004 @ 5:56am
by PointOfLight

PostPosted: Sep 18, 2004 @ 11:08am
by mervjoyce

PostPosted: Sep 27, 2004 @ 12:39am
by kornalius

PostPosted: Sep 27, 2004 @ 3:18am
by PointOfLight

PostPosted: Sep 28, 2004 @ 1:58am
by kornalius
I started work on the Object-Oriented syntax today and so far, I got it working without inheritance fully working. It's a good start though. I should have it fully operational by the end of the week.

Concerning dynamic class definition, I will not do it. I came to the conclusion that it is not following the principals of an oo language.

At the same I simplified a few things within the core of the system and was able to speedup the execution speed a bit. I got rid of a few unused or barely used system functions.

I also modified the ^ operator to accept only one simple expression. If one need to do pointer's arithmetic the ptr() will do the job.

PostPosted: Sep 28, 2004 @ 2:53pm
by bmanske