Other Roguelikes > DiabloRL

Is this *EVER* going to be released?

<< < (3/6) > >>

ParaSait:

--- Quote from: Kornel Kisielewicz on July 07, 2012, 19:10 ---Like in any reasonable language (see Free Pascal). If you have 5 apples, the last apple is the 5th or the 4th? Think about it.

--- End quote ---
Yeah but why restrict yourself to using 65535 possible values of an integer while you could have 65536?! :P
Seriously though, I guess it really depends on what you're used to. I'm mainly a c++ chap and I find it a really annoying pain in the butt to keep in mind lua starts to count from 1.


--- Quote from: Matt_S on July 07, 2012, 14:53 ---And eww, it uses ~= instead of != for inequality.  That bugs me.

--- End quote ---
Which is especially annoying if you got an azerty keyboard like me. Fun fact: To get a ~, you have to actually press ~ twice (which is done by pressing alt gr + a button next to right shift, so you gotta move both hands real far) and then backspace to remove the one it typed too much.


--- Quote from: Kornel Kisielewicz on July 07, 2012, 19:10 ---Most reasonable languages (see Pascal or Ruby) use keywords. I don't know what idiot came up with the curly braces idea ;).

--- End quote ---
It's not that idiotic... it looks less messy to me that way... again, though, they're a pain in the butt to type with azerty, because they're another goddamned alt gr combination.
(Curse you, France! Cuuuuurse youuuuuu!)

LuckyDee:

--- Quote from: ParaSait on July 07, 2012, 21:59 ---Which is especially annoying if you got an azerty keyboard like me.
--- End quote ---

Heh, my guess is you and I can't live apart much further than 100km, though sometimes it seems like there's a whole planet between us :P

I guess you just can't have dEUS and QWERTY...

skarczew:

--- Quote ---What? C? Low-level? Damn I'm old.

--- End quote ---
Yep, it is pretty low (and do not mistake it with C++).


--- Quote ---Like in any reasonable language (see Free Pascal). If you have 5 apples, the last apple is the 5th or the 4th? Think about it.

--- End quote ---
Thanks for calling C/C++, Java, C#, Perl (and lots of other) unreasonable ;) . Think of table ID as the offset.

:P

Kornel Kisielewicz:

--- Quote from: skarczew on July 08, 2012, 04:55 ---Thanks for calling C/C++, Java, C#, Perl (and lots of other) unreasonable ;) . Think of table ID as the offset.

--- End quote ---
Beethoven's Offset 8 symphony?

skarczew:
@up
E.g. In C/C++ the first element has the same address as the table itself. The second has the same address + 1 * offset. The third has the same address + 2 * offset.
I bet you know about that :) .

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version