Comment on JavaScript in your PostgresComments−alexatkeplar13yI've never seen IMMUTABLE used to describe a function before... Wouldn't PURE (a la Rust) be less confusing?−portmanteaufu13yfyi, I believe that the 'pure' keyword has been removed in recent releases of Rust.−alexatkeplar13yOh really! Is there a discussion somewhere as to why? It seemed (from the outside) like a neat idea for any language which supports mutable as well as immutable variables...−mercurial13yCan't find the original thread, but you'll find [1] interesting.1: https://mail.mozilla.org/pipermail/rust-dev/2013-January/002...−alexatkeplar13yWow that was very interesting indeed, thanks.
Comments
I've never seen IMMUTABLE used to describe a function before... Wouldn't PURE (a la Rust) be less confusing?
fyi, I believe that the 'pure' keyword has been removed in recent releases of Rust.
Oh really! Is there a discussion somewhere as to why? It seemed (from the outside) like a neat idea for any language which supports mutable as well as immutable variables...
Can't find the original thread, but you'll find [1] interesting.
1: https://mail.mozilla.org/pipermail/rust-dev/2013-January/002...
Wow that was very interesting indeed, thanks.