Skip to content

Commit 1b94fb7

Browse files
committed
intro: reassurance
1 parent 48bda96 commit 1b94fb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

01-intro.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ APL's more math oriented sides.
2020
- K adds and removes features on every iteration of its design. This lets it refine its design better than
2121
languages which are forced to maintain backward compatibility, like APL, or even Python.
2222

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.
2427

2528
K takes some time and effort to learn, just like any language. However, K is designed to be simple. Most of K's
2629
basic concepts can be finished in an afternoon. Some parts of K will be hard to digest coming from a different

0 commit comments

Comments
 (0)