The PlsExplain programming language attaches a comment to every value that propagates with the value. Kinda cool.
@freemo
`
let x = 40 + 2 /* the number fourtytwo */;
print(x)
42 /* the number fourtytwo */
`
Really?
I'd rather go [coconut](http://coconut-lang.org/)