Lua, how many of you know it?

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Lua, how many of you know it?

Post by danR369 »

How many people people on here actual know Lua on Here? Me, i know most of Lua But the Real advanced things like metamethods & properly faking OOP (or OO watever you like 2 say) & classes in Lua is something that i don't currently need right now. :mrgreen: Everyone on here will not know Me but i make homebrew games using Lua For the PSP & am currently making a simple platformer :)
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Lua, how many of you know it?

Post by Falco Girgis »

Hey. I know that there's me, Orgodemir-K, trufun202, and at least a few other programmers around here that know/use Lua.

As for faking the OO, yeah, I hear ya. That and it's kind of a pain in the ass. Most of us (or all of us, now that I think about it) use either LuaBind or toLua with our Lua implementations. Both of these libraries give Lua real OO capabilities, so it's really not a hassle at all.
User avatar
jesterguy
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 54
Joined: Wed Oct 08, 2008 8:00 pm
Location: Illinois
Contact:

Re: Lua, how many of you know it?

Post by jesterguy »

I only know basic stuff so far but I'm learning lua and OpenGL at the same time right now, I know falco and trufun use it and I'm sure some others around here. Theirs actually a few recent topics on it in the programming discussion.


edit:
O falco beat me to it :cry:
I will live forever or die trying.

"Human beings didn't evolve brains in order to lie around on lakes. Killing's the first thing we learned. And a good thing we did, or we'd be dead, and the tigers would own the earth."
- Valentine to Ender ("Ender's Game")
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Lua, how many of you know it?

Post by Falco Girgis »

Haha. Yeah, Lua is pretty popular around these parts. It's sort of like the drug of our developers. You might as well join us, because all the cool kids are doing it.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Lua, how many of you know it?

Post by MarauderIIC »

I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Re: Lua, how many of you know it?

Post by danR369 »

GyroVorbis wrote:Haha. Yeah, Lua is pretty popular around these parts. It's sort of like the drug of our developers. You might as well join us, because all the cool kids are doing it.
Lol, nice way to describe Lua. The API for PSP though is very Crap. Seriously Its crap Mainly because of Hardware issues but there is also a limit coding wise. But theres a new API out witch i think is about 30-40% faster. Faking Classes is also crap. I haven't found a good use for that yet eithier, Its alot more popular than i thought. Anyone tried LÖVE? Really good, i recommend it for deving with Lua on PC. Me personally learn a language & API at the same time though.
User avatar
sparda
Chaos Rift Junior
Chaos Rift Junior
Posts: 291
Joined: Tue Sep 23, 2008 3:54 pm

Re: Lua, how many of you know it?

Post by sparda »

Now that you mention it I was reading the Lua manual not so long ago. Got pretty far but I completely forgot about it. I've been busy trying to learn SDL in my free time, but this goddamn advanced calculus course is killing me. The beginnings of Calculus are interesting (and useful), but unless you're doing advance 3D engine programming, who the hell needs to know about, say, the Jacobian of a C-1 transformation? Albeit, I'll admit vector calculus is pretty sweet. Fuck, I'll just have to adapt into liking the former eventually. Woops, better get back to work now :mrgreen:
danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Re: Lua, how many of you know it?

Post by danR369 »

Well thats only 4 topics, Does anyone know any good Lua Books? I have read the manual, & Programming in Lua First edition, anything else to read??
User avatar
Arce
Jealous Self-Righteous Prick
Jealous Self-Righteous Prick
Posts: 2153
Joined: Mon Jul 10, 2006 9:29 pm

Re: Lua, how many of you know it?

Post by Arce »

As of last weekend, I "know" lua. ;P

Syntax is very easy to pick-up. When you come across a time when you need more specifics, consult the documentation--otherwise, I really wouldn't say a book is necessary.

Unless, of course, this is your first language. Then you're going to have a harder time.
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
User avatar
unholysavagery
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 73
Joined: Tue Oct 28, 2008 4:27 am

Re: Lua, how many of you know it?

Post by unholysavagery »

I am using lua for a game engine I'm making and I like it!
This is the internet, men are men, women are men and children are the FBI.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Lua, how many of you know it?

Post by Falco Girgis »

unholysavagery wrote:I am using lua for a game engine I'm making and I like it!
Oh, you're going to fit right in on these boards then... welcome to the cult.
danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Re: Lua, how many of you know it?

Post by danR369 »

Arce wrote:As of last weekend, I "know" lua. ;P

Syntax is very easy to pick-up. When you come across a time when you need more specifics, consult the documentation--otherwise, I really wouldn't say a book is necessary.

Unless, of course, this is your first language. Then you're going to have a harder time.
Well its just good to have one instead of always going on the net & reading that way. I'd prefere a book.
User avatar
Orgodemirk
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 790
Joined: Fri May 21, 2004 7:05 pm
Location: <pos>
Contact:

Re: Lua, how many of you know it?

Post by Orgodemirk »

I am the main Lua scripter for the game, so I'm afraid I do know it.

Marcel, you do know Lua, but seriously, clean up your style. You're the only person who's managed to make Lua look ugly.
A glitch?
Image
danR369
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 11
Joined: Thu Oct 23, 2008 10:27 am

Re: Lua, how many of you know it?

Post by danR369 »

Orgodemir-k wrote:I am the main Lua scripter for the game, so I'm afraid I do know it.

Marcel, you do know Lua, but seriously, clean up your style. You're the only person who's managed to make Lua look ugly.
Peter, right? Yeah you've done some nice things in Lua, i like your 'fake battlesystem' i wrote my own turn-based battlesystem for PSP, you press X next turn, it isn't nothing fancy but it was only 4kb.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Lua, how many of you know it?

Post by eatcomics »

Orgodemir-k wrote:I am the main Lua scripter for the game, so I'm afraid I do know it.

Marcel, you do know Lua, but seriously, clean up your style. You're the only person who's managed to make Lua look ugly.
^Classic Marcel :P jk I wouldn't know :lol:
Image
Post Reply