• 2 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: January 26th, 2024

help-circle



  • I’m going to code in Python for my job soon, do you have links on how TF I should manage dependencies? I can’t stand the bloat of virtual environments or Anaconda sorry.

    I need to make myself a stack python but I don’t want to look at this madness. At least Typescript benefits from a high quality ecosystem of frontend tooling with Vite/React/ESLint/ESBuild and it’s getting even better with the new runtimes features :)

    I need to learn about:

    • built-in tools provided by the language (practice on the job and the power of Google & LLMs will help)
    • ecosystem
    • good practices

    Why is their a build system for an interpreted language ? Do you have bundling concerns like in JS or you somehow compile Python code now?


  • That would be quite an amazing era to live in ahaha ! We can the start the work as a community to match the JavaScript Ecosystem by providing high quality primitives for developers. For that to happen developer UX has to improve though :) but I think WASM definitely has some future.

    However to contrast my previous thoughts, I find it pretty sad that people want to move away from JS when we got thing like Bun & Demo 2.0 hitting their prime!

    We got benchmarks, cross-runtime stdlib, better registeries, type safety, enough performance, extendability (with runtime plugins & API). I think were approchaing a TS/JS paradigm that’s pretty impressive I must admit.
















  • I see your point though. It feels like people giving advice on Rust used it 3minutes. It really depends on how trait are structured and often times they are horribly difficult.

    It’s because of the borrow checker complaining. It’s especially hard with Async stuff.

    Rust is good, it’s not perfect for everyone. I wouldn’t recommend for gamedev. You might like C# with native modules in Godot, you can extend it pretty much how you want.

    Less C++ stuff, more fun!

    But yeah that’s a problem, if you want a system programming language it’s hard to get away from C/C++ lol.