#doing a bit more research so I can

1 messages · Page 1 of 1 (latest)

foggy tiger
#

I can't even find the code anywhere on GitHub

#

every package/wheel contains a bunch of JavaScript that gets processed at runtime

#

wow, JavaScript is what all of their packages in other languages are based on too

analog marten
#

lol, I worked on jsii when I was at AWS

#

It's a bit weird, I never really bought into the use of Javascript as the core impl then creating a thing that would run a node.js interpreter and would communicate to it via stdin/stdout, but it definitely worked and made it easier to implement things once and get it for multiple languages.

foggy tiger
#

that's so interesting