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

0 Members and 1 Guest are viewing this topic.

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: What is YOUR favourite coding language?
« Reply #15 on: September 26, 2013, 12:14:55 am »
Python for daily tasks / web. I used to do PHP for web, but got tired of it. Perl is also cool for scripting jobs.
C for everything else, because It's the one I'm more fluent and confortable with.

Offline Uriah

  • Sir
  • ***
  • Posts: 454
  • Cookies: 42
  • άξονας
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #16 on: September 26, 2013, 05:37:39 am »
Pffff.... my fav of all time is lolcode
Every time i see KTHXBYE I cant stop laughing :D


My favorite is javascript for writing serious applications, because i really like the way it works and its connection to the web. My favorite for writing personal scripts to run small tasks, do homework, etc. is python, because its short and to the point.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: What is YOUR favourite coding language?
« Reply #17 on: September 26, 2013, 05:57:43 am »
I will have to say Python like so many others, and honestly I couldn't expect less. I know C is a very second close to it and I couldn't agree more; well more or less.

The only reason I'm saying python is because it is something I am most fluent in. The only other being C. Yes, I have done and also still do Java, but only for Android. I have and will do PHP if it needs it, such as anything web and needing a DB, or universal across multiple PC's that needs something in common to refer to such as a DB of tickets or something.

Hell, even GUI based apps and front-ends go to python since haven't been on or with Windows for such a long time, and even if Windows was an option, python minus file paths is my first choice. But python isn't adopted in the working world, but LAMP and WAMP is, P being PHP in my case since python is in the know and here for a lot of corporate America.

Although, when working with le Atmel or anything that doesn't use an OS it will be C. I do, however, use python on embedded linux such as ARM tech. But when and where C doesn't come in, it will be C. I have also done a bit of driver work and stuff with linux and getting a damn game controller to work with out the accelerometer and such, then C is the answer.

Python is coming up for a lot of stuff, mostly because it is so easy. And it can be powerful with the libs avail like hooking into DLLs and such. Anything python doesn't make since with it will be C for me.

I mentioned Java, and it is and only for now for Android Dev. Yes C/++ can be used as a core dev language, but the Devs them selves recommend using Java instead. C/++ with android is meant for things like 3D speed up and system and performance critical things, things I haven't come accross yet with android.

I have done VB.NET in school, and delved in C# and others, but if it can't be done with C or python, then meh.

Notable mention is, PBASIC and BASIC itself. Only used with 8bit microcontrollers though, so I can't tell much other than spinning a servo or reading from COM or flashing an LED.

TL:DR:
Python, C/++, PBASIC (special cases), PHP. In that order pending on application.

I have also been interested in BrainFuck, a lot like LuLzcode or whatever, but I have seen more on HackADay with BrainFuck than Lolcode. Probably will never get around to it, but much rofl's for it.
>>>import this
-----------------------------

Offline halfblood

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 2
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #18 on: September 26, 2013, 06:21:25 am »
And here i thought there were people who actually liked Rails? lol
"They never Learn!" - Lord Voldemort

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: What is YOUR favourite coding language?
« Reply #19 on: September 26, 2013, 06:31:03 am »
I don't think I made it clear, yes I posted what I used the most and such, but it is still doesn't matter. I code with what ever I think the problem needs. Languages really don't matter, they all play a part. I choose based on the problem at hand, and in a lot of cases the languages I listed.

Most scripted languages are a dime a dozen, I chose a few that work for me and I use them. Same goes with anything else. I my job requires me to use Ruby, by god I'll use it. If my job requires me to leave it up to myself to choose, then I'll make excuses for python unless the job requires something else like C, or VB.NET.
>>>import this
-----------------------------

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 #20 on: September 26, 2013, 09:10:35 am »
When it comes down to only liking the programming language and not what I use most or what I am best at or how the language implementation is that I use (that's all only important if you think of solving certain tasks with them), then Scala is my favourite.

Reason: I love programming functional, but there are some tasks that are a pain without imperative features. Scala is a functional-imperative hybrid and it is OOP too. It can be used to write small scripts without much clutter like classes around everything (similar to python), but it can also be used for large programs with all the structural features you need to separate the concerns and modularize your program.
Scala is relatively concise and has all the features I need and like.

Everything else, like OS independency or compiled vs interpreted is a characteristic of the language implementation and not the programming language itself, thus doesn't play a role in my view above.

Offline halfblood

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 2
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #21 on: September 26, 2013, 10:15:03 am »
and Python takes home the cup!! :-X
"They never Learn!" - Lord Voldemort

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: What is YOUR favourite coding language?
« Reply #22 on: September 27, 2013, 06:51:23 am »
ASM, C && C++.  I mention all 3 because they're different languages but for me they tend to blend together rather seamlessly.

In all honesty, it's Python and C for me.

Currently I'm also dabbling with Java, even though it's not particularly enjoyable.

Otherwise after I'm done what I really want to do is learn some languages with more unconventional paradigms. Like Lisp, Haskell and Prolog.

Especially Lisp.

@vezzy; Give Go a go.  I think you might like it.  From what I've seen of your personality, Haskell seems like a language you'd probably like though you may also want to learn some VHDL.
-Xires

Offline daxda

  • Peasant
  • *
  • Posts: 114
  • Cookies: 112
  • Not the guy you're looking for
    • View Profile
    • Daxda on Github
Re: What is YOUR favourite coding language?
« Reply #23 on: October 07, 2013, 09:56:46 am »
Update 2014: Python, C/++
« Last Edit: April 23, 2014, 08:27:07 pm by daxda »

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #24 on: October 07, 2013, 04:02:14 pm »
>IDE
>Python

You're doing it wrong.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #25 on: October 07, 2013, 04:05:56 pm »
Hmm my turn,
Mostly I'm using C# because that's the language I've learned first and because I just can't get used to using Linux OS only.
Some months ago I've started learning Python because  there are many python scripts pre-installed on Kali (which is the Distro I use). But the problem with Python is that there are big differences between the versions of it 2.5.x - 3.x and no friendly IDE!

The different versions are very easily controlled on linux.
Why is it your using kali linux, I wouldnt get used to that either as for a distro it is pretty crap.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline narutosanjiv

  • NULL
  • Posts: 4
  • Cookies: -2
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #26 on: October 07, 2013, 04:06:59 pm »
I am love to do programming in C but doing programming  in ruby due to my professional constraint

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #27 on: October 09, 2013, 05:07:32 pm »
No.


I'm using it because my backtrack keeps getting messed up (can't update it)

Kali/backtrack , whatever, I meant something proper or any BSD flavour for that matter.
« Last Edit: October 09, 2013, 05:07:42 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #28 on: October 09, 2013, 05:16:15 pm »
No.

Yes.

Anything beyond a standard text editor for a lightweight language like Python is overkill.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline Heisenburg

  • Serf
  • *
  • Posts: 32
  • Cookies: 4
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #29 on: November 21, 2013, 02:08:09 pm »

My favourite languages of all time are Python, C


 8)  and a bit of Lisp, elisp for my emacs configuration.