Hacker News
- Compiling Python Code http://effbot.org/zone/python-compile.htm 7 comments
- Adobe Flash to cross-compile code from C, C++, Java, Python, and Ruby to ActionScript http://www.thestandard.com/news/2008/02/26/adobe-extending-flash-platform 26 comments
- Using the Cython Compiler to write fast Python code http://www.behnel.de/cython200910/talk.html 47 comments
- Python: Writing a Compiler and Interpreter in 160 lines of code http://www.jroller.com/languages/entry/python_writing_a_compiler_and 8 comments
- Unladen Swallow can now compile all Python code to native code using LLVM http://code.google.com/p/unladen-swallow/wiki/Release2009Q2 21 comments
- Omyyyy/pycom: A Python compiler, down to native code, using C++ https://github.com/Omyyyy/pycom 32 comments
- Numba: a JIT compiler for Python that works best on code that uses NumPy https://numba.pydata.org/numba-doc/dev/user/5minguide.html 9 comments
- Numba - JIT specializing compiler for annotated Python and NumPy code to LLVM http://numba.pydata.org/ 8 comments
Lobsters
- Smaller Docker images for Python applications with compiled code https://pythonspeed.com/articles/smaller-python-docker-images/ 5 comments python
- I'm having trouble with compiling Python code. http://roguebasin.roguelikedevelopment.org/index.php/Complete_Roguelike_Tutorial,_using_python%2Blibtcod 8 comments learnprogramming
- Python module that turns your source code into a compileable snake wrapped around a sword. https://github.com/kharland/serpent 12 comments programming
- Complete compiler in Python targeting ARM in under 1000 lines of code https://github.com/keleshev/compiling-to-assembly-from-scratch/blob/494f0f42a9e8b323b4fb06aaaa71bc2d25830af2/contrib/python/compiler.py#L721-L834 16 comments compilers
- 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
- Made a cli for compiling python code snippets with test-cases embedded. https://github.com/kaushik94/alex 6 comments programming
- I made a Python Compiler with code autocomplete and instant compilation https://goonlinetools.com/python-compiler/?promo=true 3 comments programming
- Using Jython and GCJ to compile Python to machine code http://www.pygame.org 10 comments learnprogramming
- Unalden Swallow (Python branch) reaches Quarter 2 milestone, can now compile all Python code to native code using LLVM http://code.google.com/p/unladen-swallow/wiki/release2009q2 152 comments programming
- Pyjamas 0.8 released; write GUI code in Python, compile to desktop app OR javascript AJAX app! http://sourceforge.net/projects/pyjamas/files/pyjamas/0.8/ 17 comments programming
- Wait, what? berp: an implementation of Python 3... that compiles Python to Haskell, and runs native code on the GHC runtime http://hackage.haskell.org/package/berp-0.0.1 18 comments coding
- Wait, what? berp: an implementation of Python 3... that compiles Python to Haskell, and runs native code on the GHC runtime http://hackage.haskell.org/package/berp-0.0.1 17 comments haskell
- Wait, what? berp: an implementation of Python 3... that compiles Python to Haskell, and runs native code on the GHC runtime http://hackage.haskell.org/package/berp-0.0.1 45 comments programming
- Slides and code for the talk "Python already has a frontend for your compiler". With examples of Datalog and Wasm compilers in <100 lines. https://github.com/true-grue/python-dsls 2 comments compilers
- I made a python bot that can compile source code in reddit comments, and would like some help with testing and feedback. https://github.com/renfredxh/compilebot 91 comments learnprogramming
- From Python to native code: Just-in-time compilation with Parakeet http://www.phi-node.com/2013/01/a-transformative-journey-from-python-to.html 8 comments programming
- I created a python script that takes your Java Applet code and runs the Applet directly without compiling and placing in HTML files https://pypi.org/project/appletrun/ 12 comments java
- Nim, the new-sprung PL: simple syntax similar to Python, compiler emits optimized C code http://arict.net/2017/02/12/nimthe-newsprung-pl/ 30 comments programming
- ct_python!, a Rust macro to execute Python code at compile time and to insert the outputs as Rust code back into your Rust program, by Mara Bos https://twitter.com/m_ou_se/status/1268469932544733186 54 comments rust
- Pure Python Compiler Infrastructure - yes, easily hack on advanced compiler components from lexer down to code generation in Python! https://github.com/windelbouwman/ppci-mirror 3 comments compilers
- "Nim, the new-sprung PL: simple syntax similar to Python, compiler emits optimized C code" (Feb 12) (x-post from /r/programming) http://arict.net/2017/02/12/nimthe-newsprung-pl/ 8 comments nim
- copperhead released! Copperhead is a library to dynamically compiled decorated python function into executable CUDA code. Project Hosting on Google Code http://code.google.com/p/copperhead/source/browse/#hg%3Fstate%3Dclosed 5 comments programming
- AI Code Translator: Translate source code from languages like C++, Python, and C# to Delphi using ChatGPT. Comes with the ability to verify Delphi and C++ code by compiling it and then reporting errors back to ChatGPT. https://github.com/FMXExpress/AI-Code-Translator 12 comments delphi