Julian Rohrhuber
Julian Rohrhuber
> SC provides the `WebView` class, running using the same engine as the help browser - web browsing is (unfortunately) an existing feature of SC and as such it probably...
Discussion inspired by #3564 and moved from there, because it is a separate issue.
I am actually not sure whether it is inlining only. An example is when you write an object that returns true or false with a certain probability: ```supercollider Probably {...
All exceptions to rules are an issue of consistency and uniformity of a system, even more so if they concern central elements like control flow. - orthogonality: you can't expect...
These are a bunch of things to reply to. Thank you for bringing them up, I agree that such issues require a close look. Programming is one of those activities...
>>Inlining is (ideally) a speed optimization, and nothing more than a speed optimization. However, the way the speed optimization is implemented also breaks the control-structure-as-method paradigm. Exactly this is the...
### Exceptions We always discuss if a certain polymorphic extension to sclang is worth adding to common. But otherwise, systems have their own life. We will never know what someone...
I just would like to add that I am really thankful that we can even discuss this here. Over many years we didn't have such good C++ programmers here as...
… and, finally, an answer to your important question (sorry for the delay!): >do users benefit more if messages behave the same in all cases, or if control flow behaves...
>> why you would prefer to make if a keyword, but not +? >See the end of this post, I think I've addressed this there. But one reason is that,...