About Source Code Reading [Closed]

Asked 2 years ago, Updated 2 years ago, 29 views

Do you want to improve this question?Edit this post and update the question to focus on one issue

Closed 6 years ago.

6 years ago

Recently, I started studying programming languages and became interested in python and ruby.

If you look at the source code of the language itself, you can see that it is written in C language, but you can see that it consists of many files, and it quickly becomes more complicated and confusing.

How do you read source code for these big projects?

c

2022-09-29 21:19

1 Answers

There are many types of programs, but language processing systems such as compilers and interpreters are particularly complicated, making it more difficult to read the source code.You need knowledge of both the processing side (e.g. C) and the processing side (Ruby and Python), as well as extensive knowledge of computer science such as parsing.

If your goal is to write a program on Ruby or Python (or in any language), it is not necessary to be able to read your own source code.It would be good if you could study in the introduction of each language and so on.

If you want to know how Ruby or Python works as a language processing system, you need to learn C and the language you want to learn.In addition, you will learn more about how language processing works in a specialized book.

If you are doing source reading to study C, I think the language processing system is too difficult.You'd better start with a smaller one.Still, you need to know what the program is doing.


2022-09-29 21:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.