Here's 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.

Thank you for putting labor into the world to try and help others, even if it's never been recognized.

Brag about your project here if you'd like!

Edit: if you saw this earlier, come back and check out all the cool projects people have shown off since!

@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 

@oots @JessTheUnstill if it would allow to use curly braces alternatively to indentation, I would love that. 😁

@gunstick @JessTheUnstill
What's wrong with using indentation for curly braces? (Normally) you're doing indentation anyway, what do you need the braces for?

Plus, curly braces can be a pain to type (at least with some keyboard layouts)...

@oots @JessTheUnstill ypu can't easily copy paste pieces of code.
You always need to adjust the indentation.