mypy-playground icon indicating copy to clipboard operation
mypy-playground copied to clipboard

option to run the python code

Open DetachHead opened this issue 3 years ago • 1 comments

i often want to compare mypy's behavior to what happens at runtime, so it would be convenient if i could run the code right from the playground

DetachHead avatar Jul 02 '22 00:07 DetachHead

Thanks for sharing your idea!

On the priority I'm thinking of, please have a look at this comment: https://github.com/ymyzk/mypy-playground/issues/201#issuecomment-1256968701

For running Python's code itself, there are other playgrounds available online. e.g., https://wandbox.org/permlink/GO6vjK4mSNkDNZOF

At this point, I would like to keep focusing on the type checking problem as the direction of mypy Playground. For executing Python's code, we may able to add an integration with the existing playground rather than implementing another one by ourselves.

ymyzk avatar Sep 24 '22 13:09 ymyzk