I've been working on a "notebook"-style live programming environment called TypeCell (https://www.typecell.org). It mixes TypeScript, Monaco (vscode) and full NPM support into a as-you-type live programming experience.
After being amazed by ChatGPT last week, I gave it a go to integrate it into TypeCell. Still can't believe it actually works! Most prompts work in one go. If it gets a little bit more complicated, sometimes I need to add some instructions about the error I'm getting or about a possible fix.
Hi HN!
I've been working on a "notebook"-style live programming environment called TypeCell (https://www.typecell.org). It mixes TypeScript, Monaco (vscode) and full NPM support into a as-you-type live programming experience.
After being amazed by ChatGPT last week, I gave it a go to integrate it into TypeCell. Still can't believe it actually works! Most prompts work in one go. If it gets a little bit more complicated, sometimes I need to add some instructions about the error I'm getting or about a possible fix.