Page 2 of 5

Re: No Comment

Posted: Sat Nov 27, 2010 7:31 am
by Mud
Jasoco wrote:Do they even do anything in Löve? This isn't JavaScript. They just make it look ugly.
They're optional in both languages. 99% of the time they do pretty much nothing, but there are situations where need them.

Re: No Comment

Posted: Sat Nov 27, 2010 8:17 am
by zac352
Mud wrote:
Jasoco wrote:Do they even do anything in Löve? This isn't JavaScript. They just make it look ugly.
They're optional in both languages. 99% of the time they do pretty much nothing, but there are situations where need them.
Obfuscation!

Re: No Comment

Posted: Sat Nov 27, 2010 10:22 am
by thelinx
zac352 wrote:Obfuscation!
So you're admitting to purposefully making your code hard to understand?

Re: No Comment

Posted: Sat Nov 27, 2010 10:33 am
by arquivista
what's happening with you guys? The topic's name is "No Comment" but you already made about a dozen replies! Like you noticed the thread author isn't interested in what you are saying!!! :crazy:

Re: No Comment

Posted: Sat Nov 27, 2010 11:42 am
by com_1
what's happening with you guys? The topic's name is "No Comment" but you already made about a dozen replies! Like you noticed the thread author isn't interested in what you are saying!!! :crazy:
It is not so.
I have carefully read everything you all wrote. (thanks for comments)

May be changed subject to "disappoint me" or "update me" ?

Re: No Comment

Posted: Sat Nov 27, 2010 12:12 pm
by Robin

Code: Select all

fuck = this
(shit)
is ambiguous. So Lua requires you to write either

Code: Select all

fuck = this(shit)
or

Code: Select all

fuck = this;
(shit)
depending on what you mean. I suppose JS does the same or similar.
com_1 wrote:May be changed subject to "disappoint me" or "update me" ?
You can do that, bro.

Re: No Comment

Posted: Sat Nov 27, 2010 12:19 pm
by arquivista
com_1 wrote:
what's happening with you guys? The topic's name is "No Comment" but you already made about a dozen replies! Like you noticed the thread author isn't interested in what you are saying!!! :crazy:
It is not so.
I have carefully read everything you all wrote. (thanks for comments)

May be changed subject to "disappoint me" or "update me" ?
Lol, you just "dropped" here the code with a very weird thread name and didn't left a single kind of explanation about the project. Then you just disappear leaving a lot of us discussing. It was just funny. Well, probably put instead the name/kind of project and edit the post telling what you wish to do with that and what kind of feedback/help you need.

BTW In your other thread you ended with "Please wait." some days ago! Can we go quickly just pee now? :ultrahappy:

Cookies!

Posted: Sat Nov 27, 2010 6:30 pm
by zac352
thelinx wrote:
zac352 wrote:Obfuscation!
So you're admitting to purposefully making your code hard to understand?
I naturally write hard to read code. You're lucky you have the me now, and not the me from a year ago. I used to write an entire, 200 line script, into one single line. It looked like someone wrote a script to pee all over your script editor. (reference to above post ftw!) :P

Re: Cookies!

Posted: Sat Nov 27, 2010 6:39 pm
by bartbes
zac352 wrote:I used to write an entire, 200 line script, into one single line.
That surely qualifies as a one line script :P.

Re: No Comment

Posted: Sat Nov 27, 2010 11:45 pm
by Mud
arquivista wrote:what's happening with you guys? The topic's name is "No Comment" but you already made about a dozen replies!
There's a well known phenomena that goes back to newsgroups (somebody gave it a name, but I've forgotten it), where if you ask a very simple question like "tabs vs spaces?" you'll get a heated debate that rages for months, but if you ask something actually *important*, you'll be lucky of a handful of people chime in. Why? Because a lot more people feel they are qualified to opine about tabs vs spaces, unlike a question about, say, paging algorithms.

So someone like me, who doesn't know jack shit about game development, can still throw in his two cents about Lua, and so can everybody else... >.>