top | item 44227234

(no title)

kweingar | 8 months ago

Why is JS particularly good for agents?

discuss

order

tinrab|8 months ago

I'd say TypeScript is currently the best choice for agents. For one, MCP tooling is really solid, the language itself is easy, fast to develop in, and not esoteric.

odyssey7|8 months ago

The same reason it’s good for web servers. It excels at even-driven applications.

arthurcolle|8 months ago

This is a specious argument. It's event-driven because it has callbacks?

EGreg|8 months ago

Because it integrates great with browsers and people know the language already for node.js and the packages in npm can work for both?

wild_egg|8 months ago

A uniform language and ecosystem has been the siren song of JS for over a decade and I've yet to see it work out in any meaningful way.

Use whatever you like.

kweingar|8 months ago

I was wondering if there was something particular about AI, but that's just the standard reason people give to use JS for anything.