polyenv icon indicating copy to clipboard operation
polyenv copied to clipboard

✨ Run any programming language 🌍

Results 2 polyenv issues
Sort by recently updated
recently updated
newest added

I have tried: ``` echo "let mutable a =1" > 1.f# python3 -m polyenv f# 1.f# ``` but I got ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193,...

It would be nice to have a command to list the available languages and how should one call them, or even have some alias. For example, to run C++, one...

enhancement