201 private links
The more I follow the Deno project and its community, the more I think it would be easier to use Typescript and the environment of Deno to write scripts.
Python is not so much robust without types. The amount of time my script logic was correct, but I miss the type of some variable, causing a xx minute time of debugging. The type annotations are currently complex to use and overkill for scripts, where typescript shines.
Deno's API is close to the web: so you learn some of the web on the way :)
- Deno deploy
- optimized core
- native HTTP
- Deno added to MDN compatibility tables
- foreign function interface (still instable)
- Node.js Compatibility
Pour les projets perso 💚
Le successeur de NodeJS serait Demo.
Comme par hasard, écrit en Rust... :D et Deno c'est Node en verlan Waaaouu
À l’heure où j’écris ces lignes y’a beaucoup de bugs et surtout tu peux pas faire grand chose avec. Deno n’a pas pour but de tuer NodeJS. NodeJS est un environnement qui fonctionne bien. Il est activement maintenu par des brutes et il sera là pendant encore très longtemps. Cependant Deno propose des solutions aux problèmes de NodeJS. Et sur le papier Deno est un meilleur NodeJS. Et si je t’en parle aujourd’hui c’est qu’une version 1.0 de Deno arrive bientôt.