Sinisterly
What's your favorite programming languages? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: What's your favorite programming languages? (/Thread-What-s-your-favorite-programming-languages)

Pages: 1 2 3


RE: What's your favorite programming languages? - mothered - 08-30-2018

(08-30-2018, 09:27 AM)tschaikowsky Wrote:
(08-30-2018, 09:20 AM)mothered Wrote:
(08-30-2018, 09:16 AM)Num5kull Wrote: I am still looking for a language that I understand as well as php :/ it just clicks with me fr some reason.

Same here with PHP and particularly SQL.

When using the latter, I can query and manipulate databases with Incredible ease.

Dont forget Python Wink

Agree.

It certainly Is quite a powerful language.


RE: What's your favorite programming languages? - tschaikowsky - 08-30-2018

(08-30-2018, 09:47 AM)mothered Wrote:
(08-30-2018, 09:27 AM)tschaikowsky Wrote:
(08-30-2018, 09:20 AM)mothered Wrote: Same here with PHP and particularly SQL.

When using the latter, I can query and manipulate databases with Incredible ease.

Dont forget Python Wink

Agree.

It certainly Is quite a powerful language.

yeah and i think its not heavy to learn and you can do a lot with python specially in Hacking


RE: What's your favorite programming languages? - Num5kull - 09-08-2018

I always use sqlite (with php) too, you can make a very low spec server that way. Also am a fan of python for random scripts will be learning to make webapps using it in the near future Smile


RE: What's your favorite programming languages? - Skofos - 09-12-2018

Nice language that you learned I have read all post Biggrin Keep it up
#HappYH4cking


RE: What's your favorite programming languages? - casperandersen - 09-21-2018

Python
Assembler
Rust
and Java (only cause i make minecraft mods)


RE: What's your favorite programming languages? - darkninja1980 - 09-21-2018

My favorite programming Language is Java and C#


What's your favorite programming languages? - BitFaces - 10-01-2018

I generally do and have done many of them, all of the aforementioned.

It really depends on your purposes. In my day to day job I need to be quick so python3 is always my goto solution as it provides ease of writing, simplicity, speed and a massive community. So I can write dirty scripts in minutes. Golang is also powerful, and Ruby.

C# of course is nice and good, but too much effort for quick scripts. It's good for medium and above projects.

I also like bashing stuff, but that depends on my time. Bash will usually lead to bugs or issues if you have not fully mastered it, but it's amazing how you can use all the Linux binaries along with it to process any data.


RE: What's your favorite programming languages? - Jimbo39238 - 10-01-2018

Vanilla Javascript for the win :')


RE: What's your favorite programming languages? - 0x59 - 10-21-2018

C#, but I'm trying to learn C++ and spread out if that makes sense.
Only Year 1 HS, so I have a lot of time to learn.


RE: What's your favorite programming languages? - mothered - 10-21-2018

(10-01-2018, 08:54 AM)Jimbo39238 Wrote: Vanilla Javascript for the win :')

I haven't come across too many users utilizing Vanilla Javascript.

JavaScript was part of my equation many years ago, but nowadays with exploitation, I predominantly use SQL (absolutely Imperative when In the back-end and querying & manipulating databases) and PHP.