Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlebrech
3159 days ago
i'd like to see an embedded language designed to not have OO, and for the host system/language to handle the objects. I guess Lua 5.2 kinda fulfills that.
1 comments
pavlov
3159 days ago
JavaScript? The original use case was exactly that.
link
jlebrech
3159 days ago
it's too open to abuse and shoehorning of libraries etc. also you cannot embed javascript into something built in javascript it's eval.
link