medusa
medusa copied to clipboard
An attempt at making Python stronger and faster like Medusa herself!
Hello! I would like to ask what is planned for medusa. I am a strong user of Dart, so I was very interested in how this could bring more to...
If you want speed, you should use snapshots to store pre-parsed Dart Code. It's much more efficient, but it does take slightly more space to store it. https://www.dartlang.org/articles/snapshots/
Most python projects even small ones have docstrings. Somehow the parser does not differentiate between docstring and multi-line strings that can be printed. Implementing it in dart maybe a little...