Posts: 947
Threads: 93
Likes Received: 496 in 189 posts
Likes Given: 153
Joined: Mar 2012
Reputation:
33
Country:
06-20-2015, 04:38 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Fellow developers! What is your favourite programming language to work in?
Mine is HTML. Hue hue hue hue
Eh, being serious now, I love Python. Full support for OOP, but optional, really good standard libraries, nice functions, very easy syntax. It's like C and Lua had a baby.
So... What's yours?
Yours
Doctor Internet;
Developer, Systems Operator,
Data Protection Officer, Business Advisor,
Server Administrator, Community Moderator
Posts: 5,749
Threads: 369
Likes Received: 5,177 in 1,695 posts
Likes Given: 2,920
Joined: Aug 2014
Reputation:
92
Country:
06-20-2015, 04:44 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
I only know English.
Posts: 334
Threads: 21
Likes Received: 33 in 26 posts
Likes Given: 70
Joined: Dec 2013
Reputation:
0
Country:
06-20-2015, 05:00 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Even though I do not know any coding languages for crap (although I wanna learn Lua ;_;), I will list my favs and hated ones:
Like: Lua, PHP, HTML, C#
Okay: Javascript, Ruby, Python
Hate: Miranda
Yes, Miranda is a real programming language.
Posts: 947
Threads: 93
Likes Received: 496 in 189 posts
Likes Given: 153
Joined: Mar 2012
Reputation:
33
Country:
06-20-2015, 05:33 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Yours
Doctor Internet;
Developer, Systems Operator,
Data Protection Officer, Business Advisor,
Server Administrator, Community Moderator
Posts: 1,238
Threads: 127
Likes Received: 549 in 378 posts
Likes Given: 726
Joined: Apr 2015
Reputation:
23
Country:
06-20-2015, 06:49 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Mainly HTML. However, I do like LUA. Do not use my coding skills often enough though :/
Posts: 1,243
Threads: 98
Likes Received: 335 in 213 posts
Likes Given: 191
Joined: Jul 2012
Reputation:
25
06-20-2015, 07:31 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(06-20-2015, 06:49 PM)BasicallyMental Wrote: Mainly HTML. However, I do like LUA. Do not use my coding skills often enough though :/
HTML isn't a programming language, only a markup language.
Posts: 947
Threads: 93
Likes Received: 496 in 189 posts
Likes Given: 153
Joined: Mar 2012
Reputation:
33
Country:
06-20-2015, 07:34 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(06-20-2015, 07:31 PM)Joykill Wrote: (06-20-2015, 06:49 PM)BasicallyMental Wrote: Mainly HTML. However, I do like LUA. Do not use my coding skills often enough though :/
HTML isn't a programming language, only a markup language.
PHP Hypertext Preprocessor is the programming language. Or JavaScript (I think) is the other main one. People do use .Net, Silverlight and such as well though.
Yours
Doctor Internet;
Developer, Systems Operator,
Data Protection Officer, Business Advisor,
Server Administrator, Community Moderator
Posts: 847
Threads: 149
Likes Received: 136 in 112 posts
Likes Given: 559
Joined: Sep 2012
Reputation:
20
Country:
06-20-2015, 08:50 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
C + Lua but i suck dick at both.
Im going to a class this summer for C doe so ^^
Posts: 1,709
Threads: 73
Likes Received: 562 in 260 posts
Likes Given: 1,229
Joined: May 2012
Reputation:
60
Country:
06-20-2015, 09:42 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Mainly C but I also like Javascript (serverside nodeJS), PHP (especially projects with PSR-4 autoloading standard).
Posts: 1,643
Threads: 162
Likes Received: 1,838 in 474 posts
Likes Given: 647
Joined: Feb 2014
Reputation:
92
Country:
06-20-2015, 09:57 PM
(This post was last modified: 09-01-2022, 01:04 AM by Fearless Community.
Edit Reason: Checked Encoding
)
C# if I want to code something that is complex, but I want it done fast.
Python because I appreciate how simple it is to understand and read, as well as the whole logic and culture behind creating and developing the language.
C for the utter control over low level memory. Sometimes fun to manage raw bytes, but only if you've got the right mindset and take it one step at a time.
|