I like it. I am learning it now! You can even develop it on android if you are out of home without your laptop, here how i develop on android with termux app.
#start love2d with commandline alias run="am start -a android.intent.action.VIEW -d content://com.mixplorer.file/525!/projects/Love/game.love org.love2d.android/org.love2d.android.GameActivity"
make .love file with command line
$zip -9 game.love *lua
now run it $run