I jest.
But seriously, D, Rust, and C++14 are about as familiar to me as Nim.
fn foo(n: i32) -> i32 { n * 2 } const y: i32 = foo(3);