Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3]

Author Topic: Inspired.  (Read 4008 times)

Bumber

  • Bay Watcher
  • REMOVE KOBOLD
    • View Profile
Re: Inspired.
« Reply #30 on: March 19, 2016, 02:52:51 am »

Python wasn't built for multi-threading, which kind of makes it a bad choice for "serious" game programming.
You can do multiprocessing in Python, which is almost the same thing.
Processes are slower to start, and can't share their memory.
Logged
Reading his name would trigger it. Thinking of him would trigger it. No other circumstances would trigger it- it was strictly related to the concept of Bill Clinton entering the conscious mind.

THE xTROLL FUR SOCKx RUSE WAS A........... DISTACTION        the carp HAVE the wagon

A wizard has turned you into a wagon. This was inevitable (Y/y)?

Lightman

  • Bay Watcher
  • The groboclones are looking for you.
    • View Profile
Re: Inspired.
« Reply #31 on: March 23, 2016, 05:09:24 am »

Does everyone recommend python?

No.

Everyone has their own take on programming languages and if you ask enough people, you'll get someone to recommend any and every language.

Don't listen to people who tell you not to use this or that language.

Try different languages. See what you like. Use what works for you. Use what works for your goal.
Logged

Orange Wizard

  • Bay Watcher
  • mou ii yo
    • View Profile
    • S M U G
Re: Inspired.
« Reply #32 on: March 23, 2016, 05:27:23 am »

Processes are slower to start, and can't share their memory.
Yeah. IIRC there's a version of Python somewhere (though I can't find it in ~30 seconds of googling) that ignores the GIL that keeps threads running on the same core, actually. It's also possible to manually disable the lock if you know what you're doing, I think.

Does everyone recommend python?
Yes
FTFY
Logged
Please don't shitpost, it lowers the quality of discourse
Hard science is like a sword, and soft science is like fear. You can use both to equally powerful results, but even if your opponent disbelieve your stabs, they will still die.
Pages: 1 2 [3]