DEV Community

Discussion on: Great fun with Deno - My First Deno Framework

Collapse
 
turbopasi profile image
Pascal Lamers

I'm curious about Deno as well as most others in this community. However, some of your statements got me thinking:

  • You don't need dependencies in Deno ? You don't need dependencies in NodeJs either .
  • What is there that you can't do in NodeJs, but with Deno ?

I am relatively new to coding (< 5 years) and reading things like that are easily misinterpreted. Try giving examples to underline those statements.

Other than that, good read ! Jurassic sounds awesome !

Collapse
 
oknoorap profile image
Ribhararnus Pracutian

of course we need dependencies but no need to install it, you can import directly from URL 😀

Collapse
 
turbopasi profile image
Pascal Lamers

That's very true !