/dpt/ - Daily Programming Thread

prev
What are you working on Any Forums?

Attached: file.gif (400x298, 684.62K)

Other urls found in this thread:

github.com/axcore/tartube
twitter.com/SFWRedditImages

working on getting a gf

Yet another Any Forums project that'll never be complete. I'll make the logo.

ive been working on this project for 25 years

Attached: 34792384732.png (935x826, 605.05K)

woah, thats a loong project, can we see your progress?

ganbare tap-chan!

GHC built in support for wasm and js SOONish

Working on making a ytdlp client for my family to use. They don't like non free software, are believers of Stallman philosophy

Assuming you're serious how does it compare to tartube?
github.com/axcore/tartube
Very feature rich and configurable and even has built in library management, also GPLv3

euler questions

I’m getting filtered so hard by Haskell. Idk why I have to take this course but I pray I don’t fail

why not post what you are struggling with

user in need of help here!
i got hired as a fixer programmer, is a pain in the ass. i can barely make new projects because i'm almost always having to fix the code that left the previous programmer.
in some problems he made a 10k lines javascript file for the logistic dashboard

Damn programming is so easy to forget.

Gopher > Crab

its my 3rd year in CS and im doing good with all my courses but idk how to put my skills to use
most programming jobs i see on the internet require shit i dont know
how do i break free from this bubble

Just say the old code is shit and tell management it'd be faster to rewrite (regardless of whether it actually is faster), then delete everything and do what you want. I did that on like the second or third day of my current job and I'm senior dev now, kek.

Attached: 1642540184369.png (698x373, 42.35K)

I honestly don’t know what I need help with. Maybe I’m just not studying syntax and functions thoroughly enough to get a better idea of the language but even doing something simple like creating a merge sort or a tree in Haskell has been a pain for me, even tho I can do it with little trouble in C++

>borrow checker that specifically ignores goroutines that run out of scope
How horrifying.

Keep up with related tech news, read the docs, consoom APIs, get involved & contribute.

>Haskell lists are implemented as linked lists
>Haskell strings are lists of characters
>A string with a thousand of characters have a thousand of pointers
Grim