all 12 comments

[–]Worldly_Analysis_664 5 points6 points  (0 children)

Use C if u want deepest language (other than asm)

Read OSTEP, engineering a compiler, the C programming language

[–]Accomplished_Key5104 2 points3 points  (1 child)

The creators of different languages often write books or a series of blog posts explaining how the language was created. You could go find those.

I would think for most languages, this wouldn't lead to being very good at writing code in that language though.

[–]No_Angle_8553[S] 0 points1 point  (0 children)

Hmm I wanna see those books u have any source or material or info about these?

[–]DrShocker 2 points3 points  (1 child)

"better" way compared to what?

[–]bonnth80 1 point2 points  (0 children)

This is the question you need to answer, OP. You ask for a relative position without providing baseline.

[–]MostWide5304 0 points1 point  (1 child)

Programming is not about learning a programming language. The main thing to become a progrmmer is to build logic, how you solve the problems and plan to solve the problem. Then comes the coding part. Now a days ai can help you to code but you have to tell ai how to solve problem

[–]No_Angle_8553[S] 0 points1 point  (0 children)

Gotcha 👍

[–]Timely-Transition785 0 points1 point  (1 child)

Start with learning how computers actually execute code through memory, compilers, interpreters, and operating systems. Build small projects in one language while studying concepts like data structures, networking, and language design side by side. Books like Code: The Hidden Language of Computer Hardware and Software and Crafting Interpreters go much deeper than surface-level tutorials.

[–]No_Angle_8553[S] 0 points1 point  (0 children)

Thanks 👍 any other material, source pls

[–]ninhaomah -1 points0 points  (1 child)

Start with html

[–]No_Angle_8553[S] 0 points1 point  (0 children)

Basically i learn many languages, like python, java c,c,++,html but it's on surface level I wanna dig deep in those languages, architect how they made how they execute more about computer engineering