Poll

Mango?

Mango
10 (32.3%)
Mango
0 (0%)
Mango
4 (12.9%)
Mango
8 (25.8%)
Mango
3 (9.7%)
Mango
4 (12.9%)
Mango
1 (3.2%)
Mango
1 (3.2%)

Total Members Voted: 31

Author Topic: Zombies in the Bluzone** [[CLOSING]]  (Read 578337 times)

You really gotta stop killing people, Kaph


i should make some kind of forum software for blockland servers.


...
that would be so loving cool, even if it would probably turn out ugly as stuff

i should make some kind of forum software for blockland servers.


...
that would be so loving cool, even if it would probably turn out ugly as stuff

i once made a good-looking forum system that used Python, SQLite and Flask
if i can find the files again i should revive it

;(

face closed



somebody explain what exactly this is

i once made a good-looking forum system that used Python, SQLite and Flask
if i can find the files again i should revive it

no, no no.

not python
not sqlite
not flask (wtf is flask(beer?))

torquescript
because you know (you really do) i'm no good at quite a few other scripting languages
and i guess im trying to prove how powerful torquescript is?

torquescript

tcp bridge to external program

and i guess im trying to prove how powerful torquescript is?

>torquescript
>powerful

oh my god

HAHAHAHAHAHAHAHAHAHA

oh wait you were serious

print 'HA' * (2 ** 64)

rephrase: how useful torquescript actually is

people keep bashing it, i want to give it something decent


I didn't mean actually powerful, something far less resource intensive like python is more powerful due to lower resource usage, among other things, but torquescript on it's own is only a man with it's hand cut off, not a man with no limbs.

rephrase: how useful torquescript actually is

people keep bashing it, i want to give it something decent


I didn't mean actually powerful, something far less resource intensive like python is more powerful due to lower resource usage, among other things, but torquescript on it's own is only a man with it's hand cut off, not a man with no limbs.

please tell me you aren't being serious

torquescript doesn't even have types
everything is case-insensitive
there's even a number precision limit of 6
it can't even have 0x00 in a string

okay, for example
how exactly would I make 100% sure something is a number or not

no, a long function definition isn't a viable answer
« Last Edit: May 31, 2012, 05:30:13 AM by Port »

please tell me you aren't being serious

torquescript doesn't even have types
everything is case-insensitive
there's even a number precision limit of 6
i didn't
loving
say
it
was
powerful

i said it's not a loving cripple, and it CAN do stuff

i didn't
loving
say
it
was
powerful

i said it's not a loving cripple, and it CAN do stuff

sure it can do stuff

but i didn't say powerful either

read my post

please tell me you aren't being serious

torquescript doesn't even have types
everything is case-insensitive
there's even a number precision limit of 6
it can't even have 0x00 in a string

okay, for example
how exactly would I make 100% sure something is a number or not

no, a long function definition isn't a viable answer

I can't answer your example question until you tell me what's wrong with isInt(), it's always worked for me, but I've never put it through big time stress tests

isInt() is a user-made function provided by RTB.

............................. ............................
seriously?
wow, didn't know that.


Perhaps you could do something like this:

%backupinput = %input;
%input++;
%input--;

if(%backupinput == %input)


??

or substitute
the second and third part for
%input = %input + 1;
%input = %input - 1;


basically checking if %input = 0 after modification, correct?
edit:continuity
« Last Edit: May 31, 2012, 05:36:50 AM by Lugnut1206 »

.........................................................
seriously?
wow, didn't know that.


Perhaps you could do something like this:

%backupinput = %input;
%input++;
%input--;

if(%backupinput == %input)


??

or substitute
the second and third part for
%input = %input + 1;
%input = %input - 1;

basically checking if %input = 0 after modification, correct?


that should be as simple as doing something like

isinstance(526457435.37829007000002, int)
isinstance(526457435.37829007000002, float)
isinstance(526457435.37829007000002, str)

besides, what if you have a number as a string ("5")
it'd still say it was a int

etc

okay, so

lets see

what exactly makes torquescript good

there's nothing it can do that other languages can't do
there's a ton other languages can do that torquescript can't do

for forgets sake port

i'm just trying to point out that cool stuff is possible in torquescript too, and that you don't need an external server for every little loving thing you decide to do

isinstance(5.3782, int)
isinstance(5.3782, float)
isinstance(5.3782, str)

is this stuff python^