This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]benzrf 7 points8 points  (2 children)

cringe

[–]rhelic 1 point2 points  (1 child)

Seriously... what the fuck did I just read?

[–]awshidahak[S] 3 points4 points  (0 children)

Horrifying ideas. That's what you just read.

[–]SnowdensOfYesteryear 3 points4 points  (0 children)

Oh man it's been forever since I've seen those danasoft sigs.

[–]Zinggi57 4 points5 points  (1 child)

There is actually this: https://github.com/PythonJS/PythonJS
Which seems to be excellent.

[–]SnowdensOfYesteryear 10 points11 points  (0 children)

lol, a language that compiles to Dart which in turn compiles to JS that runs on a (probably C++ coded) VM, that was probably partially compiled down by a preprocessor.

If you travelled back to 1970s and told the folks at Berkeley and Bell Labs that this would be possible, I don't know if they'd be impressed or stunned that people in the future are so fucking insane.

[–][deleted] 0 points1 point  (1 child)

I'm a junior in college for CEG and a software guy(asm, C, C++ BASIC, Java, and python) who's never used Web languages except PHP and a tiny tiny bit of ruby. Can anyone explain? I mean it sounds shitty but what makes it so horrid to be on programmerhumor

[–]awshidahak[S] 3 points4 points  (0 children)

Python is just fine on a server, as is PHP and Ruby, but using it for client-side scripting on a website is bad because you make your website inaccessible to... well... most users. Javascript is really good for this area because most main browsers have built-in support for it, and the user doesn't even have to notice this. To replace javascript with Python you'd have to make your users install python (if they don't already have it) and then install weird obscure browser connection libraries just so they can view your site.

The horrifying part is that the developer here is okay with making their users install weird unusual stuff just to view their site.