1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 02:59:54 +00:00
This commit is contained in:
jgart 2021-11-14 14:19:04 -05:00 committed by GitHub
parent 3cb604df02
commit d34d319d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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?