To all the open source developers who put hours and hours of their lives into a project they built, put it out into the world, and now it sits with approximately zero users.
@JessTheUnstill
I'm working on a programming language, going by the name of #Rocket.
It's supposed to be #Pythonic, but compilable.
Concretely, that means you can modify types, modules, etc. at compile time (e.g. inject another method into a class, replace a method with a wrapped one, create a class dynamically, etc.), but not at runtime.
Still in the early stages, though 