/dpt/ - Daily Programming Thread

What are you working on, Jow Forums?

Attached: Drunk_Kobayashi_Python.png (640x362, 220K)

for me, it's zig

Attached: move zig.png (4824x1527, 119K)

>tfw no koba-chan gf to teach Nim to

I'm supposed to make an sql thing where I do some shit with the tables but I just remembered that I fucking hate programming.

Trying to understand a very obtuse programming language
template
auto operator=(U&& rhs) noexcept
-> typename enable_if
<
is_same::value,
optional&
>::type
{
ref = rhs.ref;
return *this;
}

writing shit on a nfc tag

just getting into Python to automate some stuff I have to do at work, but damn is that annoying. wanna do A, first you have to download module X, oh you can't install module X, because you need module Y and Z first.. damn.. just give me a complete package, with all the current modules/ libaries in there and let me code!

just code in pajeet language if you're that fucking lazy

Thanks for posting anime pic OP
All Kpop fags must die

Pip should pull all dependencies when you tried to download X.