jordancurve

Results 4 issues of jordancurve

### The following program `sample.go` triggers an unexpected result ```go package main func Blah() int { // Note: no return statement } ``` ### Expected result ```console $ go run...

bug
area/core

https://go101.org/article/packages-and-imports.html states: > Similar to package dependencies, a module might also depend on some other modules. However, the term "module" has not yet been defined on this page or, AFAICT,...

It would be great if Aider supported Mercurial. That's the VCS I use.

enhancement

Do you know any interesting example statements what work with this interpreter? `1` works (yields `1` as expected), but `1+1` returns `[ ]: 0`, and the following statements segfault: ```...