new Haskell "Hello World" just dropped
import Data.Functor.Foldable(ListF(..),hylo)
wo Nil=pure();wo(Cons c k)=k>>putChar c
rl 0=Nil;rl n=Cons(toEnum.fromInteger$n`mod`256)(n`div`256)
d=0x48656c6c6f2c20776f726c64210a::Integer
main=hylo wo rl d
@davepl1968@ID_AA_Carmack Any advice for those in that situation? How do we find each other if you aren't employed at one of the gathering places? Even at a tech meetup the signal/noise ratio isn't great. Does posting on X work? Move to Austin?
@jonathoda Nice, yeah if you say something and don't attract any heat it probably wasn't very interesting. Your voice is important, don't let them take it away from us.
@joelhooks I also rarely write unit tests. I feel they violate the DRY principle. They’re effectively extremely partial implementations of the function. I find keeping each function simple using to-inspired abstractions an effective way to avoid most bugs.
@joelhooks@mykola I do some of that too, but it seems to really bother the people around me when I don’t meet their implicit expectations. Have you found a way to help those around you understand and support you? I find it increasingly difficult to edit as commitments become less malleable.