Sinisterly
Favourite Language? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Favourite Language? (/Thread-Favourite-Language)

Pages: 1 2


Favourite Language? - Harvey - 04-01-2013

What's your favourite programming language and why?

I'm personally into python if you hadn't already guessed. I also like C. I love how ninja-like python can be and it's just a brilliant and comfortable language as far as syntax goes. C is a beast because it's probably the fastest language out there above assembly.


RE: Favourite Language? - Redbull - 04-01-2013

I think mine would have to be JavaScript.

I do Scripting for TriBot Smile


RE: Favourite Language? - Fhoto - 04-16-2013

PHP is mine.

Used it since the dawn of time.


RE: Favourite Language? - Harvey - 04-16-2013

(04-16-2013, 01:17 AM)Fhoto Wrote: PHP is mine.

Used it since the dawn of time.

I tried PHP when I first started and decided it was very messy for my liking. My python brain can't handle the syntax. :p


RE: Favourite Language? - Satoru - 04-20-2013

PHP.

Really only thing I have ever need considering the fact that I was into webapp exploitation.

Some javascript is always handy as well.


RE: Favourite Language? - Banadmin - 04-20-2013

Mine will have to be PHP, I find the things you can code with it amazing! I'm not an expert though, just at the learning stage! Smile


RE: Favourite Language? - Amazed - 04-21-2013

Mine are Java,C++, and .NET I've used all three since I've been on the internet. I first started out with .NET around the age of 10 and used to make account stealers (lmfao). Now I'm into making applications and all that good stuff. Im also a beginner in C++ and studying how D3D works (for game hacks). Java I used for RSPS (Runescape Private Servers) and have stuck with it for a while, I'm still a beginner since the last time I've touched an IDE was around mid-2010.


RE: Favourite Language? - Harvey - 04-22-2013

I really want to get into PHP but don't know whether using a Python web framework like Django would be better for me. I'd love to develop my own site without using pre-made templates.


RE: Favourite Language? - Dean Winchester - 04-22-2013

php, Java & C++. php at first was messy for me, but eventually I got adjusted to it.


RE: Favourite Language? - Harvey - 04-22-2013

(04-22-2013, 08:48 AM)Jimmy Wrote: php, Java & C++. php at first was messy for me, but eventually I got adjusted to it.

That's what turned me off it initially as well.