This commit is contained in:
Miloslav Ciz 2024-02-04 21:08:42 +01:00
parent 76147e3778
commit 1ae8bf1e9d
10 changed files with 91 additions and 59 deletions

View file

@ -12,6 +12,6 @@ Go (also golang) is a compiled [programming language](programming_language.md) a
Anyway, it at least tries to stay *somewhat* simple in some areas and as such is probably better than other modern languages like [Rust](rust.md). It purposefully omits features such as [generics](generics.md) or static type conversions, which is good.
**How big is it really?** The official implementation by Google has whopping 2 million lines of code of self hosted implementation -- that's ginormous but keep in mind Google would likely implement minesweeper in two million lines of code too, so it may say little. Size of specification may be more informative -- that one has about 100 pages (after converting the official HTML specs to pdf), that's actually about 5 times fewer than that of C, so that's not bad.
**How big is it really?** The official implementation by Google has whopping 2 million lines of code of self hosted implementation -- that's ginormous but keep in mind Google would likely implement minesweeper in two million lines of code too, so it may say little. Size of specification may be more informative -- that one has about 130 pages (after converting the official HTML specs to pdf), that's a bit smaller than that of C (the pure language part has about 160 pages), so that's not bad.
As of february 2024 there is no [code of conduct](coc.md) in the official repo, that's good too.
As of february 2024 there is no [code of conduct](coc.md) in the official repo, that's good too.