Peter Zeller

Results 27 issues of Peter Zeller

which means that objects of the class or a subclass can not be destroyed from the outside. Might be necessary for designing some APIs.

enhancement
Priority: normal

``` class A function bar() class B extends A override function bar() function foo(A a) a.bar() B b = new B foo(b) // there should be no dynamic dispatch involved...

enhancement
Priority: low

enhancement
Priority: low

(optional) So that the same module can be used several times in a class.

enhancement

Problems / possible improvements: - When no folder is opened there should be a warning or it should automatically find the right root folder. - when starting with a wrong...

Port the REPL from Eclipse