Search found 2 matches

by dcjdcjdcj
Tue Oct 06, 2020 11:39 pm
Forum: Support and Development
Topic: Lua cannot load Love modules
Replies: 4
Views: 4221

Re: Lua cannot load Love modules

So, I found out what the issue was; my emacs config was wrong. I had it invoking Lua (well, a fennel repl) rather than love as an inferior process, and so Lua was failing to load Love. When I ran love as the inferior repl, things started working. There was also some nastiness in my LUA_PATH that I c...
by dcjdcjdcj
Sun Oct 04, 2020 11:23 pm
Forum: Support and Development
Topic: Lua cannot load Love modules
Replies: 4
Views: 4221

Lua cannot load Love modules

I'm trying to learn Love, and I am attempting to use the interactive REPL that is outlined here: https://gitlab.com/alexjgriffith/min-love2d-fennel/-/tree/master When I try to run `love .` in an inferior REPL in emacs, nothing happens. As best I can tell, this is because Lua cannot import the `love....