all repos — h3rald @ 9b91b08db8b8f5965d4c0c66542da3c6a063f5b6

The sources of https://h3rald.com

Checked all links.
Cevasco, Fabio fabio.cevasco@siemens.com
Sat, 15 Dec 2018 01:06:06 +0100
commit

9b91b08db8b8f5965d4c0c66542da3c6a063f5b6

parent

d3dbf11d8322a2fe2789df6d2f21c2dec41e8fd2

1 files changed, 29 insertions(+), 10 deletions(-)

jump to
M contents/articles/10-more-programming-languages.mdcontents/articles/10-more-programming-languages.md

@@ -23,6 +23,7 @@

#### To get you started... * [Official Web Site](https://crystal-lang.org/) +* [Official Forum](https://forum.crystal-lang.org/) * [Wikipedia Page][wiki-crystal] * [Awesome Crystal](https://github.com/veelenga/awesome-crystal) * [Crystal Shards - a collection of awesome Crystal libraries](https://crystalshards.xyz/)

@@ -38,11 +39,13 @@

#### To get you started... * [Official Web Site](https://elixir-lang.org/) -* [Official learning material](https://elixir-lang.org/learning.html) * [Official Forum](https://elixirforum.com/) -* [Toptal Getting Started with Elixir article](https://www.toptal.com/elixir/getting-started-elixir-programming-language) +* [Wikipedia Page][wiki-elixir] +* [Awesome Elixir](https://github.com/h4cc/awesome-elixir) * [The hex package manager](https://hex.pm/) +[wiki-elixir]:https://en.wikipedia.org/wiki/Elixir_(programming_language) + ### Go One of the most significant trends in the last 10 years is big companies creating and sponsoring their own programming languages. In 2009, Google created Go as a more modern substitute to C and C++. It provides [structural typing](https://en.wikipedia.org/wiki/Structural_type_system), memory safety, multi-paradigm support, high performance and concurrency, but also a friendlier syntax.

@@ -52,10 +55,12 @@

#### To get you started... * [Official Web Site](https://golang.org/) -* [dep - Dependency Management for Go](https://golang.github.io/dep/) -* [Go By Example](https://gobyexample.com/) +* [Official Forum](https://forum.golangbridge.org/) +* [Wikipedia Page][wiki-go] * [Awesome Go](https://awesome-go.com/) -* [Go Search](https://go-search.org/) +* [dep - Dependency Management for Go](https://golang.github.io/dep/) + +[wiki-go]:https://en.wikipedia.org/wiki/Go_(programming_language) ### Julia

@@ -68,10 +73,12 @@

#### To get you started... * [Official Web Site](https://julialang.org/) -* [Official Documentation](https://docs.julialang.org/en/v1/) * [Official Forum](https://discourse.julialang.org/) +* [Wikipedia Page][wiki-julia] +* [Awesome Julia](https://github.com/greister/Awesome-Julia) * [Pkg - Julia Package Manager](https://pkg.julialang.org/) -* [Awesome Julia](https://github.com/greister/Awesome-Julia) + +[wiki-julia]:https://en.wikipedia.org/wiki/Julia_(programming_language) ### Kotlin

@@ -85,8 +92,10 @@ #### To get you started...

* [Official Web Site](https://kotlinlang.org/) * [Official Forum](https://discuss.kotlinlang.org/) -* [Wikipedia Page](https://en.wikipedia.org/wiki/Kotlin_(programming_language)) +* [Wikipedia Page][wiki-kotlin] * [Awesome Kotlin](https://github.com/KotlinBy/awesome-kotlin) + +[wiki-kotlin]:https://en.wikipedia.org/wiki/Kotlin_(programming_language) ### Nim

@@ -101,8 +110,13 @@

#### To get you started... * [Official Web Site](https://nim-lang.org) -* [Wikipedia Page](https://en.wikipedia.org/wiki/Nim_(programming_language)) * [Official Forum](https://forum.nim-lang.org/) +* [Wikipedia Page][wiki-nim] +* [Awesome Nim](https://github.com/VPashkov/awesome-nim) +* [Nim Package Directory](https://nimble.directory/) + +[wiki-nim]:https://en.wikipedia.org/wiki/Nim_(programming_language) + ### Rust

@@ -115,6 +129,7 @@

#### To get you started... * [Official Web Site](https://www.rust-lang.org/) +* [Official Forum](https://users.rust-lang.org/) * [Wikipedia Page](https://en.wikipedia.org/wiki/Rust_(programming_language)) * [Awesome Rust](https://github.com/rust-unofficial/awesome-rust) * [Crates - Rust Package Registry](https://crates.io/)

@@ -131,7 +146,11 @@

#### To get you started... * [Official Web Site](https://swift.org/) -* [Apple Developer page on Swift](https://developer.apple.com/swift/) +* [Official Forum](https://forums.swift.org/) +* [Wikipedia Page][wiki-swift] +* [Awesome Swift](https://github.com/matteocrippa/awesome-swift) + +[wiki-swift]:https://en.wikipedia.org/wiki/Swift_(programming_language) ### Wren