No todo en la vida es C, C++, C#, Java o Python. Existen también otros lenguajes que deberíamos aprender. Por ejemplo, lenguajes como Rust, Crystal, Haxe, Elixir y/o Go pueden sorprender a más de uno. Crear servicior REST en cuestión de sólo unos minutos comparado con lenguajes como Java, PHP y/o C#.
Definir clases:
#Clase en Ruby class Modelo # end #Clase en Python class Modelo: pass #Clase en Crystal, noten lo parecido a Ruby class Modelo end
Instancias:
#Ruby modeloRuby = Modelo.new #Python modeloPython = Modelo() #Crystal modeloCrystal = Modelo.new
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nombre | URL | |
---|---|---|
LUA | https://www.lua.org/ | |
NIMROD | https://nim-lang.org/ | |
DYLAN | https://opendylan.org/ | |
CRYSTAL | https://crystal-lang.org/ | |
ELIXIR | https://elixir-lang.org/ | |
SWIFT | https://swift.org/ | |
HAXE | https://haxe.org/ | |
D | https://dlang.org/ | |
HASKELL | https://www.haskell.org/ | |
RUST | https://www.rust-lang.org/ | |
ERLANG | https://www.erlang.org/ | |
GO | https://golang.org/ | |
JULIA | https://julialang.org/ | |
R | https://www.r-project.org/ | |
KOTLIN | https://kotlinlang.org/ | |
SCALA | https://www.scala-lang.org/ | |
Concurnas | https://www.concurnas.com/ |
https://crystal-lang.org/
No hay comentarios:
Publicar un comentario