How to make pypy work on macOS Big Sur
Recently, I ran into a couple of situations where I knew that having a faster python interpreter (say, pypy) could speed up the execution for the python programs drastically.
So, I fired up the terminal and typed in brew install pypy3.
To my surprise...
akashvacher.com6 min read