• [^] # Re: lisp ?

    Posté par (site web personnel, Mastodon) . En réponse au journal [Letlang] Écrire un compilateur en Rust. Évalué à 6.

    En fait les non-Lisper ont une coloration syntaxique pourrave et c'est ça le problème

    What fan-Ruster sees:

    fn main 
     let s = "Hey, is this a complex-program, or a complex_program" 
     let chunks:Vec<_> = s split( ) collect() 
     println!("Split on multiple separators = ", chunks) 
    }

    What non-Ruster sees:

     () {
     = " - , _ ";
     : <_> = . (&[',', '-', '_'][..]). ();
     !(" = {:?} ", );
    }

    "It is seldom that liberty of any kind is lost all at once." ― David Hume