La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
python slowly drifting away from being a friendly interpreted script language and into being an abomination of broken typing annotations, "proper" multithreading and JIT compilation stacked on top of one another because all of corporate infrastructure ...
-
python slowly drifting away from being a friendly interpreted script language and into being an abomination of broken typing annotations, "proper" multithreading and JIT compilation stacked on top of one another because all of corporate infrastructure now depends on it is really funny to me
-
@halva broken typing annotations?
-
@ShadowJonathan@tech.lgbt trying to use pep 484 annotations as strictly as i would in any other language is a straight up torture lol
and i think most people can agree -
@halva @ShadowJonathan imo a lot depends on the python version / the presence of
from __future__ import annotations