How much progress have you made since last time? What new ideas have you stumbled upon, what old ideas have you abandoned? What new projects have you started? What are you working on?

Once again, feel free to share anything you’ve been working on, old or new, simple or complex, tiny or huge, whether you want to share and discuss it, or simply brag about it - or just about anything you feel like sharing!

The monthly thread is the place for you to engage /c/programming_languages on things that you might not have wanted to put up a post for - progress, ideas, maybe even a slick new chair you built in your garage. Share your projects and thoughts on others’ ideas, and most importantly, have a great and productive month!

Also see: https://www.reddit.com/r/ProgrammingLanguages/comments/16wm52q/october_2023_monthly_what_are_you_working_on/

  • @[email protected]
    link
    fedilink
    21 year ago

    Got a smart e-nail created using ESPHome and am now working on a touchscreen version. It’s proving to be harder than expected just due to LVGL and ESPHome not playing super nice with one another and an unsupported screen making things a bit more difficult but that’s all I have to figure out, everything else is working as expected

  • Ben Matthews
    link
    fedilink
    11 year ago

    Trying to get going again with my interactive climate model written in scala. Dilemma whether focus more on the GUI, new science, update data, educational version …?
    Consider to expand to ±1000 world regions, try to code their definitions using enums, but what looks neat and readable in scala, turns out inefficient when transpiled using scala.js (in general scala.js just works really well, I’m trying to keep it reacting fast).