Ah, 3/14 - “pi day” for those who care enough about math to celebrate it, but don’t care enough about math to be disturbed by the approximation of pi as 3.14.
Ah, 3/14 - “pi day” for those who care enough about math to celebrate it, but don’t care enough about math to be disturbed by the approximation of pi as 3.14.
Don’t even need to read that article, yes, of course I am.
According to Spotify, I only listened to “No Rules” by Windows 95 Man this year. Like, nothing else, that’s it.
Not that I really needed any reminder of how awesome Phoenix LiveView is, but a couple of hours wrestling with SwiftUI really drives the point home. #elixir #elixirlang
It’s snowing in #Boston - time for the annual listen to that one Fleet Foxes song.
The two competing things that come to mind when devs hear functional programming - clean chains of side-effect free data manipulation, or inscrutable syntactic nonsense:
data
|> map()
|> filter()
|> sort()
|> join()
OR
infixr 9 ∘
(∘) :: (b -> c) -> (a -> b) -> (a -> c)
f ∘ g = \x -> f (g x)
Phoenix LiveView is now officially at 1.0.0, though it feels much more mature than that. Give it a try if you want to get off of Mr React’s Wild Ride. #elixir-lang
www.phoenixframework.org/blog/phoenix...
It’s not bad, but I was disappointed that Ernest Hemingway refused to make an endorsement in the presidential race.
Yisss.🔥🔥Latest LiveView RC now supports `{@foo}` style interpolation (like Surface). Not only that, but if you run `mix format`, it will *auto* migrate the syntax. 🔥🔥
#ElixirLang