jococo / sallied-forth

A forth-a-like interpreter written in JavaScript for the browser.
MIT License
10 stars 1 forks source link

js-> (word to call javascript functions) throws an error with console.log #2

Closed jococo closed 10 years ago

jococo commented 10 years ago

Uncaught FORTH ERROR: TypeError: Illegal invocation

Caused by console.log weirdness where it expects the execution context to be console.

jococo commented 10 years ago

fixed in ce01b1edd4449c1a41f6ae87a0dda5317a4c5782 but also note new syntax in #3