FFXIAH Linkshell Ni

Langues: JP EN DE FR
users online
Forum » Everything Else » Undead » FFXIAH Linkshell Ni
FFXIAH Linkshell Ni
First Page 2 3 ... 18327 18328 18329 ... 18549 18550 18551
 Bahamut.Milamber
Offline
Serveur: Bahamut
Game: FFXI
user: milamber
Posts: 3691
By Bahamut.Milamber 2017-04-12 14:54:11
Link | Citer | R
 
Asura.Lolserj said: »
Shiva.Nikolce said: »
Bahamut.Milamber said: »
Am I the only one that thinks Lua is insane?
I'd almost rather program in C.

from what I have heard.. if you didn't learn c/c++/c# first it's faster to learn.

which is great if you have a time machine....or a memory eraser...

I've honestly never heard much about lua and haven't ever had a chance to use it. What makes it so difficult to learn if you already know C, C++, or C#?
Stupid ***like this:
Quote:
or

The or binary operator also does not necessarily return a boolean value (see notes for and above). If the first argument is true it is returned, otherwise the second argument is returned. So, a boolean is only returned if the first argument is true or the second argument is a boolean.
Basically, it does a lot of ***that isn't really helpful, at a cost of being relatively illegible compared to other languages.
But it isn't different enough to prevent you from getting in trouble by accident.

Also, table indexes/keys not accessible sequentially except in special cases, length of tables is not a given function.
[+]
 Lakshmi.Zerowone
Offline
Serveur: Lakshmi
Game: FFXI
user: Zerowone
Posts: 6949
By Lakshmi.Zerowone 2017-04-12 15:00:36
Link | Citer | R
 
Run it back to Fortran y'all.
Offline
Serveur: Excalibur
Game: FFXIV
user: misacat
Posts: 3178
By Nadleeh Sakurai 2017-04-12 15:08:06
Link | Citer | R
 
part of why i hate XI now.
games should be fun, not be one of those games math problems that one teacher in school warned you about and you thought you would never see in your life...
 Shiva.Spathaian
Offline
Serveur: Shiva
Game: FFXI
user: Spathaian
Posts: 27982
By Shiva.Spathaian 2017-04-12 15:31:40
Link | Citer | R
 
Nadleeh Sakurai said: »
part of why i hate XI now.
games should be fun, not be one of those games math problems that one teacher in school warned you about and you thought you would never see in your life...
But I liked those math problems...
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-12 16:21:30
Link | Citer | R
 
Bahamut.Milamber said: »
Asura.Lolserj said: »
Shiva.Nikolce said: »
Bahamut.Milamber said: »
Am I the only one that thinks Lua is insane?
I'd almost rather program in C.

from what I have heard.. if you didn't learn c/c++/c# first it's faster to learn.

which is great if you have a time machine....or a memory eraser...

I've honestly never heard much about lua and haven't ever had a chance to use it. What makes it so difficult to learn if you already know C, C++, or C#?
Stupid ***like this:
Quote:
or

The or binary operator also does not necessarily return a boolean value (see notes for and above). If the first argument is true it is returned, otherwise the second argument is returned. So, a boolean is only returned if the first argument is true or the second argument is a boolean.
Basically, it does a lot of ***that isn't really helpful, at a cost of being relatively illegible compared to other languages.
But it isn't different enough to prevent you from getting in trouble by accident.

Also, table indexes/keys not accessible sequentially except in special cases, length of tables is not a given function.

lua apparently said:
> = "hello" or "there", 1 or 0
hello 1

ugh
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-12 16:25:45
Link | Citer | R
 
Quote:
Rather in Lua, it returns the first argument (without even executing the second one) if its value is false or nil, and the second argument if the first argument is not false or nil.

OH COME ON
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-12 16:34:54
Link | Citer | R
 
I mean I guess it does make sense, but whoever wrote that seems to make it intentionally annoying to read

in C# the && operator won't evaluate the second value if the first is false, but they write it out in a much nicer way

