Live data from Hacker News

JavaScript: Tightening the Loop – Embed Applications in Medium Posts

hackernoon.com

1–3 of 3 posts

Re: JavaScript: Tightening the Loop – Embed Applications in Medium Posts

#3
> "In my last post What excites me about JS in 2017 I wrote about the unique advantage JavaScript has among programming languages. It is the only language you can evaluate a library, component or framework running without having to download, compile and build it."

I suggest that this is equally applicable to Python. Most JS libraries require an installation of npm to follow their Getting Started page. On the other side of the coin, there are multiple "Python in the browser" projects out there.