Skip to content

Commit

Permalink
Add doc page and link to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walker committed Dec 27, 2024
1 parent 33922bf commit 20e05d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ Coalton is currently used in production to build [quantum computing software](ht
**Learn**: Start with [*Intro to Coalton*](docs/intro-to-coalton.md) and the [standard library reference](https://coalton-lang.github.io/reference/), and then take a peek at the [examples directory](examples/). It may also be helpful to check out the [introductory blog post](https://coalton-lang.github.io/20211010-introducing-coalton/).

For documentation on more advanced Coalton features, refer to the other docs pages:
* [Coalton <-> Common Lisp Interop](docs/coalton-lisp-interop.md)
* [Coalton Collections Guide](docs/collections-guide.md)

Check out the following docs to explain ancillary aspects of Coalton development, like testing and documenting your codebase:
* [Coalton Documentation Guide](docs/coalton-documentation-guide.md)
* [Intro to Coalton Testing](docs/intro-to-coalton-testing.md)

## What's Here?

This repository contains the source code to the [Coalton compiler](src/), and the [standard library](library/).
Expand Down
3 changes: 3 additions & 0 deletions docs/collections-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Coalton Collections Library

TODO: Document collections here

0 comments on commit 20e05d7

Please sign in to comment.