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.

Interactive C++ with Cling

19 pointsby fcambusover 4 years ago

1 comment

ktpsnsover 4 years ago
Cling is absolutely amazing to get the REPL mood combined with C++. In my view, every programming language should have a REPL because it is so damned explorative and allows for quickly playing with stuff and developing ideas. I frequently code python in the REPL and then copy&amp;paste working lines into a text editor.<p>If you like cling, look into Xeus, an adapter for Jupyter notebook.