Hacker News new | ask | show | jobs
by jeswin 721 days ago
Thanks for TypeScript support, when nearly everything else is in Python - trying it right away. Although we were familiar with Python, the lack of types were slowing us down tremendously every time we wanted to refactor. Python's typing is really baby typing.
2 comments

It feels a step backwards developing with a such a minimal type system. Seeing so many projects in Python was one reason we're open sourcing our LLM/agentic framework, to give more options for the TypeScript community. We haven't launched it but the code it up at https://github.com/trafficguard/nous
As a Haskell and then TypeScript dev now having to work with Python for exactly this reason, I second this sentiment. I can’t understand why Python is the language the industry decided to use as the de-facto AI language
What's the pytorch/ tensorflow/ keras alternative in other languages? Haskell would've been nice...