The Art of Programming
50.1K subscribers
148 photos
2 files
680 links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
Download Telegram
Rust language server hits nightlies

This project allows IDEs and editors to integrate with the rust compiler directly and provides code completion etc.

http://www.jonathanturner.org/2017/04/rls-now-in-nightly.md.html
A Mind Is Born, a 256 byte Commodore 64 demo.

https://linusakesson.net/scene/a-mind-is-born/
Syra's Techbinder
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array Tags: #programming #architecture
@techbinder posted this famous Stackoverflow question that explains in detail what branch prediction is and how you can radically speed up code by knowing about it.
GCC 7 released with:

- experimental support for the full C++17 spec
- improved diagnostics
- improved optimisation
- OpenMP support for NVidia PTX
- support for RISC-V

https://gcc.gnu.org/gcc-7/changes.html