Hacker News new | ask | show | jobs
by ksherlock 3928 days ago
It's a subset of javascript, with a subset of flaws. The wiki entry specifically mentions that eval and closures aren't supported.
2 comments

closures as in "first class function values"? Or closures as in scope that follows a function from where it was defined?
So, kind of like JScript in IE3?