oberon

How is inheritance implemented in Ada and does it have built in GUI?

空扰寡人 提交于 2019-12-12 19:19:19
问题 Does Ada come with built-in GUI, and does it have the same unique approach to inheritance as does Oberon? 回答1: No, Ada does not come with a built-in GUI; but then the closest language that I can think of is PostScript. (Technically, the Java-language does not; though its included library does.) That being said there is a GTK binding (which I haven't used at all) and an OpenGL binding (that I've only played with; and to be honest the OpenGL binding is far thinner a binding than I'd like).

Where can I learn Oberon and What IDE can I use [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-06 03:42:48
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm really interessted in learning Oberon. I've heard it has a unique inheritance and polymorphism and hasd built in GUI (I love GUI!). I would appreciate some links to some documentation (hopefully, simplish documentation) and an IDE/Compiler. Thanks. 回答1: Oberon was a project that Niklaus Wirth (creator of

Where can I learn Oberon and What IDE can I use [closed]

别说谁变了你拦得住时间么 提交于 2019-12-04 06:59:49
I'm really interessted in learning Oberon. I've heard it has a unique inheritance and polymorphism and hasd built in GUI (I love GUI!). I would appreciate some links to some documentation (hopefully, simplish documentation) and an IDE/Compiler. Thanks. T.E.D. Oberon was a project that Niklaus Wirth (creator of Pascal) created on one of his sabbaticals about two decades ago. He has a page for it at his university . There are actually two parts to "The Oberon System"; an Operating System and a compiled system's programming language. Somewhat confusingly, both are named Oberon. The OS is