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: 01-intro.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,10 @@ APL's more math oriented sides.
20
20
- K adds and removes features on every iteration of its design. This lets it refine its design better than
21
21
languages which are forced to maintain backward compatibility, like APL, or even Python.
22
22
23
-
Each one of K's major iterations is called a *dialect*. In this tutorial, we will learn about [ngn/k](https://codeberg.org/ngn/k), an open source version of the K6 dialect.
23
+
Each one of K's major iterations is called a *dialect*. In this tutorial, we
24
+
will learn about [ngn/k](https://codeberg.org/ngn/k), an open source
25
+
implementation of the K6 dialect. Learning ngn/k will give you the
26
+
fundamentals required to understand any K dialect.
24
27
25
28
K takes some time and effort to learn, just like any language. However, K is designed to be simple. Most of K's
26
29
basic concepts can be finished in an afternoon. Some parts of K will be hard to digest coming from a different
0 commit comments