Live data from Hacker News

Viewing profile — hayleighdotdev

hayleighdotdev

HN member
Joined
Wed, Nov 08, 2023, 8:41 AM UTC
HN karma
72
Public activity
15 items

About hayleighdotdev

No profile information was provided.

Recent public activity

  1. comment
    Comment #46613909

    > Honestly, and I realize that this might get me a bit of flack here and that’s obviously fine, but I find type systems start losing utility with distributed applications. Ultimate…

  2. comment
    Comment #46613757

    > Gleam doesn’t have access to most of the Erlang / Elixir ecosystem out of the box. Gleam has access to the entire ecosystem out of the box, because all languages on the BEAM inte…

  3. comment
    Comment #45642122

    > Perhaps this is a packaging issue on my system though. Gleam is only officially distributed via the releases on GitHub [1] so if you pick up Gleam from a package manager that's a…

  4. comment
    Comment #43319595

    No lifetimes, absolutely no plans to add anything similar. We’re nothing like rust!

  5. comment
    Comment #43310220

    They're kind of solving different problems. It's a bit like TypeScript vs Elm or PureScript: one is a type system overlaid onto an existing language with its own rich ecosystem and…

  6. comment
    Comment #43309306

    hello fellow print debugging enjoyer, rejoice!

  7. comment
    Comment #42764089

    Lustre (hi, author here) has isomorphic components so you can render components both on the client or as realtime LiveView-esque things on the server, which I think is what the com…

  8. comment
    Comment #42756317

    I think the author might have a debug build enabled. If you open the console you can see timing information logged. Loading the introduction page of the docs [0] logs... [Debug] Ho…

  9. comment
    Comment #42176359

    The variant inference in this release is a feature I wish more functional languages had. You know what variant something inside this pattern match branch is, compiler, I just prove…

  10. comment
    Comment #41141212

    Most folks are using Gleam to do full stack Web stuff. Because Gleam compiles to both Erlang and JavaScript it ends up being a pretty nice experience.

  11. comment
    Comment #41141019

    "This is my favourite release!" - person who contributed heavily to the release :3

  12. comment
    Comment #40644788

    Author of Lustre here! Yeah I agree, lack of a robust headless component library like radix-ui or react-aria is such a mark against Elm. I think it's even more important for Lustre…

  13. comment
    Comment #40499956

    > Is it fair to call Gleam an Erlang with modern syntax and a HM type system? Kinda. There's a fair amount similar but things like message passing are implemented as a library in g…

  14. comment
    Comment #40499773

    Hey there, I maintain a library a called lustre [0] that does similar things to liveview. The linked docs are the API reference, but there's not currently a guide or a robust examp…

  15. comment
    Comment #38188066

    Gleam doesn't have auto currying! Often folks find this (currying) a bit confusing to wrap their head around when learning functional programming and we don't feel like it really a…