Elide Runtime Progress (upd. Dec 27th, '22): - :w...
# framework-elide
s
Elide Runtime Progress (upd. Dec 27th, '22): Language: Kotlin Language: Java➡️ Language: JS➡️ Intrinsics ▪︎ console ▪︎ base64 ▪︎ ➡️ Errors •
ValueError
TypeError
➡️ (All exception types) • ➡️ Guest VM exception bridge ▪︎ ➡️ URL Specification •
URL
➡️
URLSearchParams
▪︎ 🕛 Abort Controller ▪︎ 🕛 Streams (Core) ▪︎ 🕛 Streams (Web) ▪︎ ➡️ Fetch API Specification • ➡️
Request
➡️
Response
➡️
Headers
🕛
fetch
▪︎ 🕛 Streaming React ▪︎ 🕛 TypeScript Runtime ◦ ➡️ Runtime ▪︎ Toolchain ▪︎ Embedded in image ▪︎ ➡️
esbuild
at runtime ▪︎ 🕛 TypeScript + JSX runtime (
tslib
, etc) ▪︎ 🕛 Source execution support for TypeScript: CLI + VM ◦ ➡️ CLI ▪︎ Hooked into JS VM v3 ▪︎ Intrinsics installed ▪︎ One-liner install script ▪︎ x86 macOS ▪︎ arm64 macOS ▪︎ x86 linux ▪︎ Ability to execute code snippets ▪︎ Ability to execute file scripts ▪︎ Ability to execute interactively ▪︎ ➡️ Distribution via Brew and apt-get ▪︎ ➡️ Terminal completions (zsh/bash) ▪︎ 🕛 Naked execute (
elide
) should drop into an interactive shell, like Node or Deno • 🕛 Language(s): Python, LLVM, Ruby
d
you've been busy! any thoughts on SSG?
s
@Damien O'Hara i figure it should hook into the new compiler, so it is waiting on that
SSG actually should already work with the old runtime
it's just that it's a pain in the ass to run the server, then run the SSG tool against the server
it takes a proto manifest which tells it which pages to render
if you want i can help you get it working 🙂