1. 35
  1.  

    1. 4

      There are two things that make me feel hopeful for the non-scripting programming languages world: Rust and WASM. Both share the common denominator of being secure by default, I guess we longed enough for this moto :)

      1. 4
        code.split` `.flatmap(…)
        

        That is so perverse! I love it…?

        1. 3

          Peter Norvig did the same thing in his tiny Lisp interpreter written in Python.