Skip to content

Commit

Permalink
Add references to stdlib (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelocantos authored May 10, 2020
1 parent 056f767 commit 756019b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ into the world of arr.ai programming.
See the [Introduction to Arr.ai](docs/README.md) to learn more about the arr.ai
language.

See the [Standard Library Reference](docs/std.md) to learn which are batteries
are included in arr.ai.

### Arr.ai Examples

1. [Snippets](docs/example.md)
Expand Down
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Introduction to Arr.ai

| Status: **INCOMPLETE DRAFT** |
|-|
| Features marked **(⛔NYI)** are not yet implemented. |
(Features marked **(⛔NYI)**, below, are not yet implemented.)

Arr.ai is many things, but it is first and foremost a data representation and
transformation language. This tutorial-style introduction will guide you through
Expand Down Expand Up @@ -421,6 +419,7 @@ External libraries may be accessed via package references.
2. **`//str`:** string functions such as `//str.upper` and
`//str.join`.
3. **`//fn`:** higher order functions such as `//fn.fix` and `//fn.fixt`.
See the [standard library reference](std.md) for full documentation on all packages.
2. **`//{./path}`** provides access to other arrai files relative to the current
arrai file's parent directory (current working directory for expressions such
as the `arrai eval` source that aren't associated with a file).
Expand Down

0 comments on commit 756019b

Please sign in to comment.