Y
Hacker News
new
|
ask
|
show
|
jobs
by
JourneyJourney
499 days ago
I'm afraid I spent too much time with LUA lately and fell in love with its simplicity. Kinda hard to go back to OOP after that.
3 comments
nicoloren
499 days ago
Same for me, I used Lua for a desktop software for a client and I enjoyed it a lot!
I'm thinking of starting to dev a game with LOVE2D just to have an excuse to use Lua.
link
girvel
499 days ago
LOVE2D is a great gamedev framework, I can not recommend it enough. It is so pleasant to work with.
link
je42
498 days ago
I find that most LUA code sits between functional, imperative and OOP.
link
aldanor
499 days ago
It's simple until you dig deep into meta tables lol
link
I'm thinking of starting to dev a game with LOVE2D just to have an excuse to use Lua.