diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-01-02 22:29:40 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | cc9ac1b1e2654074745aee4f3b59b292daba0d44 (patch) | |
| tree | fc576d59f328f471168b9d8cdaa66a3f2f5cb944 /docs/guide | |
| parent | add shell.nix (diff) | |
| download | alive-cc9ac1b1e2654074745aee4f3b59b292daba0d44.tar.gz alive-cc9ac1b1e2654074745aee4f3b59b292daba0d44.zip | |
docs/guide: fixes
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/04_syntax.md | 9 | ||||
| -rw-r--r-- | docs/guide/index.md | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/docs/guide/04_syntax.md b/docs/guide/04_syntax.md index 93f1c61..29361f7 100644 --- a/docs/guide/04_syntax.md +++ b/docs/guide/04_syntax.md @@ -12,18 +12,15 @@ to format code to your liking. The following are all equal and valid examples: (print "hello world") - (+ 1 - 2 - 3) - (print - "hello world") + "hello world" + ) ( print "hello world" ) It is however recommended to follow the [clojure style guide][clojure-style] as much as it does apply to alv. All further examples in this guide will respect -this guideline, so you might just pick it up simply by following this guide. +this guideline, so you might just pick it up simply by following along. ## comments To annotate your code, you can use comments. In `alv`, comments begin with diff --git a/docs/guide/index.md b/docs/guide/index.md index 6933717..14d4a86 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -20,7 +20,7 @@ language and features like functions, loops, etc. take a look at the 4. [syntax](04_syntax.html) 5. [basic types](05_basic-types.html) 6. [importing operators](06_importing-operators.html) -7. [defining symbols](07_symbols.html) +7. [defining symbols](07_defining-symbols.html) 8. [making sound](08_making-sound.html) [supercollider]: https://supercollider.github.io/ |
