Replies: 1 comment
|
The primary differences are that Adept isn't garbage collected, has compile-time generics (Go's generics are implemented as interfaces), and has additional things such as operator overloading, more syntactic sugar such as |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The language looks surprisingly like Go. If I rename the extension from
.adeptto.go, Geany could correctly parse and list the functions.All reactions