| ▲ | eru 3 hours ago | |
Interpreters don't have to be slow. Forth is usually interpreted and pretty fast. And, of course, we have very fast Javascript engines these days. Python speed is being worked on, but it's pretty slow, true. | ||
| ▲ | anthk 3 hours ago | parent | next [-] | |
Some Forths are dog slow such as PFE compared to GForth. Meanwhile others running in really slow platforms such as subleq (much faster in muxleq) run really fast for that the VM actually as (almost something slightly better than a 8086). | ||
| ▲ | ErroneousBosh 2 hours ago | parent | prev [-] | |
It's not really "interpreted", in the way that for example BASIC or Java is. It's a list of jumps to functions. | ||