Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
CapsAdmin
12 months ago
|
parent
|
context
|
favorite
| on:
Bootstrapping a Forth in 40 lines of Lua code
loadstring lwas replaced with load, and dostring was removed, but it's basically just assert(loadstring(code))(...)
load is the replacement.
i assume the grandparent meant dostring and not eval?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
load is the replacement.
i assume the grandparent meant dostring and not eval?