Post A0XAt5CqXMqkuTdsbQ by newt@niu.moe
 (DIR) More posts by newt@niu.moe
 (DIR) Post #9zdBEYEdvxdrPwS1ho by Aarkon@metalhead.club
       2020-09-28T21:58:37Z
       
       0 likes, 1 repeats
       
       Do I know people who do functional programming at their day jobs (especially #Haskell)?If so: What is your biggest pain with it?
       
 (DIR) Post #9zdBEYOvJjrhvpGEjI by duponin@udongein.xyz
       2020-09-28T22:10:15.830498Z
       
       0 likes, 0 repeats
       
       @Aarkon @newt has done Haskell as day jobs. Once awake you may have answer :-)
       
 (DIR) Post #9zdBJs0tpGjECsYi6C by lanodan@queer.hacktivis.me
       2020-09-28T22:11:14.394604Z
       
       0 likes, 0 repeats
       
       @Aarkon Does Elixir counts? (<troll>of course Haskell comes with pain</troll>)
       
 (DIR) Post #9zdD8BUPmwdB2mv6JM by Aarkon@metalhead.club
       2020-09-28T22:22:42Z
       
       0 likes, 0 repeats
       
       @lanodan Of course!Just to be sure: I'm aware that this is a dynamically typed language, which can be a pain in it's own right, yet that's not on what the question aims. 😉
       
 (DIR) Post #9zdD8BiExXgpjfO8rQ by lanodan@queer.hacktivis.me
       2020-09-28T22:31:31.611203Z
       
       0 likes, 0 repeats
       
       @Aarkon yeah it's not as involved as Haskell is for types but it's still a strongly typed language with types being used into stuff like pattern-matching and structs.I don't think I would mind Haskell kind of types but with a bit more flexibility (like multiple types defined rather than one) into Elixir much.And I don't have much memories of Haskell as it's been few years but awkwardly the syntax was more the issue for me, quite too mathematical, probably would like more words rather than half of the things being symbols.(Pleroma is my Elixir-based job)
       
 (DIR) Post #A0XAt5CqXMqkuTdsbQ by newt@niu.moe
       2020-10-25T22:29:57Z
       
       0 likes, 0 repeats
       
       @duponin @Aarkon lmao you mentioned the wrong account.Having to wake up in the morning is pain. Otherwise it's all cool.
       
 (DIR) Post #A0XB45ePE07xTRmWFE by duponin@udongein.xyz
       2020-10-25T22:32:13.571379Z
       
       0 likes, 0 repeats
       
       @newt @Aarkon damn broken pleroma name suggestion
       
 (DIR) Post #A0XB9TTI5Th2nh9MI4 by lain@lain.com
       2020-10-25T22:33:11.580518Z
       
       2 likes, 0 repeats
       
       @Aarkon elixir. There's no pain.
       
 (DIR) Post #A0YuwnPsoAYX0WMML2 by Aarkon@metalhead.club
       2020-10-26T18:29:05Z
       
       0 likes, 0 repeats
       
       @lain Except for missing types and having to write tests for everything when trying to refractor?
       
 (DIR) Post #A0YuwncI42Trd0AGg4 by lain@lain.com
       2020-10-26T18:41:00.759893Z
       
       0 likes, 0 repeats
       
       @Aarkon i do TDD, i don't mind writing tests
       
 (DIR) Post #A0axdCLFcBDSnQmQXQ by Aarkon@metalhead.club
       2020-10-27T17:45:15Z
       
       1 likes, 0 repeats
       
       @lain I didn't want to sound like I was mocking you, glad you weren't offended. 🙂I started out programming with dynamically typed languages but over time grew quite fond with strong type systems like the ones of Rust and Haskell, so I think I'd miss something when working with Elixir. Might try it out though some time! 👍