HackerTrans
TopNewTrendsCommentsPastAskShowJobs

felixfbecker

no profile record

comments

felixfbecker
·6 माह पहले·discuss
The author makes the argument that in the age of LLMs more type safe languages will be more successful than less type safe ones. But how does that support the claim that Go is more suitable than JavaScript? TypeScript is more type safe than Go: Go doesn’t validate nil pointers, it doesn’t enforce fields to be set when initializing structs, it has no support for union types. All those things can cause runtime errors that are caught are caught at compile time in TypeScript.
felixfbecker
·6 माह पहले·discuss
That is like saying the kernel/sandbox hypervisor can access those things. The point is that the sandboxed code cannot. In browsers, code from one origin cannot access those things from another origin unless explicitly enabled with CORS.
felixfbecker
·6 वर्ष पहले·discuss
Has anyone tried putting this into a Windows app yet?