Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's add some real and simple examples, such as calculating the factorial #23

Open
kniazkov opened this issue Dec 1, 2022 · 0 comments

Comments

@kniazkov
Copy link

kniazkov commented Dec 1, 2022

The book does not contain a single example of a completely finished program that takes something as input from the command line, computes it, and then outputs the result (or saves it to a file). However, these are the majority of programs, at least of the ones we write.

I propose to give at least one such complete example, namely the calculation of the factorial. It is possible to write the whole program text, and then in additional chapters to break it down piece by piece. Using only this example, a programmer learning EO will immediately understand many aspects of programming in this language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant