General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Okie
Fireship
comments
Comments by "Okie" (@okie9025) on "Elixir in 100 Seconds" video.
@AdrianHBlack the first example I saw of using pipes to operate on strings (i.e. "Elixir" |> String.upcase() |> String.split()) would be a lot more concise in OOP languages ("Elixir".upcase().split())
16
I thought how verbose functional languages like Elixir are and how easy it would be to implement things like this in JS
6