Compilers as Teachers
We like to stress that Rust takes its commitment to developer friendliness very seriously, and that the Rust compiler considers confusing error messages a bug.
https://ferrous-systems.com/blog/compilers-as-teachers/
@DevMisc
#rust #compiler
We like to stress that Rust takes its commitment to developer friendliness very seriously, and that the Rust compiler considers confusing error messages a bug.
https://ferrous-systems.com/blog/compilers-as-teachers/
@DevMisc
#rust #compiler
What Is Fast-Math?
https://pspdfkit.com/blog/2021/understanding-fast-math/
@DevMisc
#c #compiler #lowlevel
-ffast-math
is a compiler flag that enables a set of aggressive floating-point optimizations.https://pspdfkit.com/blog/2021/understanding-fast-math/
@DevMisc
#c #compiler #lowlevel
Do Developers Read Compiler Error Messages? [pdf]
https://static.barik.net/barik/publications/icse2017/PID4655707.pdf
@DevMisc
#compiler #extra
https://static.barik.net/barik/publications/icse2017/PID4655707.pdf
@DevMisc
#compiler #extra
Beginners Guide to Linkers
What does
https://www.lurklurk.org/linkers/linkers.html
@DevMisc
#linker #compiler #learn
What does
collect2: ld returned 1 exit status
mean? 🤔https://www.lurklurk.org/linkers/linkers.html
@DevMisc
#linker #compiler #learn
🤔2
A toy programming language in 137 lines of Python code
https://blog.miguelgrinberg.com/post/building-a-toy-programming-language-in-python
@DevMisc
#compiler #learn #python
https://blog.miguelgrinberg.com/post/building-a-toy-programming-language-in-python
@DevMisc
#compiler #learn #python
🐳1