Quote:
for x & y
except that if x is false, y is not evaluated, because the result of the AND operation is false no matter what the value of y is. This is known as "short-circuit" evaluation.

but I do like the way MSDN has their ***set up


I mean what I was reading (and I think you may have quoted it as well?) was the LUA-users wiki, and I don't know if that's just like a fan-site of those who go bonkers over LUA
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-12 16:39:26
Link | Citer | R
 
that and in C#

Quote:
The logical AND operator (&&) returns the boolean value true if both operands are true and returns false otherwise. The operands are implicitly converted to type bool prior to evaluation, and the result is of type bool. Logical AND has left-to-right associativity.

which to me is less annoying because it's actually returning a boolean
Administrator
Offline
Serveur: Excalibur
Game: FFXIV
user: Rooks
Posts: 669
By Idiot Boy 2017-04-12 18:37:25
Link | Citer | R
 
Bahamut.Milamber said: »
Am I the only one that thinks Lua is insane?
I'd almost rather program in C.

I get why the Windower team used Lua, but I'm with you, I can't stand it. It's by far my least favorite language that I have to use with any frequency at all. Lua's got all the downsides of the dynamic languages without most of their benefits.
 Siren.Mosin
Offline
Serveur: Siren
Game: FFXI
user: BKiddo
By Siren.Mosin 2017-04-12 18:51:56
Link | Citer | R
 
NERDS!!!
[+]
 
Offline
Posts:
By 2017-04-12 18:52:17
 Undelete | Edit  | Link | Citer | R
 
Post deleted by User.
 Bismarck.Dracondria
Offline
Serveur: Bismarck
Game: FFXI
Posts: 33979
By Bismarck.Dracondria 2017-04-12 19:20:07
Link | Citer | R
 
/wanders in and plants RT flag
/wanders out
[+]
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-12 19:36:24
Link | Citer | R
 
Siren.Mosin said: »
NERDS!!!

If you'd prefer it I can always shitpost
Offline
Serveur: Ultros
Game: FFXIV
user: chuuuuu
Posts: 2735
By Chu Chu 2017-04-12 19:39:37
Link | Citer | R
 
Bismarck.Dracondria said: »
/wanders in and plants RT flag
/wanders out
/pokes
[+]
 Lakshmi.Zerowone
Offline
Serveur: Lakshmi
Game: FFXI
user: Zerowone
Posts: 6949
By Lakshmi.Zerowone 2017-04-12 21:16:24
Link | Citer | R
 
Shiva.Spathaian said: »
Lakshmi.Zerowone said: »
I saw spath in BoTW last night he's like everywhere once you get to Japan Land.
I'm mildly worried but mostly curious...
[+]
 Asura.Vienner
Offline
Serveur: Asura
Game: FFXI
Posts: 1544
By Asura.Vienner 2017-04-13 03:00:48
Link | Citer | R
 
Cant wait for the rest of your adventures! fun read :D
[+]
 Shiva.Nikolce
Offline
Serveur: Shiva
Game: FFXI
user: Nikolce
Posts: 20130
By Shiva.Nikolce 2017-04-13 09:35:12
Link | Citer | R
 
Bismarck.Dracondria said: »
RT flag

/uses flag to wipe ***

YouTube Video Placeholder


/return to sender
[+]
Offline
Serveur: Brynhildr
Game: FFXIV
user: misacat
Posts: 133
By Misa Pres 2017-04-13 09:48:03
Link | Citer | R
 
Bismarck.Lennart said: »
You can still have fun in ffxi
NEIN NEIN NEIN
*** THAT GAME!
 Shiva.Nikolce
Offline
Serveur: Shiva
Game: FFXI
user: Nikolce
Posts: 20130
By Shiva.Nikolce 2017-04-13 09:53:54
Link | Citer | R
 
Asura.Lolserj said: »
If you'd prefer it I can always shitpost

would anyone notice the difference?
 Asura.Dameshi
Forum Moderator
Bug Hunter
Offline
Serveur: Asura
Game: FFXI
user: dameshi
Posts: 29745
By Asura.Dameshi 2017-04-13 09:54:51
Link | Citer | R
 
