Ronny Otto

Results 602 comments of Ronny Otto

@HurryStarfish BCC functionality should then be transformed into a kind of library. The new BCC would wrap around that functionality. So some kind of "API". Every third party library would...

Next is Bmk createapp "weather forecast" :-)

> Or we could keep it semi-backwards compatible with legacy, and forget about all the improvements we can make by implementing reflection with libffi... What improvements (next to support the...

As the issue came on the table again in bmx-ng/brl.mod#144 I want to add some thoughts. using a 3rd party lib ... - allows to concentrate on other stuff but...

> Apologies for the delay... there's like a million and one things I seem to be working on at any given moment.... Please do not exaggerate so much - I've...

Sorry for the derail: closures are pretty cool for GUI stuff. Would like to see it in somewhen too.

> That's actually very simple: 0 is always an Int. Why is this? Why not the smallest possible numeric type...or the biggest? Because in nonstrict numbers would be int by...

So it does not choose by "what suits best" but by "what is the most common". Aside of that question it seems the second point of the issue (field.set()) is...

Referring to: bmk is compiled with bcc. And according to my understanding bmk leaked some memory during execution (in this case the compilation of bcc). Dunno why it should need...

It depends on how/where it is leaked. Assume it happens in a base module type...which is run often in a game or another process running for hours. Dunno what other...