- https://github.com/azerupi/mdBook (md -> html)
- https://github.com/lise-henry/crowbook (md -> html, epub, pdf)
- https://kotlinlang.org/docs/reference/
- https://github.com/panxl6/Kotlin-in-action/tree/master/ebook (epub, pdf, convert code)
- https://github.com/phxql/kotlin-one-epub (epub)
- https://www.heise.de/developer/artikel/Rust-als-sichere-Programmiersprache-fuer-systemnahe-und-parallele-Software-4155591.html
- https://github.com/rust-lang/book (md)
- https://github.com/killercup/trpl-ebook (epub)
- https://github.com/lise-henry/books (pdf, epub)
- https://doc.rust-lang.org/cargo/commands/cargo-build.html (cargo-book)
- RUSTFLAGS with
-C prefer-dynamic
- minimize rust
- linkage
- http://www.elebihan.com/posts/generating-dynamically-linked-programs-with-cargo.html
- https://www.reddit.com/r/rust/comments/4fd5ng/how_to_use_the_std_library_as_a_dynamically/
- https://michael-f-bryan.github.io/rust-ffi-guide/dynamic_loading.html
- https://golang.org/
- https://tour.golang.org/welcome/1
- https://golang.org/doc/
- https://hackr.io/tutorials/learn-golang
- https://bitfieldconsulting.com/ (golang blog)
- https://blog.khanacademy.org/half-a-million-lines-of-go/
- https://bitfieldconsulting.com/golang/rust-vs-go
- https://thenewstack.io/rust-vs-go-why-theyre-better-together/
- https://yourbasic.org/golang/implement-set/
- https://www.geeksforgeeks.org/golang-program-that-removes-duplicate-elements-from-the-array/
- https://stackoverflow.com/questions/34018908/golang-why-dont-we-have-a-set-datastructure
- https://proxy.golang.org/
- https://blog.golang.org/errors-are-values
- https://stackoverflow.com/questions/24855081/how-do-i-import-a-specific-version-of-a-package-using-go-get
- https://stackoverflow.com/questions/52026284/accessing-local-packages-within-a-go-module-go-1-11
- https://blog.golang.org/go116-module-changes
- https://maelvls.dev/go111module-everywhere/
- https://golang.org/ref/mod
- https://github.com/99designs/gqlgen GraphQL
- https://gobyexample.com/command-line-flags
- https://gobyexample.com/command-line-subcommands
- https://bitfieldconsulting.com/golang/generics
- https://blog.golang.org/generics-proposal
- https://blog.golang.org/generics-next-step
- https://go.dev/blog/why-generics