mp4096 / indentex

An indentation-based superset of LaTeX
MIT License
9 stars 2 forks source link

Website #21

Open mp4096 opened 7 years ago

mp4096 commented 7 years ago

The website should be an entry point for Indentex beginners.

It should have:

syxolk commented 7 years ago

Funny idea: Use the wasm32-unknown-emscripten target to compile to WebAssembly (or asm.js) and use this in the browser to provide a live transpiler demo. Downside: The emscripten SDK needs 24 GB of space (wtf).

Sources:

mp4096 commented 7 years ago

Yeah, a live demo would be cool. However, using wasm/emscripten seems to be unreasonable at the moment, I'd wait a couple of years.

I mean, using Rust for writing client-side code is weird. It's like using JavaScript for server programming. Oh wai...