The project I get paid to work on takes > ten minutes to install, build, and test from a fresh repo. That's not hyperbole. It's just two built with and . There aren't even any functional !

Ten fucking minutes everytime I switch branches!!

#transpiling #webdev #strugglestack #tests #e2e #jest #nixos #yarn #nextjs #typescript #websites

Last updated 1 year ago

Steven Hilton · @mshiltonj
84 followers · 696 posts · Server universeodon.com

@tomw I think you could (???) write modern, modularized and ship it to the browser now, using to direct the browser to where your module files live. I haven't tried it yet, and the support may be limited, but... maybe that's The Future™.

That may eliminate , but we still have to deal with concatenation. With updated protocols like , maybe multiple simultaneous connections will be less of a problem?

And then ? I dunno man, maybe gzipping on the wire is good enough.

But I feel your pain. I'm hopeful for the future.

Also, I want native loops. I think that's the last thing we need for.

I haven't worked with built-in web components, but that could be the answer to the "always a new framework" problem. But if it was, it prolly would have more uptake by now.

I honestly spend to much time thinking about this.

#es6 #importmaps #transpiling #http3 #minification #JavaScript #programming #webdevelopment #css #preprocessors

Last updated 2 years ago

aegilops :github::microsoft: · @aegilops
71 followers · 264 posts · Server fosstodon.org

@levynoise it's not C++, but Nuitka does translation to C: nuitka.net/

#nuitka #transpiling #python

Last updated 2 years ago

aegilops :github::microsoft: · @aegilops
71 followers · 264 posts · Server fosstodon.org

@levynoise The CoPilot interface in VSCode isn't really set up for translating thousands of lines of code, I don't think.

What's the reason for porting to C/C++, vs a safer language (Rust, Go, nim)?

There's a basic Python to Rust transpiler here: pypi.org/project/python-rs/

You can also incrementally change to Rust with PyO3.

Something like Nuitka can do automatic translation to C, while maintaining the original source.

#python #sourcetosourcetranslation #copilot #nuitka #transpiling #c

Last updated 2 years ago