Author Topic: What is YOUR favourite coding language?  (Read 7766 times)

0 Members and 2 Guests are viewing this topic.

Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #30 on: December 02, 2013, 02:54:33 pm »
I mean "favorite" probably would be C++ along with one that I use the most but I too like ande use a lot of others for weird shit (we have fucking perl running some backend stuff for EZ along with PHP, C, C++, and a few other weird things).
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline bytecode

  • NULL
  • Posts: 2
  • Cookies: -6
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #31 on: January 18, 2014, 07:32:18 am »
it depends upon the call of coding
diff lang, diff uses and diff advan and disadvan
upon the situation the code lang depends.. they all powerful

Offline Traitor4000

  • Knight
  • **
  • Posts: 191
  • Cookies: 8
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #32 on: January 20, 2014, 02:38:26 pm »
I really like Python so far, after two hours of learning the basics I was able to write Port scanners and other tools. Given i already knew C so i was just learning some basic syntax etc it is still an amazing language. The extensive high level data types are great; however, I am sure I will still use C for writing the more complex programs.
The most vulnerable part of an impenetrable system is those who believe it to be so.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #33 on: January 20, 2014, 07:51:17 pm »
I am sure I will still use C for writing the more complex programs.

Why? You can benefit a lot by using high level languages where it is appropriate.
They allow faster and often more bug free development.

Offline Satan911

  • VIP
  • Knight
  • *
  • Posts: 289
  • Cookies: 25
  • Retired god/admin
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #34 on: January 20, 2014, 08:09:54 pm »
I use Ruby for most of my projects that do not require native code.
Satan911
Evilzone Network Administrator

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #35 on: January 20, 2014, 08:36:31 pm »
I prefer Java and Lua. Python as a scripting language for tools and such.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline Winsler

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #36 on: February 28, 2014, 02:41:53 am »
I would say my favorite would be Python for everyday things because of the ease of use. My other favorite language is C++ because of the portability.
Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.

Offline Traitor4000

  • Knight
  • **
  • Posts: 191
  • Cookies: 8
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #37 on: February 28, 2014, 03:48:57 am »
So like many other responses im going to put Python for everyday stuff other wise C++. I like object oriented programming it makes sense to me. While it is not for everyone in my brain i like to have thing s irganized that way.

The most vulnerable part of an impenetrable system is those who believe it to be so.

Offline Ming

  • /dev/null
  • *
  • Posts: 8
  • Cookies: 0
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #38 on: March 06, 2014, 09:17:44 pm »
my fav are c++ and python. writing in python is fast and pleasant. with c++ i can make almost all because it comprises both high-level and low-lewel language features
« Last Edit: March 06, 2014, 09:18:13 pm by Ming »

Offline Illicit

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 0
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #39 on: March 08, 2014, 07:01:02 pm »
Instead of having a favorite language just use any language that will get the job done. Dont be a programming introvert use other languages more dynamically.

Yeah I have to say Ima go with java.
« Last Edit: March 08, 2014, 07:01:26 pm by Illicit »
I am watching.

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #40 on: March 09, 2014, 02:58:46 pm »
Instead of having a favorite language just use any language that will get the job done. Dont be a programming introvert use other languages more dynamically.

Yeah I have to say Ima go with java.

I highly doubt that you will find a programmer without a favorite language. There will of course be lanugages in which you enjoy coding much more than in other languages. It's natural. There will be times though, where you are forced to using another languages. You have to pick your language wise, since all languages have different purposes.
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #41 on: March 09, 2014, 08:22:00 pm »

Because for doing low-level stuff, languages like C are paramount. Kernel development and the like is done in C and C++ (linux and windows respectively) for a reason. Also, while development may be faster in scripting languages without using adequate frameworks for languages like C and C++, actual execution time is worlds faster with languages like C and C++ which allow for more fine-tuned code and compiler optimization.

You obviously didn't read my post or the one I was responding to.
I am not an idiot. I know when it is appropriate to use C or C++ and that wasn't my question at all.

Offline BossHacker0101

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -4
  • Max
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #42 on: March 10, 2014, 09:28:59 pm »
At the moment i am really into Python, so i guess that is my favorite language. Though i am starting to like C++ aswell. (Still learning though)