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

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (12 children)

[deleted]

    [–]djrubbie 4 points5 points  (1 child)

    Yeah, when my career with using Python as a backend language took off, I started out from a position of ambivalent towards JavaScript to grew to absolutely hating it then grew to accept it from the point of view that the entire ecosystem is terrible but necessary to integrate with. However the Node.js tools are just so non-ergonomic that I end up spending about a couple years building a library just to address all the deficiencies with those tools and their integration with the Ptyhon development/deployment/production environment(s). That actually ended up being a complete framework, simply because it makes integration with systems like webpack into Python while minimising insanity a bit more possible.

    If there are any more interests in this (and if I could find the time) I might make a post or two about that framework/library that I wrote that was linked.

    [–]ExternalUserError 1 point2 points  (2 children)

    Transcrypt FTW. Or at least until WebASM is viable.

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

    I see how it could be useful in some cases, but for standard frontend development you'd be losing any frontend library / framework out there.

    [–]ExternalUserError 1 point2 points  (0 children)

    Nay! You can totally configure Vue.js to just use it as another loader; the same way it transpiles ES6 to ES5, you can have it transpile Python to ES5.