Jump to content

Home

Your avatar...


Fealiks

Recommended Posts

Originally posted by Sivy

ah... pascal, i had to write a game with that POS in college.

i did a space invaders type of game, with sounds and everything! :D

 

When I make games, I use GameMaker, which has it's own code built in.

:rolleyes:

Oh, and Fibble, yes, I remember you now!!! Welcome back, bud.:biggs::deathstar->:deathii::bdroid1::band::fett::ewok::evanpiel:

Link to comment
Share on other sites

  • Replies 257
  • Created
  • Last Reply

I post in CJ's code in AGS. In AGS, my code would be accurate (except for SetHappyMode(); .). It 's a variant code, and therefore different to what you guys are used to. Actually I believe I read on CJ's site that its a C variant, not pascal.

Also reasonably proficient in Lua, Python and HTML.

:cool:

(Just thought I'd defend myself, I'm not wanking over my scripting ability).

Link to comment
Share on other sites

Originally posted by Mr Flibble

Also reasonably proficient in Lua

 

...i've read the lua doc and it's interesting... i thought about using it from my adventure "engine", but i (lost interest)/(began something different) before the "engine" was that much finished that i could integrate a script language (although it already loaded rooms, characters and stuff out of xml-files and you could walk around the rooms with the arrow-keys... but i had problems with the alpha-stuff and before solving them, moved on to something different)...

 

Originally posted by Mr Flibble

Python

 

...ürgh... i absolutely dislike python... it's such a dirty language in my eyes...

 

 

Originally posted by Mr Flibble

HTML.

 

...html is really, really easy... could be because it isn't a programming language... :D

 

Originally posted by Mr Flibble

(Just thought I'd defend myself, I'm not wanking over my scripting ability).

 

..."wanking"? O_o

 

...now i've got disturbing visuals stuck in my head...

 

...

Link to comment
Share on other sites

Originally posted by DrMcCoy

o, i mean many built in procedure are like "procedure blah(ModifiesThisVariable, Argument)", whereas in c it's like "char *blah(UsesThisVariable, Argument)", so that you can write many such function in each other in one line, like "var = blah1(blah2(crap(foo, baz), bar), b)"...

 

omg, u r t3h l4z3!

 

function abs_sqr( z: tcomplex): real;
begin
 abs_sqr:= sqr( z.re)+ sqr( z.im);
end;

 

this is a simple function in pascal. it should be no problem to "customize" these bad bad procedures into functions, too.

admitted this would be some extra code to write, but hey, what could be more fun? licking an ashtray? for the sake of optimized code i tend to 'recode' most standard procedures anyway. also things like "var = blah1(blah2(crap(foo, baz), bar), b)" only make sense if you always have to recalculate var through all the functions. if crap(foo, baz) is not changing, there is no need to waste processing power and recalculate the same stuff over and over again and produce snail-code, especially if crap() is a complex function.

and if you really have to use "blah1(blah2(crap(foo, baz), bar), b)" often in your code i'd put it together anyways, so you'll have to change code on only one place later. and thanks to copy and paste, cant really see a problem in procedures with variable parameters here.

function fascinating(foo, baz, bar, b: real): real;
begin
  crap( fascinating, foo, baz);
  blah2( fascinating, bar);
  blah1( fascinating, b);
end;

 

and in the end you'll only need to write "var:= fascinating( foo, baz, bar, b);"

 

...well, i started on a 386 with gwbasic when i was 8... but i moved on and i don't consider it a "real" programming language...

 

dude, there was no 386 when i started. especially not for home use. and call it what you want, it is a real language, since you can write computer programs with it.

 

 

and can it be you did not see it? don't tell yufster, i tell you.

Link to comment
Share on other sites

The first language they made me learn in college was Visual Basic. That course was eliminated from the curiculum the next semester, figures (Waste of time).

 

Now I'm in my second semester of coding in C++. We got a Unix system where our ultimate programing tool is Pico and the compiler is g++. It's pretty sucky.

 

My professors all refer to Pascal as a programming language, they seem to look down on it.

Link to comment
Share on other sites

Originally posted by RayJones

function fascinating(foo, baz, bar, b: real): real;
begin
  crap( fascinating, foo, baz);
  blah2( fascinating, bar);
  blah1( fascinating, b);
end;

 

...sure, i do that when i needed to, but... *shrug* i kind of like c more... *shrug*

...to each his own...

 

Originally posted by RayJones

dude, there was no 386 when i started. especially not for home use.

 

...that only means you're older and will most likely die earlier... :p:D;)

 

 

Originally posted by RayJones

and call it what you want, it is a real language, since you can write computer programs with it.

 

...sure, but i wouldn't want to use it anymore... i would recommend it to a beginner, though...

 

Originally posted by RayJones

and can it be you did not see it? don't tell yufster, i tell you.

 

...? :confused:

 

Originally posted by Skinkie

We got a Unix system where our ultimate programing tool is Pico and the compiler is g++. It's pretty sucky.

 

...pico? interesting... never really used it... i would recommend vim, i love it... and g++ too...

*shrug*

...but i also prefer vim+gcc+gdb over an ide, a console/xterm over some click-based-solution and the keyboard over the mouse, so vim may not be your idea of a good texteditor...

Link to comment
Share on other sites

Originally posted by DrMcCoy

...that only means you're older and will most likely die earlier... :p:D;)

 

:D yeah .. most likely. ..

 

 

 

 

 

 

..

 

 

:¬:

 

 

 

 

 

..

 

 

 

 

*graps phone and calls mr. spock*

 

 

 

 

 

 

 

...? :confused:

 

 

 

 

*slaps mccoy*

 

 

indiana jones, spoothead.

Link to comment
Share on other sites

Originally posted by RayJones

*graps phone and calls mr. spock*

 

NO! not that pedantic logiclover...

 

Originally posted by RayJones

*slaps mccoy*

 

 

indiana jones, spoothead.

 

...oh, i've already forgotten about that... like i said earlier somewhere, i've got a bad memory...

Link to comment
Share on other sites

pico

 

pico! i love picos. i had one when i was little. it was like this little thing for pre-schoolers, and you'd hook it up to the t.v...it was made by some video game company or something...actually, i think it was by sony...i dunno. anywho, you hook it up to the t.v. and you have a little pad thing w/an electric pen, and when you move your pen to draw or whatever on it, you can see the line show up on the t.v. and stuff. it was awesome. and then you'd click on the green light and stuff...i loved it. although that's not the pico you're talking about...

 

it's good to reminisce.

Link to comment
Share on other sites

are you blind joshi?

 

look above and look below..

 

yes groovy i talked about this one..

 

but if i remember it right you had another "aod" one??

 

 

 

*pulls joshi's pants down*

 

 

 

 

*does not run*

 

 

 

*joshi pulls pants up*

 

 

 

*kicks ray in groin area*

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...