Julian Rohrhuber
Julian Rohrhuber
ok, now i understand.
... and you want to retain the ability to override some of these in the class definition of subclasses at least.
Important for this PR is also: #3567.
Just to clarify: my suggestion of a `_forwardMessage` primitive is independent of the forwarding syntax suggestion (the syntactic extension is a very good idea nevertheless).
In any case, the current issue is mainly about the extension of the class structure with one superclass `AbstractObject` above `Object`. The superclass of `AbstractObject` is `nil`, as it is...
Here is a prepared RFC: https://github.com/telephon/rfcs/blob/master/rfcs/0002-abstract-object.md
Good you come back to this, @JordanHendersonMusic. I do think that sclang is very much optimized towards performance, and it is pretty fast in many cases. But since times have...
Yes, this is a good overview – thank you! As being used to (almost) everything being a first-class object, I am mainly confused when it isn't (quite).
Recently for me `reboot` keeps failing. Is this maybe the issue?
Ah I saw the issue now. I am not exactly sure what would be the best way, do you have a PR / concrete suggestion maybe?