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 Go REPL

211 pointsby blacksmythealmost 8 years ago

13 comments

jitlalmost 8 years ago
I love this! I really think the title could use the project name in it; I almost didn't click because there are tons of other go REPLs out there for explanatory programming; but nothing that gives you this drop-to-repl in a program.
gjem97almost 8 years ago
Wow this is a HACK. In the old-school getting-things-done-I-dont-care-if-its-ugly-but-it-has-a-certain-elegance-to-it sort of way. Well done.
akavelalmost 8 years ago
Does anybody know if this is finally a real full-blown REPL? Does it allow starting new goroutines and communicating with them over channels? Does it support FFI, i.e. package syscall + unsafe? on Windows and Linux?<p>Or is it again a &quot;recompile and rerun everything after each new line is added and pretend to be a REPL&quot;? Or is it maybe something inbetween?
评论 #14763229 未加载
sushisourcealmost 8 years ago
How&#x27;d they miss the name &quot;gobar&quot;? :D
评论 #14763898 未加载
rajathagasthyaalmost 8 years ago
As someone who just started learning Go, what are the other popular Go REPLs in addition to this one?
评论 #14765530 未加载
评论 #14763294 未加载
sdsk8almost 8 years ago
Wow, in my tests everything seems to run fine, fast and bug free, congratulations for that!
kwamenum86almost 8 years ago
repl.it&#x27;s Go REPL is quite good: <a href="https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;go" rel="nofollow">https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;go</a>
评论 #14763397 未加载
sp0ckalmost 8 years ago
Another VIM ? How to exit that damn thing ? :)
icholyalmost 8 years ago
This is the first real Go REPL!
gamesbrainiacalmost 8 years ago
How does this compare to gore?
sedekialmost 8 years ago
Thank you for this
ice109almost 8 years ago
it&#x27;s funny coming from python i missed the repl for the first few weeks but go&#x27;s insane compilation speed almost completely obviates the need for one.
评论 #14763133 未加载
评论 #14763147 未加载
whatnotestsalmost 8 years ago
This makes Go much more accessible to coders who prefer this style of development.<p>Can&#x27;t wait to give it a shot!