Hacker News new | ask | show | jobs
by lights0123 2115 days ago
And the Rust compiler ships with a Rust interpreter, used to evaluate const fns (functions whose output can be determined at compile time).
1 comments

const fns can only use a subset of the language AIUI