|
|
|
|
|
by com2kid
29 days ago
|
|
Us Node folks adapted typescript because we wanted static compiled types. I wish TS had more of a runtime. The only thing I'm jealous of with regards to python is how seamlessly you can do JSON schema enforcement on HTTP endpoints. The Zod hoops are a constant source of irritation that only exists because the TS team is dogmatic. |
|
Yes, it is much easier in Python because type annotations are reflected at runtime.