0
comment
comment
on 3/29/2015 11:05 AM
Rust is an interesting language. It is not a primitive one, like Go where we don't have ADTs, pattern matching and generics (but we do have Nils). And it's advertising as a safe and performant system language. Today is the very first day I'm looking at it. Let's "smoke" test it with Fibonacci :) Debug: 3.75 seconds, release: 0.86 seconds. And we've got a new leader!Rust - 0.86F# - 1.26D - 1.3C# - 1.4Haskell - 2.8Nemerle - 5Clojure - 9Erlang - 17Ruby - 60Python - 120It's very interesting how it'll behave in[...]