6ede9e43793c733ebecb8112ce97edeb93c1d8e9
el_runtime.c was deleted prematurely — elb still resolves the runtime at build time via a hardcoded relative path, and the elc code generator still emits #include "el_runtime.h" in generated C. Restoring el_runtime.c + el_runtime.h as the working build runtime until the compiler is updated to emit #include "el_seed.h" and link against el_seed.c directly. el_seed.h: remove #include "el_runtime.h" that broke after el_runtime.h deletion; add inline el_val_t typedef + macros + float cast helpers so el_seed.h is fully self-contained.
…
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
139 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
86.3%
C
11.4%
HTML
1.7%
JavaScript
0.4%
Shell
0.2%