TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ChatGPT live codes in my notebook REPL

10 pointsby YousefEDover 2 years ago

1 comment

YousefEDover 2 years ago
Hi HN!<p>I&#x27;ve been working on a &quot;notebook&quot;-style live programming environment called TypeCell (<a href="https:&#x2F;&#x2F;www.typecell.org" rel="nofollow">https:&#x2F;&#x2F;www.typecell.org</a>). It mixes TypeScript, Monaco (vscode) and full NPM support into a as-you-type live programming experience.<p>After being amazed by ChatGPT last week, I gave it a go to integrate it into TypeCell. Still can&#x27;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&#x27;m getting or about a possible fix.