How good Phyton is?

Forum organization and occasional community-building.
Forum rules
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.
Message
Author
User avatar
Sin
Veteran
Posts: 298
Joined: Thu Oct 18, 2007 3:43 am
Contact:

Re: How good Phyton is?

#31 Post by Sin » Fri Nov 21, 2008 7:38 am

All languages have pros, cons and gotchas.
I guess what I'm saying is that

Code: Select all

if (a == b)
  DoSomething()
  DoSomethingElse()
DoWhatever()
Is not better, more efficient or easier to read or understand than:

Code: Select all

if a = b then begin
  DoSomething();
  DoSomethingElse();
end;
DoWhatever();
or

Code: Select all

if (a == b)
{
  DoSomething();
  DoSomethingElse();
}
DoWhatever();
It's just different. Personally, I prefer the C/C++ way.

User avatar
LVUER
King of Lolies
Posts: 4538
Joined: Mon Nov 26, 2007 9:57 pm
Completed: R.S.P
Location: Bandung, West Java, Indonesia
Contact:

Re: How good Phyton is?

#32 Post by LVUER » Sat Nov 22, 2008 2:29 am

@PyTom:
So if you were realized that problem far before making RenPy, will RenPy scripting be much different than current one? (not that I complain though...)

@Sin
Ummm... the first one is Phyton, second is Pascal, and last is C/C++? Personally, I prefer Pascal (perhaps because it's the first programming language I learn?)

Post Reply

Who is online

Users browsing this forum: No registered users