|
|
|
|
|
by pictur
1150 days ago
|
|
deno seems to follow a very similar line to php. you can do a lot with php without dependencies. but if you are not careful, there is a possibility that you will create garbage. i'm sure this will take deno further, similar to php. |
|
I know you specified _without dependencies_, but I don't know that it's a fair comparison. The standard library for PHP and JS seem fairly similar to me; I work with both languages daily. Using NPM packages are much easier imo for greenfield projects.
PHP before Composer still had a ton of 3rd party script usage, but with explicit imports instead of autoloading.