/dpt/ - Daily Programming Thread

Cute chovy!

why do you need wasm then? just use js for that

I want to practice and see how it works

Well, the smartest guy on my Linkedin uses these.

Attached: skills.png (597x688, 28K)

idea: haskell, but very impure
map : mut Array Int -> (Int -> Int) -> ()
map xs f =
for mut x in xs
x = f x

I have chosen Lisp as my first language!

Attached: Kurosawa_Ruby_Holding_SICP.jpg (1280x720, 176K)

You might like erlang/elixir if you don't mind dynamic types.
It's still pure but you can easily rebind variables to new values.

Dude... really?

Attached: 1560330687729.png (384x390, 320K)

Go back to work, Rajeesh

>It's still pure but you can easily rebind variables to new values.
what?