diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-24 15:28:04 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-24 15:28:04 +0300 |
| commit | c1e418b225d4e8f8c99ec0b8514098951d2a1881 (patch) | |
| tree | e59943a08c1bf6130227af45300f4f6fa28c7e05 /README.org | |
| parent | 83af7d7e9ffe3ae32e2cffbf59d204d3809ffe70 (diff) | |
gitlab doesn't like Org's links
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -100,7 +100,6 @@ Much like =if-let= and =when-let=, except tests expression for =nil=. #+end_src *** =into= -<<into>> Clojure's =into= function implemented as macro, because Fennel has no runtime distinction between =[]= and ={}= tables, since Lua also doesn't feature this feature. However we can do this at compile time. @@ -169,7 +168,7 @@ Works mostly like in Clojure, but, since Fennel doesn't have list object, it ret ;; nil #+end_src -See [[into][into]] on how to transform such sequence back into associative table. +See =into= on how to transform such sequence back into associative table. *** =first= and =rest= =first= returns first value of a table. |