Misa Pres said: »
Bismarck.Lennart said: »
You can still have fun in ffxi
NEIN NEIN NEIN
*** THAT GAME!
I need to refrain from shouting Nein at work today.
[+]
Offline
Serveur: Excalibur
Game: FFXIV
user: misacat
Posts: 3178
By Nadleeh Sakurai 2017-04-13 09:57:58
Link | Citer | R
 
hey zero, you might wanna spoiler zelda stuff. some ppl havent gotten to it yet :x

just saiyan
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-13 09:59:16
Link | Citer | R
 
Shiva.Nikolce said: »
Asura.Lolserj said: »
If you'd prefer it I can always shitpost

would anyone notice the difference?

I guess technically talking about code in front of those who don't code could be considered ***posting

But probably not... So I suppose they would?
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-13 10:00:29
Link | Citer | R
 
Nadleeh Sakurai said: »
hey zero, you might wanna spoiler zelda stuff. some ppl havent gotten to it yet :x

just saiyan

QUICK

POST MORE SPOILERS BEFORE ANYONE CAN STOP YOU
Offline
Serveur: Brynhildr
Game: FFXIV
user: misacat
Posts: 133
By Misa Pres 2017-04-13 10:02:23
Link | Citer | R
 
funny thing last night that I just realized this morning.

Spath tagged me as Hitler early into the game, didn't deny it, just added MisaHitler, lulz where had.
[+]
 Asura.Dameshi
Forum Moderator
Bug Hunter
Offline
Serveur: Asura
Game: FFXI
user: dameshi
Posts: 29745
By Asura.Dameshi 2017-04-13 10:06:27
Link | Citer | R
 
Misa Pres said: »
funny thing last night that I just realized this morning.

Spath tagged me as Hitler early into the game, didn't deny it, just added MisaHitler, lulz where had.
I have failed the Liberal party.
 Asura.Lolserj
Offline
Serveur: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2017-04-13 10:08:09
Link | Citer | R
 
Asura.Dameshi said: »
Misa Pres said: »
funny thing last night that I just realized this morning.

Spath tagged me as Hitler early into the game, didn't deny it, just added MisaHitler, lulz where had.
I have failed the Liberal party.

Again, thanks for that
 Shiva.Nikolce
Offline
Serveur: Shiva
Game: FFXI
user: Nikolce
Posts: 20130
By Shiva.Nikolce 2017-04-13 10:09:27
Link | Citer | R
 
Asura.Dameshi said: »
I need to refrain from shouting Nein at work today.

yeah wtf!? everyone is high as a kite on Peeps today...or something.

I feel like I took both barrels of 00 Dumbshot from the sawed off stupid gun right in the face today...

I had to explain why quotes expire to someone on the phone today.

we bid, you never sent us a PO, our quote expired, the price of everything is higher now.....

yeah... that's... why... we put those dates on there... and I sent you all those email reminders ...

YouTube Video Placeholder
[+]
 Asura.Dameshi
Forum Moderator
Bug Hunter
Offline
Serveur: Asura
Game: FFXI
user: dameshi
Posts: 29745
By Asura.Dameshi 2017-04-13 10:14:14
Link | Citer | R
 
Shiva.Nikolce said: »
Asura.Dameshi said: »
I need to refrain from shouting Nein at work today.

yeah wtf!? everyone is high as a kite on Peeps today...or something.

I feel like I took both barrels of 00 Dumbshot from the sawed off stupid gun right in the face today...

I had to explain why quotes expire to someone on the phone today.

we bid, you never sent us a PO, our quote expired, the price of everything is higher now.....

yeah... that's... why... we put those dates on there... and I sent you all those email reminders ...

YouTube Video Placeholder
But Nik, those services/products we purchased 8 years ago only cost $X, why are you charging us $Y now?! You're company is ripping us off and you should feel bad!
First Page 2 3 ... 18327 18328 18329 ... 18549 18550 18551
Log in to post.