DEV Community

Proposing a new way to write JavaScript.

Thomas Reggi on March 22, 2021

I created a VSCode extension that uses a lot of the ideas here check it out: VSCode Deno Notebook (Denote). TLDR: Want to make a VSCode extension...
Collapse
 
reggi profile image
Thomas Reggi

Thanks for the reply. Yeah I agree, the data would be stored on disk and ideally look like this github.com/reggi/isolation-project with a nested structure. And while it's organized, you NEED the editor and extension and editing the files manually is very cumbersome. So trade-offs exist for sure. Ideally the no-file-editor is an abstraction that products clean project code, like I have in that repo (minus the uuid's)?

Collapse
 
pomdtr profile image
Achille Lacoin

Super interesting post!

Did you hear about val.town ? It feels quite similar to what you envisionned.