New decoration actors for UT.

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Psychic_313

non-deterministic
Let me guess, you do everything in Java?
(I'm not a computer scientist, but I know several)

The "compscis" here learn ML (which is apparently an awkward functional-programming language) in the first year, then switch to Java.

C is worth trying though, ANSI C is about the most portable language there is (there's a reason things like the Perl and Python interpreters are written in it). My current weapon of choice is Python (executable pseudocode!) with C extensions where necessary (you can write modules in either language).
 

Luggage

wins.
Apr 25, 2001
585
0
16
41
Germany
www.planetunreal.com
nice, well we use a lisp dialect called Scheme... (e.g. www.drscheme.org ) it's awful for programming but good to learn how it works. There isn't even loops in there, if you want something similar you'll have to use recursing or iterating procedure calls... well, it's not good for anything except for learning programming :)

Next semester is Java afaik... I've already had a bit of that in school, and uscript is similar, so I'm pretty positive about it :)
The bad thing is, this semester the prof is good and the language sucks, next year it's the other way round ^_^