-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathHISTORY
20 lines (20 loc) · 1.12 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Jan 2015 - Project started in C++
Oct 2015 - Parser, Type checker, and Interpreter implemented
Oct 2015 - Rewrite in Clojure started, focusing on C++ codegen
Nov 2015 - Parser, Type checker, and Codegen targeting C++ implemented
Dec 2016 - Initial macro system and interpreter are working
Dec 2016 - Continuous benchmark service added
Jan 2017 - Transition to fully generic, type-rich programming
Dec 2017 - Rewrite in Clojure, syntax changed to be a Clojure dialect
May 2022 - Rewrite in C++, backed by cling
Aug 2022 - Switch to Mozilla Public License 2.0
Mar 2023 - Hit 1k Github stars
Apr 2023 - Presented at Clojure Conj 2023
Jun 2023 - $2k Clojurists Together sponsorship for new object model
Sep 2023 - $2k Clojurists Together sponsorship for module/ns system
Jan 2024 - $2k Clojurists Together sponsorship for dynamic bindings, syntax quoting, and meta hints
Apr 2024 - $9k Clojurists Together sponsorship for lazy seqs, destructuring, and loop
Sep 2024 - $2k Clojurists Together sponsorship for LLVM IR generation
Nov 2024 - Switch to LLVM IR generation completed
Jan 2025 - Hit 2k Github stars
Jan 2025 - Switch full-time work on jank