home.social

#fennel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fennel, aggregated by home.social.

  1. Evening two wrapped up for the lisp game jam!!

    Autotiling bugs worked out and the flow field implementation is underway

    #gamedev #lispgamejam #fennel

  2. Evening one of the lisp game jam done!

    Project is setup, and art style is well on its way to being nailed own.

    #lispgamejam #gamedev #fennel #love2d

  3. Its time to jam again!

    @MenacingMecha has put together a template this year to get you started with love2d and fennel along with their custom MFLF library

    codeberg.org/MenacingMecha/mflf

    #lispgamejam #love2d #fennel

  4. My installer for programs that I always forget how to install is now called forgothow codeberg.org/benjamingeer/forg #Linux #macOS #Fennel #Lua

  5. the monthly #fennel group is this Saturday!

    10:00 US Pacific / 17:00 UTC

    come hang out with us online: https://fennel-lang.org/events

  6. Stanley Tucci’s Easy Pasta Is So Good, He Ate 3 Servings in 1 Sitting

    Photo: Getty ImagesCredit: Amelia Manley/Dotdash Meredith There are two things we can always rely on Stanley Tucci for: a stellar acting performance and a delicious pasta recipe. Typically, we’re s…
    #dining #cooking #diet #food #Italiancheese #Cheese #Fennel #Italia #Italian #italiano #italy #pastadish #StanleyTucci
    diningandcooking.com/2576092/s

  7. Stanley Tucci’s Easy Pasta Is So Good, He Ate 3 Servings in 1 Sitting

    Photo: Getty ImagesCredit: Amelia Manley/Dotdash Meredith There are two things we can always rely on Stanley Tucci for: a stellar acting performance and a delicious pasta recipe. Typically, we’re s…
    #dining #cooking #diet #food #Italiancheese #Cheese #Fennel #Italia #Italian #italiano #italy #pastadish #StanleyTucci
    diningandcooking.com/2576092/s

  8. Stanley Tucci’s Easy Pasta Is So Good, He Ate 3 Servings in 1 Sitting

    Photo: Getty ImagesCredit: Amelia Manley/Dotdash Meredith There are two things we can always rely on Stanley Tucci for: a stellar acting performance and a delicious pasta recipe. Typically, we’re s…
    #dining #cooking #diet #food #Italiancheese #Cheese #Fennel #Italia #Italian #italiano #italy #pastadish #StanleyTucci
    diningandcooking.com/2576092/s

  9. the monthly #fennel group is this Saturday!

    10:00 US Pacific / 17:00 UTC

    come hang out with us online: https://fennel-lang.org/events

  10. Just wrapped up some minor updates to the min-love2d-fennel template for the love2d game jam

    1. The template now uses fennel 1.6.1.

    2. set-mode will now only call activate once even if the same mode is entered multiple times. It now also handles enter and leave callbacks, which get called every time.

    3. mode-intro now stores some data in a separate state module, to demonstrate how to reload a module while retaining state.

    codeberg.org/alexjgriffith/min

    #fennel #love

  11. wacoca.com/games/1335622/ 【開催レポート】人口約7,500人の福岡県添田町に延べ2,000人超が来場 ── 旧添田小学校が”みんなの放課後”になった地域活性化eスポーツイベント「SOEDA-LAN」初開催 | FENNEL ##GAMING #ESports #eスポーツ #FENNEL #Game #GameNews #games #GamingNews #ゲーミング #ゲーム #ゲーム攻略 #ゲーム最新情報 #ふぇんねる

  12. Love2d gamejam starts Friday!

    itch.io/jam/love2d-jam-2026

    There are a couple tweaks I'm making to the default searcher and safe wrapper in the minimal love2d fennel setup, to give better tracebacks.

    codeberg.org/alexjgriffith/min

    #fennel #gamedev #love2d

  13. Someone in the love2d discord says there's a #fennel discord, but I see no official listing of one... Hmmm 🤔

  14. Last night I went down the mpd rabbit hole.

    I now have about 25% of its client API implemented in fennel with the only dependency being lua-socket.

    Guess what comes with lua-socket baked in!

    codeberg.org/alexjgriffith/fen

    #love2d #fennel

  15. I had been littering my fennel subprojects with empty .git directories to spoof the emacs project library.

    Turns out you can easily add an extra root marker to check for "flsproject.fnl"!

    paste.alexjgriffith.com/flspro

    #emacs #fennel

  16. I've been doing compatibility testing of my Lua5.4 builds and the official LuaJIT version of love2d across a bunch of projects.

    To make my life easier I've started adding "loveproject.json" files to the root of my projects, which contain information like the location of the love executable intended to be used with the project.

    I've also updated love2d-fennel.el to check for this file to see if there is a custom 'love2d-fennel-program'.

    codeberg.org/alexjgriffith/lov

    #love2d #emacs #fennel

  17. Fennel makes a good configuration file format, especially when the config file might need to contain some logic codeberg.org/benjamingeer/sqls #Fennel #rustlang #lisp

  18. Honestly love fennel. How do YOU cook it? #fennel

  19. So I ended up writing a bunch of install/update scripts in Fennel:

    framagit.org/benjamingeer/inst

    So when I get a notification in my RSS feed reader that there’s a new version of a program, I just run its update script. This doesn’t take care of dependencies, but I’m resisting the temptation to write a package manager. Something tells me the world doesn’t need one more package manager.

    #Fennel #Lisp #Linux #macOS (2/2)

  20. #genuary Day 9: "Crazy automaton"

    Made an explorer for "elementary cellular automata"!

    By moving the mouse, you can change the Wolfram code (which defines, in bits, a table for how to compute a pixel from the previous line).

    This also was the first time I've tried the #fennel language – a Lisp that compiles to Lua! #tic80 has several of these niche little languages built-in! <3

    #genuary2026 #genuary9

  21. #genuary Day 9: "Crazy automaton"

    Made an explorer for "elementary cellular automata"!

    By moving the mouse, you can change the Wolfram code (which defines, in bits, a table for how to compute a pixel from the previous line).

    This also was the first time I've tried the #fennel language – a Lisp that compiles to Lua! #tic80 has several of these niche little languages built-in! <3

    #genuary2026 #genuary9

  22. #genuary Day 9: "Crazy automaton"

    Made an explorer for "elementary cellular automata"!

    By moving the mouse, you can change the Wolfram code (which defines, in bits, a table for how to compute a pixel from the previous line).

    This also was the first time I've tried the #fennel language – a Lisp that compiles to Lua! #tic80 has several of these niche little languages built-in! <3

    #genuary2026 #genuary9

  23. I'm putting together a collection of libraries I've implemented over the years for developing games in love2d with fennel.

    I've pulled out standalone libraries before. But in each I had to embed common data structures and could not rely on other libraries (either my own or third party).

    Complex libraries would live with the game code for each jam, making them difficult to port to new games, or develop/maintain independently.

    /1

    codeberg.org/alexjgriffith/alf

    #gamedev #love2d #fennel

  24. Working on cleaning up some fennel macros over lunch.

    I've been working on some dx macros that give you fennel-ls completion for tables with metatables in fennel.

    Xerool exposes a global variable FENNEL_LS to let you know you are running in the fennel-ls environment. We spoke about using this value to create your own fn and local macros briefly early in 2025. I finally got around to doing it while working on purgo.

    paste.alexjgriffith.com/local-

    #fennel

  25. this is so cool! I ported to #webxdc TIC-80 #fantasy #computer for making, playing and sharing tiny #games

    you can import/export files with add/get commands!

    with this you can create #retro games in #lua, #fennel, #python, #ruby, #javascript etc and play/share them with friends as in-chat apps in #DeltaChat / #ArcaneChat

    I would like to expose the webxdc API to TIC-80 games so they can do networking/multiplayer and send in-chat messages

    #fantasyconsole #console #retrogaming #tic80 #pico8

  26. fauna~otchi takes overall 1st place in the game jam! LET'S GOOOOO

    the previous issues definitely lost fair points in the entertainment section, but damn, I did not expect a clean sweep of two categories

    small jam, only 21 entries, but this is probably the first thing i've won in over 8 years

    im going to be riding this high for a while :>

    #autumnlispgamejam #lispgamejam #fennel #love2d

  27. fauna~otchi takes overall 1st place in the game jam! LET'S GOOOOO

    the previous issues definitely lost fair points in the entertainment section, but damn, I did not expect a clean sweep of two categories

    small jam, only 21 entries, but this is probably the first thing i've won in over 8 years

    im going to be riding this high for a while :>

    #autumnlispgamejam #lispgamejam #fennel #love2d

  28. fauna~otchi takes overall 1st place in the game jam! LET'S GOOOOO

    the previous issues definitely lost fair points in the entertainment section, but damn, I did not expect a clean sweep of two categories

    small jam, only 21 entries, but this is probably the first thing i've won in over 8 years

    im going to be riding this high for a while :>

    #autumnlispgamejam #lispgamejam #fennel #love2d

  29. fauna~otchi takes overall 1st place in the game jam! LET'S GOOOOO

    the previous issues definitely lost fair points in the entertainment section, but damn, I did not expect a clean sweep of two categories

    small jam, only 21 entries, but this is probably the first thing i've won in over 8 years

    im going to be riding this high for a while :>

    #autumnlispgamejam #lispgamejam #fennel #love2d

  30. fauna~otchi takes overall 1st place in the game jam! LET'S GOOOOO

    the previous issues definitely lost fair points in the entertainment section, but damn, I did not expect a clean sweep of two categories

    small jam, only 21 entries, but this is probably the first thing i've won in over 8 years

    im going to be riding this high for a while :>

    #autumnlispgamejam #lispgamejam #fennel #love2d

  31. Got a fennel repl running in a live session of awesome.

    Had to do some troubleshooting to find out why the "message" option to the repl wasn't messaging. Turns out it is a recent addition and I was running on an older version of fennel. Everything works in 1.6

    #awesomewm #fennel

  32. Got a fennel repl running in a live session of awesome.

    Had to do some troubleshooting to find out why the "message" option to the repl wasn't messaging. Turns out it is a recent addition and I was running on an older version of fennel. Everything works in 1.6

    #awesomewm #fennel

  33. Got a fennel repl running in a live session of awesome.

    Had to do some troubleshooting to find out why the "message" option to the repl wasn't messaging. Turns out it is a recent addition and I was running on an older version of fennel. Everything works in 1.6

    #awesomewm #fennel

  34. Got a fennel repl running in a live session of awesome.

    Had to do some troubleshooting to find out why the "message" option to the repl wasn't messaging. Turns out it is a recent addition and I was running on an older version of fennel. Everything works in 1.6

    #awesomewm #fennel

  35. Got a fennel repl running in a live session of awesome.

    Had to do some troubleshooting to find out why the "message" option to the repl wasn't messaging. Turns out it is a recent addition and I was running on an older version of fennel. Everything works in 1.6

    #awesomewm #fennel

  36. Finishing up jam entry, added a Y2ROLL easter egg as one of the evolutions

    #gamedev #love2d #fennel #lispgamejam

  37. 【爆笑回】全ての責任を押し付けられそうなうる~かをみて ニヤケ続けるみっちーww【LTK2/SHAKA/Zerost/kamito/うるか/神楽めあ/mittiii】 playing-games.com/825599/ #FENNEL #games #gaming #GamingTrending #mittiii #TrendingGames #VALORANT #ゲーム #ゲーム攻略 #ゲーム最新情報 #バロラント #みっちー