Ronny Otto

Results 602 comments of Ronny Otto

New language feature... New keyword. Think it is a clean way of adding stuff to the language.

Is there a reason to use "native" instead of "inline"? Is it because it transpiles to "C" (the native language) instead of using some 3rd party language? If there is...

Couldn't add NG something right before "end try" to signal a "you can securely leave scope/block" now ?

Just reply in the particular (closed) issue. Maintainer and commenters get an email for replies in closed issues too. Maintainer then can reopen an issue.

I think @woollybah got a notification but hmm maybe he just missed it ("ah another of these 'someone commented'-notifications"). If you were able to reopen issues on your own -...

Hmm true :-) Maybe suggest it to github?

It already sounds pretty mich drafted/sketched out. Good thing. I also liked that little aspect about a generic "clean up" method so you know what to call in 3rd party...

Chances to have "Close()" defined in ones code are way higher than for "Dispose()". The former is just more often used in computer terms. For me it is the opposite...

It crashes as soon as the "foreign" memory contains something you are tampering. If you simply read from that memory position and only use it for eg printing out a...

it does not crash for everyone, as it depends on "what comes after the array". Memory layout isdone by "not you" on your computer. You might even think of seeing...