this post was submitted on 10 Oct 2024
9 points (100.0% liked)

Deno

63 readers
4 users here now

A community for the Deno JavaScript runtime. https://deno.com/

founded 8 months ago
MODERATORS
 

cross-posted from: https://feddit.nl/post/22255240

What a funny intro! πŸ˜„

Deno is a modern JavaScript/TypeScript runtime built by the creator of Node.js, designed as a more secure and developer-friendly alternative. Unlike Node, Deno runs with strict permissions (no file, network, or environment access by default) and includes TypeScript support out of the box. It also natively supports modern web APIs and provides built-in utilities like testing and formatting, reducing the need for external dependencies. Plus, it’s modular, offering direct URL-based imports instead of relying on node_modules.

top 6 comments
sorted by: hot top controversial new old
[–] sukhmel@programming.dev 3 points 1 day ago (2 children)

Why is It a video, though? I would happily read a post instead

[–] zlatko@programming.dev 2 points 17 hours ago

I think a lot of the relevant stuff is written on the blog post:

https://deno.com/blog/v2.0

[–] dipdowel@feddit.nl 4 points 1 day ago

There definitely is a textual description somewhere. I just found the intro (the commercial)awkwardly entertaining.

[–] FizzyOrange@programming.dev 3 points 1 day ago (1 children)

Deno is fantastic. I keep trying to get people to use it for scripting instead of Python, but nooo we have to use Python because it's already installed and installing Deno is apparently too much hassle.

1000 hours lost to pip and venv later...

[–] dipdowel@feddit.nl 2 points 1 day ago (1 children)

Python allows non-programmers program, hence its popularity. I personally don't like Python, but I can tolerate it, and I even sometimes use it when I need a very quick solution (automation, quick data analysis, etc.). I once had to maintain a large and complex backend written in (untyped) Python, and it was a nightmare. Deno surely solves those problems. To each their own. We can't expect everyone to be competent, can we? πŸ€·β€β™‚οΈ

Oof yeah I have at least been allowed to use static type hints in the Python at my current job. They still don't get it, but at least it's not like my previous job where they literally banned them. πŸ€¦πŸ»β€β™‚οΈ

That company did not survive.