diff --git a/_images/nope.gif b/_images/nope.gif new file mode 100644 index 0000000..13c5412 Binary files /dev/null and b/_images/nope.gif differ diff --git a/_images/potato-farming-300x225.jpg b/_images/potato-farming-300x225.jpg new file mode 100644 index 0000000..7ab4454 Binary files /dev/null and b/_images/potato-farming-300x225.jpg differ diff --git a/porque-rust.html b/porque-rust.html index 49f3883..20440fb 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -101,11 +101,57 @@
  • Criada em 2006 por Graydon Hoare.
  • Patrocinada pela Mozilla em 2009.
  • Versão 1.0 em 2015.
  • -
  • Versão atual: 1.34.1.
  • +
  • Versão atual: 1.35
  • +
    +
    +

    + História + +

    + + +

    + Basic + (com números e estruturado) + , dBase III Plus + , Clipper + , Pascal + , Cobol + , Delphi (ObjectPascal) + , C + , C++ + , ActionScript (Flash) + , PHP + , JavaScript + , Python + , Objective-C + , Clojure + , Java + , Scala + , Rust. +

    +
    + +
    + +
    + +
    +
    + A language that doesn't affect the way you think + about programming, is not worth knowing. +
    + +
    + -- Alan Perlis, "ALGOL" +
    +
    +
    +

    @@ -167,18 +213,19 @@ linguagens.

    + +
    + +
    + +
    + +
    -

    Imutabilidade por Default

    - - +

    Compilador Chato mas Amigável

    @@ -235,24 +282,6 @@ fn main() {
    - -
    -
    
    -fn main() {
    -    let mut a = 2;
    -    a = 3;
    -    println!("{}", a);
    -}
    -                        
    - - -
    @@ -316,17 +345,6 @@ a = String::from("hello");
    -
    -
    - A language that doesn't affect the way you think - about programming, is not worth knowing. -
    - -
    - -- Alan Perlis, "ALGOL" -
    -
    -
    
     fn main() {