languages

Talk about anything, including games and servers not affiliated with The Mana World.
Post Reply
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

languages

Post by wushin »

Switching between what languages (Programming or Spoken) is the most bother some?
for me it's Php and Python thats troublesome.
The secret to getting all the important stuff done is doing nothing.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: languages

Post by o11c »

Python and C++. It's only the parentheses vs colon for the 'if' that get me.

Code: Select all

if cond:
    foo()

Code: Select all

if (cond)
{
    foo();
}
Former programmer for the TMWA server.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: languages

Post by Crush »

At home I am working on a Java project. In Java, every line ends with a semicolon.

At work I am working in ABAP, a proprietary programming language for SAP ERP systems, which ends every line with a dot.

Guess what mistake I make in every first line I write after comming to work or getting home?
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply