ReBreached Forums
What is the most challenging programming language to learn? - Printable Version

+- ReBreached Forums (https://rebreached.vc)
+-- Forum: General (https://rebreached.vc/Forum-General)
+--- Forum: Programming (https://rebreached.vc/Forum-Programming)
+--- Thread: What is the most challenging programming language to learn? (/Thread-What-is-the-most-challenging-programming-language-to-learn)



What is the most challenging programming language to learn? - lexodaw517@frandin.com - 11-24-2023

Hello everyone!
I've been programming for a while now and have experience in various programming languages and frameworks.
However, I'm curious to know which programming language you think is the most challenging to learn and why?

Personally, I found learning C to be quite challenging because when coming from java, python or other more modern languages youre so used to garbage collection and memory management.


RE: What is the most challenging programming language to learn? - ocean2768 - 11-27-2023

for me it was Haskell
coming from Java/C the functional style is so different that i have a hard time to wrap my head around the concepts


RE: What is the most challenging programming language to learn? - asdqwerty321 - 11-30-2023

Assembly, it does not even have loops.


RE: What is the most challenging programming language to learn? - 4444z - 12-31-2023

(11-24-2023, 08:16 PM)lexodaw517@frandin.com Wrote: Hello everyone!
I've been programming for a while now and have experience in various programming languages and frameworks.
However, I'm curious to know which programming language you think is the most challenging to learn and why?

Personally, I found learning C to be quite challenging because when coming from java, python or other more modern languages youre so used to garbage collection and memory management.

For me, it was C++ and Java.


RE: What is the most challenging programming language to learn? - talamasca0190 - 02-04-2024

(11-24-2023, 08:16 PM)lexodaw517@frandin.com Wrote: Hello everyone!
I've been programming for a while now and have experience in various programming languages and frameworks.
However, I'm curious to know which programming language you think is the most challenging to learn and why?

Personally, I found learning C to be quite challenging because when coming from java, python or other more modern languages youre so used to garbage collection and memory management.

ASM, when you know how assembly works, you understand every other things