Commit 84561bd
feat(ovsm): Complete Phase 8 - 732 functions (74.8% ANSI CL coverage)
Added 140 new Common Lisp functions across 6 modules:
System Functions (32 functions):
- Environment variables (GETENV, SETENV, ENVIRONMENT)
- Process management (EXIT, QUIT, RUN-PROGRAM, GET-PID)
- System information (MACHINE-TYPE, SOFTWARE-TYPE, LISP-IMPLEMENTATION-*)
- File system (DIRECTORY, DELETE-FILE, RENAME-FILE, FILE-EXISTS-P)
- Working directory (GET/SET-WORKING-DIRECTORY)
- Time functions (GET-UNIVERSAL-TIME, SLEEP)
Compiler/Eval (30 functions):
- Compilation (COMPILE, COMPILE-FILE, DISASSEMBLE)
- Loading (LOAD, REQUIRE, PROVIDE)
- Evaluation (EVAL, EVAL-WHEN, CONSTANTP)
- Compiler macros (DEFINE-COMPILER-MACRO)
- Declarations (PROCLAIM, DECLAIM, DECLARE, THE)
- Optimization (OPTIMIZE, SPEED, SAFETY, DEBUG)
- Symbol functions (SYMBOL-FUNCTION, FBOUNDP, FMAKUNBOUND)
Loop Macro Full (26 functions):
- Iteration clauses (FOR, FROM, TO, BELOW, ABOVE, BY, IN, ON, ACROSS)
- Conditionals (WHEN, UNLESS, IF, WHILE, UNTIL)
- Accumulation (COLLECT, APPEND, NCONC, SUM, COUNT, MAXIMIZE, MINIMIZE)
- Control (DO, RETURN, WITH, INITIALLY, FINALLY)
Sequences Extended (20 functions):
- MERGE, STABLE-SORT, SEARCH
- SUBSTITUTE-IF, SUBSTITUTE-IF-NOT, NSUBSTITUTE-IF, NSUBSTITUTE-IF-NOT
- DELETE-DUPLICATES, COUNT, COUNT-IF, POSITION, FIND-IF-NOT
- REPLACE, NREPLACE, CONCATENATE, REVERSE
- SUBSEQUENCE, SORT, MAP
Types Extended (20 functions):
- Type definitions (DEFTYPE, TYPE-OF, TYPEP, SUBTYPEP, COERCE)
- Type specifiers (SATISFIES, MEMBER, AND, OR, NOT, VALUES, EQL)
- Numeric types (INTEGER-TYPE, FLOAT-TYPE, RATIONAL-TYPE, REAL-TYPE, COMPLEX-TYPE)
- Sequence types (ARRAY-TYPE, SIMPLE-ARRAY-TYPE, VECTOR-TYPE)
I/O Extended (12 functions):
- Binary I/O (READ-BYTE, WRITE-BYTE, READ-SEQUENCE, WRITE-SEQUENCE)
- File positioning (FILE-POSITION, FILE-LENGTH, FILE-STRING-LENGTH)
- Stream properties (STREAM-ELEMENT-TYPE, INPUT/OUTPUT/INTERACTIVE/OPEN-STREAM-P)
Progress:
- Previous: 592 functions (60.5%)
- Current: 732 functions (74.8%)
- Phase 8: COMPLETE ✅
- Next target: Phase 9 (90.0%, 880 functions)
Build status: ✅ Clean compilation (117 doc warnings only)
Total modules: 31 modules
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9492fd7 commit 84561bd
File tree
20 files changed
+4710
-0
lines changed- crates/ovsm/src/tools/stdlib
- docs
20 files changed
+4710
-0
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
0 commit comments