@sebsauvage
Silverlight 🤣🤣
Après y'a un public de dev qui ne font que commencer des projets, ca leur va très bien !
Notices by Johan Baltié (johan@pouet.chapril.org)
-
Embed this notice
Johan Baltié (johan@pouet.chapril.org)'s status on Saturday, 02-Aug-2025 02:42:23 JST Johan Baltié
-
Embed this notice
Johan Baltié (johan@pouet.chapril.org)'s status on Monday, 10-Mar-2025 07:46:06 JST Johan Baltié
@inthehands @PaulDavisTheFirst @luna
Oh, researching other languages choices I discovered that Python as a very strange behavior:
https://stackoverflow.com/questions/42867866/what-makes-python3s-print-function-thread-safe#64283201
-
Embed this notice
Johan Baltié (johan@pouet.chapril.org)'s status on Monday, 10-Mar-2025 06:20:25 JST Johan Baltié
@inthehands @luna ok I see where we disagree.
Stream operators are not equivalent to print statement, each data being fed asap by design.And I agree this might be considered as a strange choice to promote this as a default way of printing.
-
Embed this notice
Johan Baltié (johan@pouet.chapril.org)'s status on Monday, 10-Mar-2025 05:40:51 JST Johan Baltié
@inthehands @luna they are thread safe.
The interleave pb is a different issue
I am not aware of languages that keep natively internal buffer per thread to avoid interleaving.Do you have any example ?