Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dgmulf

Pages: [1]
1
General / Re: Deciding on a language
« on: August 13, 2014, 12:16:39 am »
I'm glad someone mentioned C#, that's another language I'm strongly considering now. I think I've narrowed my choices down to Python or C#.

2
General / Re: Deciding on a language
« on: August 11, 2014, 04:57:53 am »
Thanks for the informative replies. :)

3
General / Deciding on a language
« on: August 11, 2014, 01:31:02 am »
I'm planning on writing a graphical program using SFML for the first time. The only language I know is javascript, so I have to learn a new programming language for this project. I want something simple and efficient, so Golang and Python both look appealing to me.

I'm wondering about performance, because I will most likely be rendering 3D graphics and doing physics math. I understand that Golang code is compiled, but Python is interpreted. However, apparently "C calls" (whatever those are) are expensive in Golang, making usage of the SFML Go binding computationally expensive. So each language has its performance drawback.

Does one language have a significant performance advantage over the other? Is one language a lot easier to learn than the other?

Pages: [1]