You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript is not that good of a language for a project like this; it has no type safety, lots of weird quirks and is slow. Go and Rust are both good options solving most of JavaScript's problems.
JavaScript is not that good of a language for a project like this; it has no type safety, lots of weird quirks and is slow. Go and Rust are both good options solving most of JavaScript's problems.