-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
20 lines (15 loc) · 762 Bytes
/
NOTICE
File metadata and controls
20 lines (15 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ClojureWasm
Copyright (c) 2026 chaploud
This product includes software developed by Rich Hickey and contributors
to the Clojure programming language (https://clojure.org/).
Clojure
Copyright (c) Rich Hickey. All rights reserved.
Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0)
The following components are derived from upstream Clojure:
- src/clj/ — Clojure standard library (core, set, walk, test, etc.)
with UPSTREAM-DIFF modifications for the Zig runtime
- test/upstream/ — Ported test suite (68 files)
SCI (Small Clojure Interpreter)
Copyright (c) Michiel Borkent. All rights reserved.
Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0)
- test/upstream/sci/core_test.clj — Ported test file