/conjure-loves-fennel

Doesn't work, just sharing so others can take it and run with it!

Primary LanguageLua

Conjure LÖVEs Fennel

A minimal example of using Conjure to interactively develop a Lua game using Fennel the LÖVE engine.

Requirements

Ensure you have all of the following installed via your system package manager or Neovim plugin manager.

Usage

To begin interacting with the project, simply open game.fnl and get evaluating!

The :ConjureSchool can be used to learn how to evaluate things with Conjure.

Acknowledgements

The stdio.fnl is from alexjgriffith/min-love2d-fennel, I would never have been able to work that part out on my own. It allows the engine to start up, boot a Fennel REPL over stdio and continue running without waiting for the Fennel REPL to exit.