[Oberon] FPGA - Simple OOP example

Jan de Kruyf jan.de.kruyf at gmail.com
Thu Aug 16 08:38:04 CEST 2018


> Throwing away Oberon-2 was a religious decision, was it not?

The spirit of Edsger Dijkstra is still haunting us. 😠 Rational western man
or not.

j.

On Thu, Aug 16, 2018 at 12:30 AM, Skulski, Wojciech <
skulski at pas.rochester.edu> wrote:

> Just to make it clear, we are discussing the original Oberon
> instance-bound OOP rather than the Oberon-2 type-bound OOP. I know that
> there is no type bound OOP in Oberon-07.
>
> Throwing away Oberon-2 was a religious decision, was it not?
>
> W
> ________________________________________
> From: Oberon [oberon-bounces at lists.inf.ethz.ch] on behalf of Jörg [
> joerg.straube at iaeth.ch]
> Sent: Wednesday, August 15, 2018 3:35 PM
> To: ETH Oberon and related systems
> Subject: Re: [Oberon] FPGA - Simple OOP example
>
> Yes, you’re sbsolutely right.
> In my first version I had
> TYPE Methods = RECORD Write... END
>
> And then only in the second version, I changed to
>  TYPE Methods = POINTER TO MDesc;
> and I forgot to change m := methods to m^ := methods^
>
> Jörg
>
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20180816/699a6483/attachment.html>


More information about the Oberon mailing list