Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Apr 28, 2024
1 parent 74192d6 commit 4508ea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/diary/2023-01-07-quote-and-unquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ let("f", fn(quote [], quote sequence([
return(...),
])))
```

maybe I should use `\`` as quote and `~` as unquote.
and `'` for quote without unquote
4 changes: 4 additions & 0 deletions docs/diary/2023-01-10-expression-as-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ More important features are:
Having no preserved keywords and being not ambiguous,
are more important than the ease of
not having to write `;` or `compute`.

- Solution 3: only allow function application expression as statement.

Solution 3 is the best solution.

0 comments on commit 4508ea2

Please sign in to comment.