You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,19 @@
3
3
4
4
## Basic Concepts
5
5
6
-
1.[Abstractions](https://github.com/HowProgrammingWorks/Abstractions) as an essence of programming and engenering at all
7
-
2. Variables and data types, scalar and reference, objects, arrays and data structures
8
-
3.[Functions](https://github.com/HowProgrammingWorks/Function) including anonymous functions and lambdas
6
+
1.[Abstractions](https://github.com/HowProgrammingWorks/Abstractions) as
7
+
an essence of programming and engenering at all
8
+
2.[Variables and data types](https://github.com/HowProgrammingWorks/DataTypes),
9
+
scalar and reference, objects, arrays and data structures
10
+
3.[Functions](https://github.com/HowProgrammingWorks/Function) including
11
+
anonymous functions and lambdas
9
12
4. Pure functions and side effects
10
13
5. Superposition and [Composition](https://github.com/HowProgrammingWorks/Composition)
11
14
6.[Partial application](https://github.com/HowProgrammingWorks/PartialApplication), currying and [wrapping](https://github.com/HowProgrammingWorks/Wrapper) functions
12
15
7.[Higher order functions](https://github.com/HowProgrammingWorks/HigherOrderFunction) including callbacks and [closures](https://github.com/HowProgrammingWorks/Closure)
13
16
8.[Iteration](https://github.com/HowProgrammingWorks/Iteration) and loops
Copy file name to clipboardExpand all lines: README.ru.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,22 @@
3
3
4
4
## Базовые концепции
5
5
6
-
1.[Абстракции](https://github.com/HowProgrammingWorks/Abstractions) как сущность программирования и инженерии
7
-
2. Переменные и типы данных, скалярные и ссылочные типы, объекты, массивы и структуры данных
8
-
3.[Функции](https://github.com/HowProgrammingWorks/Function) включая анонимные и лямбда-выражения
6
+
1.[Абстракции](https://github.com/HowProgrammingWorks/Abstractions) как
7
+
сущность программирования и инженерии
8
+
2.[Переменные и типы данных](https://github.com/HowProgrammingWorks/DataTypes),
9
+
скалярные и ссылочные типы, объекты, массивы и структуры данных
10
+
3.[Функции](https://github.com/HowProgrammingWorks/Function) включая
11
+
анонимные и лямбда-выражения
9
12
4. Чистые функции и побочные эффекты
10
-
5. Суперпозиция и [конпозиция](https://github.com/HowProgrammingWorks/Composition) функций
11
-
6.[Частичное применение](https://github.com/HowProgrammingWorks/PartialApplication), каррирование и [функции-обертки](https://github.com/HowProgrammingWorks/Wrapper)
12
-
7. Функции [высшего порядка](https://github.com/HowProgrammingWorks/HigherOrderFunction) включая колбеки и [замыкания](https://github.com/HowProgrammingWorks/Closure)
13
+
5. Суперпозиция и [конпозиция](https://github.com/HowProgrammingWorks/Composition)
0 commit comments