1+ <!--
2+ SPDX-License-Identifier: MPL-2.0
3+ Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+ -->
15## Machine-Readable Artefacts
26
37The following files in ` .machine_readable/ ` contain structured project metadata:
@@ -19,7 +23,7 @@ The following files in `.machine_readable/` contain structured project metadata:
1923
2024| Language/Tool | Use Case | Notes |
2125| ---------------| ----------| -------|
22- | ** AffineScript** | Primary application code | Affine-typed, compiles to typed-wasm or Deno-ESM |
26+ | ** AffineScript** | Primary application code | Compiles to JS, type-safe |
2327| ** Deno** | Runtime & package management | Replaces Node/npm/bun |
2428| ** Rust** | Performance-critical, systems, WASM | Preferred for CLI tools |
2529| ** Tauri 2.0+** | Mobile apps (iOS/Android) | Rust backend + web UI |
@@ -43,7 +47,7 @@ The following files in `.machine_readable/` contain structured project metadata:
4347| Bun | Deno |
4448| pnpm/yarn | Deno |
4549| Go | Rust |
46- | Python | Julia/Rust/ReScript |
50+ | Python | Julia/Rust/AffineScript |
4751| Java/Kotlin | Rust/Tauri/Dioxus |
4852| Swift | Tauri/Dioxus |
4953| React Native | Tauri/Dioxus |
@@ -61,7 +65,7 @@ Both are FOSS with independent governance (no Big Tech).
6165### Enforcement Rules
6266
63671 . ** No new TypeScript files** - Convert existing TS to AffineScript
64- 2 . ** No package.json for runtime deps** - Use deno.json imports
68+ 2 . ** No package.json - use deno.json deps** - Use deno.json imports
65693 . ** No node_modules in production** - Deno caches deps automatically
66704 . ** No Go code** - Use Rust instead
67715 . ** No Python anywhere** - Use Julia for data/batch, Rust for systems, AffineScript for apps
0 commit comments