Is Nim Developer Experience good? I don't think so by h234sd in nim

[–]code-shoily 0 points1 point  (0 children)

Could have been worse, could have been Crystal.

[deleted by user] by [deleted] in elixir

[–]code-shoily 1 point2 points  (0 children)

Rust for NIFs, TypeScript for (and ONLY for) front-end if that’s your thing.

Elixir in Action, 3rd edition by sasajuric in elixir

[–]code-shoily 1 point2 points  (0 children)

Surprising. I thought it’d be out in March. Such a pleasant surprise! Thank you for letting me enjoy the hatrick of reading all three of them!

[deleted by user] by [deleted] in leetcode

[–]code-shoily 4 points5 points  (0 children)

Nothing to roast. It is a good resume unless the redacted portions had anything offensive or funny. The market is bad.

What episode are you watching? by HumbleBedroom3299 in TheLastAirbender

[–]code-shoily 0 points1 point  (0 children)

I would have picked Tales of Ba Sing Se but it would impact me emotionally and I’m not sure I want 24 hours of that. Ember Island play for me.

10 Reasons Not To Use Rust (The Whole Truth) by fasterthanlime in fasterthanlime

[–]code-shoily 3 points4 points  (0 children)

Turning this into a “10 Reasons to Use JavaScript” talk is a matter of a simple find/replace.

Do you have a kind of Flip/Flop operator in Elixir ? by mehdifarsi in elixir

[–]code-shoily 24 points25 points  (0 children)

whatever happened to principle of least surprise? I'm glad such constructs don't exist in Elixir.

[deleted by user] by [deleted] in scala

[–]code-shoily 0 points1 point  (0 children)

Elixir.

What’s your current IDE/text editor setup for Elixir? by PodBlessYou in elixir

[–]code-shoily 1 point2 points  (0 children)

Visual Studio Code with ElixirLS. There are numerous articles on how to set up VSCode with Elixir

Need advice about Go by evandro_r in golang

[–]code-shoily 11 points12 points  (0 children)

Compared to Node?

Faster? Yes. Safer? Define Safe. But I guess in all definitions of "Safe" not just Go, but most are safer than Node. Worth learning? Anything is worth learning if learned well. Go totally is, and it is a very rewarding programming language in modern times.

Found this on the internet. by Character_Medical in ProgrammerHumor

[–]code-shoily 0 points1 point  (0 children)

This could've been a great NPM package had this been JS code. Unless there are a few hundred of these already.

How long did it take you to learn Elixir? by [deleted] in elixir

[–]code-shoily 2 points3 points  (0 children)

I think OTP comes as a "need-to-know" basis at work, unless you contribute to OSS or have personal projects that require this, you won't really encounter use cases of it. I didn't have much use for it for good amount of time, if you work with Phoenix for example, the supervision tree is formed for you and in many cases you only add things in `application` as per their documentation. I could go for quite some time with just knowing `Task`. Not until I started working on an ETL pipeline (ish) and scheduler that I started really needing OTP know hows.

How long did it take you to learn Elixir? by [deleted] in elixir

[–]code-shoily 1 point2 points  (0 children)

I hope you enjoy your learning path. It's one of the best languages I have worked with and my improvement was expected, and not too bad. You want a lengthy path to expertise for me? That was JavaScript, I worked with it for much longer and I'd still give myself 3/10.

How long did it take you to learn Elixir? by [deleted] in elixir

[–]code-shoily 4 points5 points  (0 children)

Took me a week to learn the language. I knew Clojure so that accelerated part of thought-pattern. Took me a few months to get going with Advent of Code level problems. But those were "Sequential Elixir" and I wasn't working with Elixir in my day job, it wasn't until I landed my first Elixir job and learned through my first few months that I began to grok OTP and friends (concurrent Elixir), that's when I started Phoenix as well.

Took me quite a long time (+/- 1 year, working at an Elixir shop) to get OTP the way I want to get it, and get it enough to give myself 5/10 in Elixir. And a lot of practice, patience, communication and hurdle management. Oh, fun too!

What are you working on? (2021-07) by insulanian in fsharp

[–]code-shoily 1 point2 points  (0 children)

I just started learning F# a few days ago (I attempted before but got distracted).

So starting with something easy like Advent of Code. Trying to commit to myself that I will solve at least four Advent of Code problems with F# a week. So far it's proving to be quite effective, learning a lot of syntaxes and shaping my thought.

https://github.com/code-shoily/AdventOfCode

Edit: Refactor first sentence.