Skip to content

Commit

Permalink
Tweak some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Apr 27, 2024
1 parent d70373b commit 96dc0fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion resources/public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions resources/src/blog/2024-04-27-lazy-sequences.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ identified and elided by optimizing compilers. It even has its own acronym:

jank, for now anyway, simplifies this by always using the IIFE. It does it in a
more janky way, though, which is interesting enough that I'll share it with you
all. Let's take an example `loop*` (note that the special form is actually
`loop*`, same as in Clojure; `loop` is a macro which provides destructuring on
top of `loop*` -- now you know):
all. Let's take an example `loop*` (note that the special form of `loop` is
actually `loop*`, same as in Clojure; `loop` is a macro which provides
destructuring on top of `loop*` -- now you know):

```clojure
(loop* [x 0]
Expand Down

0 comments on commit 96dc0fb

Please sign in to comment.