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

0 Members and 1 Guest are viewing this topic.

Offline Raavgo

  • Peasant
  • *
  • Posts: 88
  • Cookies: 12
  • On my way from a n00b to a PRO
    • View Profile
What is YOUR favourite coding language?
« on: September 25, 2013, 01:18:48 pm »
Hey Guys,
as mentioned above I would like to know what coding languages are regularly used by you and why.

In my case it is simple C, because I can bend every piece of code exactly to my will, and because
I love to code programs for microcontrollers.
« Last Edit: September 25, 2013, 01:19:15 pm by Raavgo »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: What is YOUR favourite coding language?
« Reply #1 on: September 25, 2013, 01:28:25 pm »
I mostly use python for daily tasks. I use python more than any other language, because it is so easy and writing scripts is very quick, to automate daily tasks and whatnot.

Second would be Java. I use java almost as much as I do python.
« Last Edit: September 25, 2013, 01:29:18 pm by Kulverstukas »

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #2 on: September 25, 2013, 01:30:52 pm »
Personally, when am in a hacking adventure and i need a quick and dirty code write up for the job, Python is my pizza guy. When it comes to applications that might have a longer lifetime on the desktop and have a bit of complexity, i dail up C++.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #3 on: September 25, 2013, 02:05:16 pm »
C++, it's the only one I've learned. Here's why,
* Flexibility, so many ways to do so many things. The possibilities are endless (just what a control freak needs), literally
* Am addicted to high performance
* Can make hardcore GUI
* Can be used to solve almost  any type of problem and can be done with style
* Gave me many programming concepts
* Pointers and classes aren't a hassle to me
* Classes
etc...

Still getting deeper into it but am having hard time buying the time for big projects.
My secrets have secrets...

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #4 on: September 25, 2013, 03:05:19 pm »
HTML ;D

Seriously, I love Python, but I'm also interested in learning C++ and Java.
« Last Edit: September 25, 2013, 03:06:19 pm by Snayler »

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #5 on: September 25, 2013, 03:36:52 pm »
* Flexibility, so many ways to do so many things. The possibilities are endless (just what a control freak needs), literally

It's basically either write C with Classes or C++. "There's more than one way to do it" isn't something one should strive for necessarily, look what came out of it in Perl. A control freak? Surely a control freak would desire one clean solution and panic at variance.

Quote
* Am addicted to high performance

In that case, go code in C/ASM.

Quote
* Can make hardcore GUI

So there's GUI libraries. Fascinating.

Quote
* Can be used to solve almost  any type of problem and can be done with style

Congratulations, what you have is known as a Turing complete language.

Quote
* Gave me many programming concepts

Perhaps a little too much, to the point of becoming baroque.

Quote
* Pointers and classes aren't a hassle to me

C++'s abstract data types mean you hardly need pointers as much as you do in C. As for classes, well... you'll have plenty of them.

Quote
* Classes

I'm not sure why a language having classes is necessarily a good thing.

---------------------------------------------

Anyway. Holy shit, you guys are like a bunch of lifeless enterprise programmers. C++? Java? Oh well.

My favorite is Urbit.
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 WirelessDesert

  • Knight
  • **
  • Posts: 356
  • Cookies: 10
  • I think...
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #6 on: September 25, 2013, 04:00:43 pm »
My favorite is Urbit.
Well my favorite is Malbolge.




Ok seriously, my favorite is Frink, it's awesome for conversion, physics, math, blabla.
Check out my arduino project: Moving car - School project!
"I'm like current, I always take the easiest route."

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: What is YOUR favourite coding language?
« Reply #7 on: September 25, 2013, 04:29:05 pm »
Well my favorite is Malbolge.
Pffff.... my fav of all time is lolcode

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #8 on: September 25, 2013, 04:32:42 pm »
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.
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 ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #9 on: September 25, 2013, 04:46:36 pm »
PHP for short lifespan or dev/testing stuff, C++ for larger projects that needs to be native. But in all honesty I write in a lot of weird shit when its needed. PHP is my first go-to language tho.
« Last Edit: September 25, 2013, 04:46:48 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #10 on: September 25, 2013, 04:57:14 pm »
Pffff.... my fav of all time is lolcode
Lol that's a funny language!
Code: [Select]
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

Also, Moo mOo MoO

Offline halfblood

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 2
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #11 on: September 25, 2013, 05:43:15 pm »
Id say Visual Basic and C#. Tho really starting to like Python, coz of how i can get loads of stuff done in  a few lines as compared to other scripting languages. Iv been coding in PHP for the longesf time though.
"They never Learn!" - Lord Voldemort

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #12 on: September 25, 2013, 07:04:27 pm »
Id say Visual Basic and C#. Tho really starting to like Python, coz of how i can get loads of stuff done in  a few lines as compared to other scripting languages. Iv been coding in PHP for the longesf time though.
OK, i see you are doing python and PHP else i was gonna comment on how OS constrained you are with Visual Basic n C#.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline halfblood

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 2
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #13 on: September 25, 2013, 07:11:57 pm »
OK, i see you are doing python and PHP else i was gonna comment on how OS constrained you are with Visual Basic n C#.
I actually love the .Net languages coz those were the first i learnt.
"They never Learn!" - Lord Voldemort

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: What is YOUR favourite coding language?
« Reply #14 on: September 25, 2013, 07:17:30 pm »
OK, i see you are doing python and PHP else i was gonna comment on how OS constrained you are with Visual Basic n C#.

Technically, you're "OS-constrained" with Python too. There's a whole bunch of API and library methods that are limited to Unix-like systems, although a Windows programmer can do just fine, too.

Additionally, a Unix programmer will do just fine as well with C# and even Visual Basic (although you have to be a world class lunatic, moron or both to use it) thanks to the highly developed Mono runtime environment.

Banshee Media Player and Smuxi are written in C#. Whether you should use .NET in Unix environments is a different matter and quite subjective.
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