You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove outdated OCaml references from README
- Update Quick Start to use cargo/Rust tooling (not dune/OCaml)
- Update Development section with actual stack (Rust+Idris2+Zig)
- Remove references to OCaml type safety (use Hindley-Milner instead)
- Clarify that 76% Rust is normal for language infrastructure
The actual implementation uses:
- Rust for compiler/VM/interpreter
- Idris2 for ABI with formal proofs
- Zig for FFI C-compatible layer
- WokeLang for examples and (future) stdlib
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.adoc
+44-52Lines changed: 44 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ WokeLang: A Human-Centered Programming Language
17
17
18
18
WokeLang is a programming language designed for **human collaboration**, **empathy**, and **safety**—without sacrificing power or performance. It combines:
19
19
20
-
- **Python’s readability** with **Rust’s performance**.
21
-
- **OCaml’s type safety** with **JavaScript’s expressiveness**.
20
+
- **Python's readability** with **Rust's performance**.
21
+
- **Hindley-Milner type inference** with **JavaScript's expressiveness**.
22
22
- **Unique features** like `thanks to`, `only if okay`, and `measured in` for **ethical, self-documenting code**.
23
23
24
24
## Table of Contents
@@ -36,37 +36,41 @@ WokeLang is a programming language designed for **human collaboration**, **empat
0 commit comments