• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Technically I think python already has an intermediate step that it uses before it starts running a script that compiles it into a lower-ish language (at least the cpython interpreter does this, it probably isn’t a part of the language specification though)

    The actual line between JIT languages and interpreted languages is pretty thin since I think most interpreted languages do something similar to minimize the amount that needs to be done at runtime


  • Screw it. Let’s actually make python script an ISA that gets run on physical hardware with no higher level tooling. Then we can have the python virtual environment which runs this for fools who don’t have the right hardware. Finally, when people start complaining about naming we make Python Script 2.1, which is a JIT language built on top of IL that looks nothing like either of them but can emulate both python and python script with the performance cost of being a quarter as fast as both.




  • I choose to see this question as “If you could magically just make someone a billionaire, who deserves it,” or more specifically “who would actually do good things with the money if they had a billion dollars.”

    As you said, the reason these people aren’t billionaires already is because they haven’t been exploiting others. That being said, there are likely a few people that would use the money to better support a lot of great causes, like the Free Software Foundation, medical research, or climate change action



  • Imo it’s context dependent. Obligatory “I’m only a college student/intern” out of the way.

    Whenever I’m working with a project with multiple languages (e.g. split frontend+backend, different connected services, etc.) operators like that can get blurry when they aren’t consistent between lancuages. Especially when one of those languages doesn’t have runtime type enforcement or has weird boolean behavior (looking at you JS/TS) which can lead to unintended behavior

    If everyone on the project is only working with that language, then your point is probably pretty close to the mark.





  • That’s true, but installing a whole new desktop environment also kind of goes against the whole “ease of use” part. If someone’s going to go to a whole different flavor they might as well just use something like Mint or Mint DE unless they specifically need Ubuntu for a dev environment or program/driver compatibility. That way they can still get the ease of use benefit but without dealing with all of the weird oddities that Ubuntu can introduce.