Live data from Hacker News

Viewing profile — mattroelle

mattroelle

HN member
Joined
Fri, Apr 08, 2022, 11:02 PM UTC
HN karma
208
Public activity
11 items

About mattroelle

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31032797

    The primary maintainer of Fennel, Phil Hagelberg, has put together some brief instructions on how to get Fennel running inside of Powder Toy for you :) https://p.hagelb.org/hello-p…

  3. comment
    Comment #31032701

    Yup, same author! Although to my knowledge Calvin has mostly stepped away from the Fennel project at this point. It is primarily maintained by the same dev that made Clojure's Lein…

  4. comment
    Comment #31032224

    If you're interested in discussing further, there is a growing community that hangs out on #fennel on the Libera Chat IRC server. You can connect via matrix chat using https://matr…

  5. comment
    Comment #31032065

    Yeah, my experience is limited mostly to web dev, via OpenResty, and game dev, via love2d. The Lua libraries in these areas are very well maintained. That said 90% of the time libr…

  6. comment
    Comment #31032033

    I’ll also add that Fennel fixes some of things about Lua most people dislike, like the global variables by default thing. IMO it’s worth checking out even if you didn’t like Lua at…

  7. comment
    Comment #31031659

    Not sure when you used Lua but there is a package manager called LuaRocks now which has some pretty nice packages in it for many purposes. I don't think it'd be too hard to get Lua…

  8. comment
    Comment #31031627

    Hi there! Once you have lua running somewhere you're 90% of the way there. You can do AOT compilation which will output lua code via. fennel -c my-fennel-code.fnl Or you can use th…

  9. story
  10. comment
    Comment #30963629

    Cross platform, portable lisp that compiles to Lua. It's very fast, usable everywhere, and has a large open source ecosystem thanks to the maturity of Lua.

  11. story