Md. Almas Ali
Md. Almas Ali
@alessiomaffeis no, like a real language with standard syntax.
Hey, @imnotprofessionalprogrammer checkout https://github.com/radon-project/radon for class support.
Tryout https://github.com/radon-project/radon for more advance features.
It's also conflict with openai module just for the outdated httpx module support. `ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This...
Cool project! 👍🏼 Hope to see this complete quickly. Will tryout.
Nice work. I will also check it soon. It's also a good feature for [Ant Shell](https://github.com/Almas-Ali/Ant-Shell)
Converting this to a proposal. **Radon Enhancement Proposal (REP-6)**
Added `raise` keyword support. #135
Added raisable builtin in `stdlib/radiation` #140 This supports a list of error types.
Also user defined radiation errors are possible. ```radon fun MyError(message=null) -> message raise MyError raise MyError("This is my error") ```