1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-06 18:43:04 +00:00

Merge pull request #872 from jgarte/jgarte-patch-aesthetics

Typo fix
This commit is contained in:
Calvin Rose
2021-11-14 14:03:21 -06:00
committed by GitHub

View File

@@ -257,7 +257,7 @@ Nope. There are no cons cells here.
### Is this a Clojure port?
No. It's similar to Clojure superficially because I like Lisps and I like the asthetics.
No. It's similar to Clojure superficially because I like Lisps and I like the aesthetics.
Internally, Janet is not at all like Clojure.
### Are the immutable data structures (tuples and structs) implemented as hash tries?