Fearless Forums
Favourite Programming Language - Printable Version

+- Fearless Forums (https://fearlessrp.net)
+-- Forum: General Discussion (https://fearlessrp.net/forumdisplay.php?fid=10)
+--- Forum: Discussions (https://fearlessrp.net/forumdisplay.php?fid=4)
+---- Forum: Archive (https://fearlessrp.net/forumdisplay.php?fid=481)
+---- Thread: Favourite Programming Language (/showthread.php?tid=61506)

Pages: 1 2 3 4


Favourite Programming Language - Doctor Internet - 06-20-2015

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?


RE: Favourite Programming Language - Tomo - 06-20-2015

I only know English. Smile


RE: Favourite Programming Language - RRK - 06-20-2015

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.


RE: Favourite Programming Language - Doctor Internet - 06-20-2015

(06-20-2015, 05:00 PM)Pawenstedt Wrote: HTML

Please leave.

[Image: when-you-write-your-essays-in-programmin...047-22.jpg]


RE: Favourite Programming Language - BasicallyMental - 06-20-2015

Mainly HTML. However, I do like LUA. Do not use my coding skills often enough though :/


RE: Favourite Programming Language - Joykill - 06-20-2015

(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.


RE: Favourite Programming Language - Doctor Internet - 06-20-2015

(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.


RE: Favourite Programming Language - Adamantite - 06-20-2015

C + Lua but i suck dick at both.
Im going to a class this summer for C doe so ^^


RE: Favourite Programming Language - Burnett - 06-20-2015

Mainly C but I also like Javascript (serverside nodeJS), PHP (especially projects with PSR-4 autoloading standard).


RE: Favourite Programming Language - Avgar - 06-20-2015

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.