Email or username:

Password:

Forgot your password?
11 posts total
Deno

It's done. Now it’s your turn, Oracle.

We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.

Oracle has until January 4th to respond, or the case will go into default, which will result in the trademark being canceled.

It's time to #FreeJavaScript.

deno.com/blog/deno-v-oracle

#deno #node #javascript #typescript #webdev

Bill Zaumen

@deno_land Oddly, JavaScript was first developed by Netscape, using more or less a subset of Java's syntax, which itself was based on C syntax (most of Sun Microsystem's software was written in C, so copying parts of its syntax for Java made a lot of sense - it made life easier for programmers using both). Netscape failed and there were a series of business deals, acquisitions, etc., which is why Oracle has any claim to a JavaScript trademark at all.

Powersource

@deno_land "could finally drop the cumbersome “ECMAScript” moniker and be known simply as the “JavaScript Specification.”"

Omg of course oracle turns out to be the villain, again

Deno

Deno 2.1 is out 🎉️
✈️️ first class Wasm support
🌳️ Long Term Support branch
⭐️ Improved dependency management
and much more!

deno.com/blog/v2.1

#deno #node #javascript #nodejs #typescript #webdev #npm #wasm

Show previous comments
Stig Nygaard

@deno_land
And Deno Deploy?

Console logging

`Deno ${Deno.version.deno} (${navigator.userAgent.toLowerCase()})`

still writes just

"Deno (deno/1.46.3)"

JKB

@deno_land "Deno v2.1 is the first LTS release of Deno. The v2.1 branch will receive important bug fixes and performance improvements for the next six months."

Long-term.

Deno

4 years after Deno 1.0, the next generation of JavaScript is ready for production at scale.

Deno 2 is out today
🐢 Fully backwards compatible with Node and npm
📦 Package management and node_modules and package.json
📅 Long term support

deno.com/2

#deno #node #javascript #typescript #webdevelopment

Deno

Deno 2 Release Candidate has dropped:

‣ Add `process` global variable, remove `window`
‣ Improve dep management
‣ Permission system updates
‣ Many stabilizations
‣ Better CommonJS support
‣ Test documentation with `deno test --doc`

deno.com/blog/v2.0-release-can

#deno #node #javascript #typescript #webdevelopment

David Bushell

@deno_land I guess there are no plans to fix importing from source, and broken local development, with the new JSR/deno.json package stuff prior to Deno 2.0? seems a glaring oversight to me

[1] github.com/jsr-io/jsr/issues/1

[2] dbushell.com/2024/08/09/jsr-an

I don't understand why Deno didn't just go full adoption of package.json and copy Node, it's objectively superior.

Show previous comments
Angelo Verlain

@deno_land am I the only one that doesn’t see any issue with this?

From the page:

> Unlike typical trademark holders who protect their trademarks by extracting licensing fees or enforcing usage restrictions, Oracle has allowed the JavaScript name to be used by anyone.

Doesn’t that mean you should just ignore the trademark? Imagine the confusion that would arise if a random third party created "Javascript Conf".

Deno

Deno 1.46 is not only the last 1.x release, but also one of the biggest:
- Simpler CLI
- Multi-threaded web servers
- HTML, CSS, YAML support in `deno fmt`
- Better Node/npm compat (support for playwright, google-cloud, etc.)
and much more 👇️

deno.com/blog/v1.46

#deno #javascript #typescript #node #npm

Deno

std/cli, tools for building interactive command line tools, is now stabilized at v1 on JSR

jsr.io/@std/cli

#jsr #deno #node #typescript #javascript #webdevelopment

Deno

#Deno 1.39 is released!

- WebGPU support
- New deno coverage reporters
- Deno and Web API updates
- deno compile enhancements
- Standard Library additions
- Enhanced Language Server
- As always, improving Node.js compatibility

Read more:
deno.com/blog/v1.39

Deno

#Deno Subhosting, the easiest and most secure way to run untrusted multi-tenant code, now has self-service options and a free tier:

deno.com/blog/subhosting

Alex Gleason
@deno_land What I actually want is for you to give me the source code to Deno Deploy, because I don't trust that you won't censor my users.
Go Up