Jonathan Immanuel Brachthäuser

Results 283 comments of Jonathan Immanuel Brachthäuser

That's a very important issue. However, we cannot forget that some backends might implement stdlib functions differently (either for performance reasons, or for lack of missing features). For instance in...

@mm0821 Sorry for not merging right-away! Is this still up-to-date?

I think it is value to keep this. I rebased and updated the comment syntax.

This was addressed by @timmy-newtron in his [BSc thesis](https://se.cs.uni-tuebingen.de/teaching/thesis/2021/11/01/IDE-effects/), but sadly never merged

Most use cases are covered by #388, but we still need to reconsider the design objects / classes etc.

@dvdvgt Maybe this might also be something you could look into?

We could check whether the two types print to the same and then use the fully qualified name.

This should be (partially) addressed by #368. @jiribenes do you think this issue here is still relevant?

This is how you can use the various libraries: ``` import io import io/network import io/time import immutable/bytes import text/string // creates a simple echo server. def main() = eventloop(box...

@jiribenes With #434 being merged, is the library now usable for you?