Hacker News new | ask | show | jobs
by Evbn 5004 days ago
Example?

Can you write Lisp like this?

Function for(){ f(x); var x = 2; }

Compiles and runs with f(undefined)