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

The first example is too complicated #20

Open
kniazkov opened this issue Dec 1, 2022 · 1 comment
Open

The first example is too complicated #20

kniazkov opened this issue Dec 1, 2022 · 1 comment

Comments

@kniazkov
Copy link

kniazkov commented Dec 1, 2022

The first example is short enough, but still, and it is too complex to be the first example. It contains some syntax, which is explained later in the text.
What is an object? It is the basic essence of language. Let's first define an empty object that contains nothing, and say "that there is an object with no attributes at all. But now we can add some data to the empty object". Next, we'll describe a more complex object, but in which no calculations are made, say a vector:

[] > vector
  2 > dx
  3 > dy

I'm not sure I described it correctly, but nevertheless. And now we write, look: here we have such a thing as a vector, it contains two values of some kind. For some specific purpose we can use this vector.
Next, we add some calculations using the previous example and so on and so on.

@pollyvolk
Copy link

I totally agree. I read first two examples and felt demotivated, because I coud not understand several constructs in them. The syntax is too specific, so it is hard to make sense of some features even logically.

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

2 participants