Hacker News
- Python: Writing a Compiler and Interpreter in 160 lines of code http://www.jroller.com/languages/entry/python_writing_a_compiler_and 8 comments
Lobsters
- Is Python interpreted or compiled? Yes. https://nedbatchelder.com/blog/201803/is_python_interpreted_or_compiled_yes.html 4 comments compilers , python
- D. Beazley's Rust compiled WASM interpreter in Python https://www.youtube.com/watch?v=r-A78RgMhZU 11 comments rust
- Do Python IDEs compile or interpret Python code? https://www.reddit.com/r/learnprogramming/comments/6wvddi/do_python_ides_compile_or_interpret_python_code/ 4 comments learnprogramming
- berp: an implementation of Python 3, now in AUR (compiler and interpreter) http://archhaskell.wordpress.com/2010/08/13/berp-an-implementation-of-python-3-now-in-aur-compiler-and-interpreter/ 8 comments haskell
- berp: an implementation of Python 3, now in AUR (compiler and interpreter) http://archhaskell.wordpress.com/2010/08/13/berp-an-implementation-of-python-3-now-in-aur-compiler-and-interpreter/ 3 comments archlinux
- @andy_kelley: "[T]he screenshot shows Zig compiling an executable from scratch and running it faster than Python can interpret the file on the right." https://twitter.com/andy_kelley/status/1483677253682675713 10 comments zig
- Online Compiler / Interpreter For C, C++, PHP, Perl, Ruby, Python etc. - Codepad.org http://blog.arpitnext.com/2009/08/codepad-online-compiler-interpreter-run.html 7 comments programming