Hacker News new | ask | show | jobs
by Xcelerate 5004 days ago
Well, it can have both...
1 comments

Example?

Can you write Lisp like this?

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

Compiles and runs with f(undefined)