Skip to content

Instantly share code, notes, and snippets.

@nebil
Last active January 21, 2020 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebil/1ee57488fa467db910df853b71cde7cb to your computer and use it in GitHub Desktop.
Save nebil/1ee57488fa467db910df853b71cde7cb to your computer and use it in GitHub Desktop.
🚀 Algunos lenguajes del nuevo milenio 🚀

Lenguajes del tercer milenio

Aquí dejaré una tabla con lenguajes de programación que aparecieron después del año 2001.
Durante los últimos años, todos ellos han alcanzado un grado significativo de notoriedad.
Podría ser interesante analizar qué novedades ofrecen con respecto a sus antecesores.

Nombre Año de aparición GitHub :octocat: Sitio web oficial
Ceylon 2011 @eclipse/ceylon https://ceylon-lang.org
Clojure 2007 @clojure/clojure https://clojure.org
Crystal 2014 @crystal-lang/crystal https://crystal-lang.org
Elixir 2011 @exilir-lang/elixir http://elixir-lang.org
F# 2005 @fsharp/fsharp https://fsharp.org
Go 2009 @golang/go https://golang.org
Groovy 2003 @apache/groovy http://groovy-lang.org
Julia 2012 @julialang/julia https://julialang.org
Kotlin 2011 @jetbrains/kotlin https://kotlinlang.org
Nim 2008 @nim-lang/nim https://nim-lang.org
Rust 2012 @rust-lang/rust https://www.rust-lang.org
Scala 2004 @scala/scala https://scala-lang.org
Swift 2014 @apple/swift https://swift.org
TypeScript 2012 @microsoft/typescript https://www.typescriptlang.org
name release gitrepo website
Ceylon 2011 eclipse/ceylon https://ceylon-lang.org
Clojure 2007 clojure/clojure https://clojure.org
Crystal 2014 crystal-lang/crystal https://crystal-lang.org
Elixir 2011 exilir-lang/elixir http://elixir-lang.org
F# 2005 fsharp/fsharp https://fsharp.org
Go 2009 golang/go https://golang.org
Groovy 2003 apache/groovy http://groovy-lang.org
Julia 2012 julialang/julia https://julialang.org
Kotlin 2011 jetbrains/kotlin https://kotlinlang.org
Nim 2008 nim-lang/nim https://nim-lang.org
Rust 2012 rust-lang/rust https://www.rust-lang.org
Scala 2004 scala/scala https://scala-lang.org
Swift 2014 apple/swift https://swift.org
TypeScript 2012 microsoft/typescript https://www.typescriptlang.org
[
{
"name": "Ceylon",
"release": 2011,
"gitrepo": "eclipse/ceylon",
"website": "https://ceylon-lang.org"
},
{
"name": "Clojure",
"release": 2007,
"gitrepo": "clojure/clojure",
"website": "https://clojure.org"
},
{
"name": "Crystal",
"release": 2014,
"gitrepo": "crystal-lang/crystal",
"website": "https://crystal-lang.org"
},
{
"name": "Elixir",
"release": 2011,
"gitrepo": "exilir-lang/elixir",
"website": "http://elixir-lang.org"
},
{
"name": "F#",
"release": 2005,
"gitrepo": "fsharp/fsharp",
"website": "https://fsharp.org"
},
{
"name": "Go",
"release": 2009,
"gitrepo": "golang/go",
"website": "https://golang.org"
},
{
"name": "Groovy",
"release": 2003,
"gitrepo": "apache/groovy",
"website": "http://groovy-lang.org"
},
{
"name": "Julia",
"release": 2012,
"gitrepo": "julialang/julia",
"website": "https://julialang.org"
},
{
"name": "Kotlin",
"release": 2011,
"gitrepo": "jetbrains/kotlin",
"website": "https://kotlinlang.org"
},
{
"name": "Nim",
"release": 2008,
"gitrepo": "nim-lang/nim",
"website": "https://nim-lang.org"
},
{
"name": "Rust",
"release": 2012,
"gitrepo": "rust-lang/rust",
"website": "https://www.rust-lang.org"
},
{
"name": "Scala",
"release": 2004,
"gitrepo": "scala/scala",
"website": "https://scala-lang.org"
},
{
"name": "Swift",
"release": 2014,
"gitrepo": "apple/swift",
"website": "https://swift.org"
},
{
"name": "TypeScript",
"release": 2012,
"gitrepo": "microsoft/typescript",
"website": "https://www.typescriptlang.org"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment