Nim v.2 Release notes: Be extra careful with fp — it's too fast now.
    
    
    → filterIt(it == x) # Time: 10⁻²¹ sec. "Just a zeptosecond".
    → mapIt(it + x)     # Time: 10⁻⁴⁴ sec. Nim's fp is at Planck speed.
    → anyIt(it == x)    # Nim's fp is faster than light. Say "!iH" to your twin 
brother.
    → allIt(it == Ω)    # Functional Big Bang. Ich bin ɐ ǝƃɐsnɐs
    
    
    Run

Reply via email to