Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
holsee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
holsee
1mo ago
I was at a final session of Code Mesh many moons ago in London, beer in hand, Sam + Joe Armstrong on stage banging out beats with Sonic Pi - good times.
2.
▲
by
holsee
3y ago
Thanks for the hard work everyone who contributed to this ecosystem, from someone who just wishes to focus on applying the tech to build shit and solve problems in this space. Been standing on the sholders of much of this for a while now fr
3.
▲
by
holsee
4y ago
I agree, or a nice `with` clause. When strict simplicity is not the ultimately goal dare I say leaning into the monads is the way...
4.
▲
by
holsee
4y ago
I wish they didn't tbh, it makes me sad. Not allowing rebinding does provide a little bit of encouragement towards factoring things better, but I have seen manys a `X1` `X2` in my time :(
5.
▲
by
holsee
4y ago
Sounds like a good old foldl may or may not have brightened up your day (with the "functional style" you mentioned) e.g. Pipeline = fun(Functions, Initial) -> lists:foldl( fun(Function, Acc) -> Function
6.
▲
by
holsee
4y ago
I've run plenty of things in AWS Lamba using Erlang FWIW. https://github.com/alertlogic/erllambda It is interesting in as much as the lambda functions stay hot for a period of time.