README.md 675 B

LOVR fennel template

  • an nREPL is running on port 3722, it has it's own locals context, if you have the LOVR callbacks call global fns you can redefine them with the repl
  • For filewatching, use with https://github.com/mcclure/lodr. Start with lovr ../lodr ., changes to .fnl files trigger a reload as well.

TODO dev env wishlist

  • fix repl loop delay
  • fix compile error breaking repl
  • persistant locals in repl
  • require .fnl and reload on save
  • repl in windows (need working windows luasocket for 5.1 lua)
  • hot swap dependency tree on change (use https://github.com/rxi/lume#lumehotswapmodname)