Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf authored Oct 9, 2023
1 parent 3016eb3 commit 18d3b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Please try them out and share your thoughts in the corresponding issues!
#### Ellipsis packing and unpacking

> [!NOTE]
> **feature:** `rest-args` (discussed in #48, #49)
> **feature:** `rest-args` (discussed in [#48](https://github.com/dgkf/R/issues/48), [#49](https://github.com/dgkf/R/issues/49))
Current work is focused on `..args` named ellipsis arguments and `..args`
unpacking in function calls. However, due to the experimental nature of this
Expand Down Expand Up @@ -107,7 +107,7 @@ f(..args, ..more_args) # duplicate names okay, last instance takes priority
#### Tail Recursion

> [!NOTE]
> **feature:** `tail-call-optimization` (discussed in #60)
> **feature:** `tail-call-optimization` (discussed in [#60](https://github.com/dgkf/R/issues/60))
Tail recursion allows for arbitrarily recursive call stacks - or, more
accurately, it discards frames from the call stack in this special case
Expand Down

0 comments on commit 18d3b39

Please sign in to comment.