/dpt/ - Daily Programming Thread

What are you working on, Jow Forums?

Previous thread

Attached: 1538143303183.png (1578x1668, 187K)

Other urls found in this thread:

gitlab.com/9898287/termsearch/tree/master
youtube.com/watch?v=xnqTKD8uD64
isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
github.com/DanilaFe/chalk/
github.com/Microsoft/vscode
en.wikipedia.org/wiki/Floating-point_arithmetic
twitter.com/SFWRedditGifs

working on my peer to peer bluetooth network `blech`

>rust almost as slow as PHP
lol

Wrote a compiler for CHIP-8 assembly using Python, since it's only a 35-opcode architecture

Pic related

Attached: 1537905577015.jpg (1201x1201, 294K)

post a screenshot of your code

Attached: scrot.png (3360x2100, 2.26M)

>Wrote a compiler
>Pic related
?

CHIP-8 assembly abstraction on the left

CHIP-8 emulator code showing opcode parsing on the right

Attached: chip8.png (1309x764, 224K)

>69 ms and 110 ms are almost the same

Attached: 1538065062326.jpg (1000x564, 228K)

that could be alot terser if you stored that in a data structure instead of hardcoding it

Rust reigns once again