Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> But yeah, for web stuff? Just use TypeScript. Life's too short to fight the borrow checker over a blog.4

I am not sure about TypeScript. I think having static typing is just too good of an insurance against stupid bug and for your own sanity. I think for web purposes, especially with LLM around, you probably should just use Go. You don't have to like it, but there's enough training dataset for your CRUD application. So all you really need to do is to be able to read it.

 help



> I am not sure about TypeScript. I think having static typing is just too good of an insurance against stupid bug and for your own sanity.

TypeScript has static typing though?


Typescript has static typing. It’s called typescript..

Well, I prefer one that does not let me get off free and have a gaping escape hatch.

It’s like 2 lines in tsconfig to eliminate any escape hatch. Though it’s probably not worth doing in most cases.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: