Hacker News
- Py2wasm – A Python to WASM Compiler https://wasmer.io/posts/py2wasm-a-python-to-wasm-compiler 49 comments
- Compiling Pattern Matching https://compiler.club/compiling-pattern-matching/ 17 comments
- Clang compiles much slower and bigger Firefox binaries than GCC 8/9 https://hubicka.blogspot.com/2018/12/even-more-fun-with-building-and.html 3 comments
- The Dangers of Super Smart Compilers http://hacksoflife.blogspot.com/2015/12/the-dangers-of-super-smart-compilers.html 52 comments
- Elm: a functional reactive programming language that compiles to JavaScript http://elm-lang.org/ 50 comments
Lobsters
- Speeding up the Sixty compiler https://ollef.github.io/blog/posts/speeding-up-sixty.html 2 comments compilers , haskell
- Compile-time DI vs. Run-time DI https://dimes.github.io/blog/compile-time-di-vs-run-time-di 28 comments golang
- I'm a compiled-language-noob and I'm considering Rust. I did my research, but some things I just do not understand https://www.reddit.com/r/rust/comments/79oq6n/im_a_compiledlanguagenoob_and_im_considering_rust/ 79 comments rust
- [PDF] Selfie and the Basics: a tiny self-compiling C compiler, self-executing MIPS emulator, and self-hosting MIPS hypervisor all implemented in a single, self-contained file http://www.cs.uni-salzburg.at/~ck/content/publications/conferences/onward17-selfie.pdf 17 comments programming
- C++ Calculation at compile-time with help of constant expression http://binary-studio.com/2015/09/18/calculation-at-compile-time-by-help-of-constant-expression/ 7 comments cpp
- Brainfuck compiler written in Rust https://github.com/Aityz/Brainfork 7 comments rust
- Unable to compile using cross compilation crate https://github.com/bytebeamio/uplink/tree/c40304bee6284dc168fbfd2846873f0bdcfed392 4 comments rust
- How to speed up the Rust compiler in July 2022 https://nnethercote.github.io/2022/07/20/how-to-speed-up-the-rust-compiler-in-july-2022.html 81 comments rust
- I wrote a compilation of CLI tools I've been using for 2+ years. One of my first blog posts! https://abhijithota.me/posts/cli-tools/ 32 comments commandline
- Compile time evaluation in Nim, Zig, Rust and C++ https://castillodel.github.io/compile-time-evaluation/ 18 comments zig
- Internal compiler error with coroutines https://godbolt.org/z/96Tjsan4q 4 comments gcc
- MoonPlus: Moonscript compiler written in C++ https://github.com/pigpigyyy/moonplus 3 comments lua
- How to speed up the Rust compiler one last time in 2019 https://blog.mozilla.org/nnethercote/2019/12/11/how-to-speed-up-the-rust-compiler-one-last-time-in-2019/ 54 comments rust
- How to check generated code by compiler like SharpLab https://www.reddit.com/r/csharp/comments/cwpr02/how_to_check_generated_code_by_compiler_like/ 7 comments csharp
- Should ghc allow additional -O optimizations which increase compile time for the benefit of reduced runtime? https://www.reddit.com/r/haskell/comments/cw7x2s/should_ghc_allow_additional_o_optimizations_which/ 21 comments haskell
- Appropriate CA bundle for OpenSSL 1.1 when compiled from source https://www.reddit.com/r/crypto/comments/cvetvp/appropriate_ca_bundle_for_openssl_11_when/ 9 comments crypto
- The CompCert project puts forward a radical, mathematically-grounded solution to the miscompilation problem: the formal, tool-assisted verification of the compiler itself. http://compcert.inria.fr/motivations.html 57 comments programming
- Pau Gasol yelling compilation. https://streamable.com/pzp0y 9 comments nba
- Some modern computer programming languages compile into an intermediate language that is common among multiple languages (C#, VB.Net, Java). Could the same be done for human language instead of trying to convert directly from language to language? https://www.reddit.com/r/askscience/comments/8vryzu/some_modern_computer_programming_languages/ 12 comments askscience
- A C++ Hello World And A Glass Of Wine, Oh My ! - Cross compiling with the MSVC toolchain under Wine. https://hackernoon.com/a-c-hello-world-and-a-glass-of-wine-oh-my-263434c0b8ad 18 comments cpp
- [MIPS32] Assembly/machine code generated by a crappy compiler? https://www.reddit.com/r/asm/comments/6nvl4p/mips32_assemblymachine_code_generated_by_a_crappy/ 6 comments asm
- "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
- Andrés Iniesta surrounded by players pictures compilation http://iniestarodeado.com/ 12 comments soccer
- Compiling Rust to JS on Windows results in linking error. https://users.rust-lang.org/t/compiling-to-the-web-with-rust-and-emscripten/7627 7 comments rust
- Which course would you recommend for general modern software competency: Compilers or Data Science? https://www.reddit.com/r/cscareerquestions/comments/4hw3br/which_course_would_you_recommend_for_general/ 6 comments cscareerquestions
- Crystal - Ruby-Inspired Compiled Language http://crystal-lang.org/2015/03/04/crystal-0.6.1-released.html 52 comments programming
- tré – metamorphic Lisp compiler – compiles itself to C, JavaScript and bytecode. Can also generate PHP. https://github.com/svenmichaelklose/tre 14 comments lisp
- Gnuplot 4.6.1 compiled to JS with Emscripten http://gnuplot.respawned.com/ 12 comments programming
- The Blade C# to JS compiler (transpiler?) is finally easily installable for both VS2010 and VS2012! Next target: SharpDevelop https://github.com/vannatech/blade/tree/nsis_installer/release/latest 4 comments csharp
- C compiling question - works with no errors on codepad but gives warning on gcc http://codepad.org/M04dEYNr 5 comments learnprogramming
- "Compilin!" How to Compile the Linux Kernel. http://www.linux.com/learn/tutorials/362602-how-to-compile-the-linux-kernel 3 comments linux
- KDE Software Compilation 4.5 RC3 Released, Final Version Will Be Available Next Week http://kde.org/announcements/announce-4.5-rc3.php 7 comments linux
- Compilers sub-reddit http://www.reddit.com/r/compilers/ 7 comments coding
- Just-too-late compilation [Étoilé] http://etoileos.com/news/archive/2009/07/23/2218/ 9 comments programming
- Writing a compiler for Python - 12 Courses with solutions http://ece-www.colorado.edu/~siek/ecen4553/ 22 comments programming