Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Stars
2.3k
Forks
100
Watchers
2.3k
Open Issues
50
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.3k
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
imports/log_syslog.go does not compile on Windows - disable it on unsupported OSes
20095acView on GitHubadd some new imports/*.go files containing new standard packages from Go toolchain 1.18.10
2ff796eView on GitHubupdate imports/*.go with standard packages from Go toolchain 1.18.10
fabb3faView on GitHubimprove fix for issue #142: early check for types that cannot have methods was still bugged
bf232d0View on GitHubadd TODO remainder to all_test.go about adding test for fixed issue #142
f54e8e0View on GitHubfix issue #142: method lookup always fails for pointers to named array types, named slice types, and all other named non-struct types
960f329View on GitHubfix xreflect.Method.String() when printing empty or incomplete Method objects i.e. containing a nil GoFun
22a8f48View on GitHubupdate README.md with better description of generics support.
232ceb1View on GitHubupdate README.md, clarify that when importing packages, generics are not imported
1eb6640View on GitHubremove unneeded files base/genimport/check_go_version.go go/types/check_go_version.go
3dc08f5View on GitHubwhen importing packages, skip generic types and functions because they are not supported yet
68a1200View on GitHub