Cute chovy!
/dpt/ - Daily Programming Thread
Robert Edwards
Ian Allen
why do you need wasm then? just use js for that
Nathaniel Reed
I want to practice and see how it works
Charles Morris
Well, the smartest guy on my Linkedin uses these.
Easton White
idea: haskell, but very impure
map : mut Array Int -> (Int -> Int) -> ()
map xs f =
for mut x in xs
x = f x
Cameron Flores
I have chosen Lisp as my first language!
William Richardson
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.
Evan Watson
Dude... really?
Mason Martinez
Go back to work, Rajeesh
Zachary King
>It's still pure but you can easily rebind variables to new values.
what?