jordancurve
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...
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.
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: ```...