(no title)
gabimtme | 2 years ago
Golang is very challenging to implement, because dependencies between files inside a package are not explicitly declared, you can just use any function from any file without importing it as long as they both belong into the same package, so supporting Golang would probably require spawning an LSP and resolving symbols.
The reason for implementing dep-tree in Go was because things were going to get algorithmic af, and better to choose a language as simple as possible, knowing that it also needed to be performant.
rob74|2 years ago
gabimtme|2 years ago
Zababa|2 years ago
jimmySixDOF|2 years ago
https://primitive.io