|
|
|
|
|
by dnrvs
1752 days ago
|
|
Typescript/Deno is very ergonomic and presents a lower barrier for entry for writing web servers. However, it's a relatively large and slow to start runtime which makes it less than ideal for developer tools. You should use the right tool for the job. Not every language is good for every job or every person. |
|
So if the experienced developers writing Deno are using Rust for type safety etc to catch their mistakes, then why would you trust yourself to use a less strict lanaguage on a likely more complex project?