Rosy: Lightweight Brackets and Semicolons for Python.
Rosy is a lightweight python parsing module aimed at removing indentation based formatting entirely. Now, you can use brackets and semicolons in your python code easily and elegantly.
Share your repls and programming experiences
Rosy is a lightweight python parsing module aimed at removing indentation based formatting entirely. Now, you can use brackets and semicolons in your python code easily and elegantly.
Interesting. Can you have any amount of whitespace before/after braces like this?
@theangryepicbanana After, not before. I'ma fix this super soon.
@derulan Ok, cool. I'm not usually into Python stuff, but this is kinda cool.
@theangryepicbanana Wapam it's fixed now!