Computing

For the Developers - What's your favourite programming language?

Submitted by Deadboy, , Thread ID: 72429

Thread Closed
Deadboy
Active Member
Level:
0
Reputation:
18
Posts:
219
Likes:
23
Credits:
148
31-01-2018, 05:27 AM
#1
VB and HTML need not post here.

I've been recently using Go for a bunch of small projects I have, and I'm seriously loving it. It's relatively C-like in terms of syntax (minus the missing semicolon and the use of .=) and I'm already familiar with C so it made binge-learning Go much easier. Maybe took me a weekend to get relatively fluent with it. I also like how it compiles natively for any platform, any OS, without any bullshit. Compiling/testing your shit is way easier in the Go toolchain, just using "go run main.go" instead of having to compile and run in separate commands. Panicking is also super blessed instead of just hitting a segfault and your program losing its shit. Go is also used for both server and client software, and has pretty damn good bidirectional data flow.

The only cons I see in it right now and that 1. it's not super widely adopted, and there aren't too many good libraries and 2. it's still in very active development, meaning a single update can completely change the Go toolchain and the way you write Go code. But so far, it hasn't happened, and I'm sure the devs are trying their best to make sure that doesn't happen.

RE: For the Developers - What's your favourite programming language?

veryskilled
Closed Account
Level:
0
Reputation:
0
Posts:
32
Likes:
26
Credits:
358
18-03-2018, 01:40 AM
#2
I feel that my favourite has to be C# and Javascript because I feel like I have a lot of free will then using them, a lot of projects that I have done have been in the javascript and mostly C#

RE: For the Developers - What's your favourite programming language?

Matt Honest
Novice
Level:
0
Reputation:
0
Posts:
46
Likes:
0
Credits:
0
18-03-2018, 01:59 AM
#3
C# and some web languages such as HTML, CSS JavaScript, jQuery etc.

RE: For the Developers - What's your favourite programming language?

WorldMaster33
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
1
Credits:
15
25-06-2018, 06:49 PM
#4
Javascript, Python and PHP are really good programming language.

RE: For the Developers - What's your favourite programming language?

Pearce
Novice
Level:
0
Reputation:
3
Posts:
20
Likes:
1
Credits:
19
25-06-2018, 06:57 PM
#5
I use Python for pretty much every project I work on for how flexible it is. In addition to this, in the field of work that I am in, it is important for people to be able to read my code with limited programming language, Python has an easy-to-read syntax and is quite easy to learn and understand.

RE: For the Developers - What's your favourite programming language?

Guest
Level:
0
Posts:
N/A
Likes:
0
Credits:
0
27-06-2018, 02:07 AM
#6
Python, it lets me bypass the deadaches. Been working with c++ for the last month and after dealing with it in a professional envrnment, working on sftware that lacksdocumentation I must admit ive learned to hate it with a passion

Users browsing this thread: 1 Guest(s)