Hey Guys,
Since subscribing to Garrys Blog, i saw his post about "LOVE". It is a simple program that lets you compile your love lua files and see what your result is. I really recommend any of you to use it as the LOVE website has turtorials on how to start scripting Lua. Special thanks to garry who got me using this awesome program :)
Tell me what you think,
Adam
LOVE Website: [url]https://love2d.org/[/url]
[highlight](User was banned for this post ("Sorry bud, you failed the test" - garry))[/highlight]
isn't lua interpreted??
It's not a "lua compiler", it's a 2D game framework. It just packs the source code and any assets in a zip with the name ".love" that you can then pack into an exe.
lua is compiled though, at runtime
[QUOTE=raccoon2112;39709118]lua is compiled though, at runtime[/QUOTE]
That would be LuaJIT
[QUOTE=JohnnyOnFlame;39710146]That would be LuaJIT[/QUOTE]
Not really. The standard Lua implementation compiles source into bytecode, which is then interpreted by a VM.
hey guys... shouldn't this be in the programming forums...
I always find it humorous seeing people get banned even when they're being so nice and polite. Does this make me a bad person?
[QUOTE=dax364;39729922]hey guys... shouldn't this be in the programming forums...[/QUOTE]
no, it shouldn't be anywhere
Sorry, you need to Log In to post a reply to this thread.