Hacker News new | ask | show | jobs
by jon_smark 2150 days ago
> Conversely OCaml is an interpreted functional language.

Correction: OCaml is not an interpreted language. OCaml programmes are compiled down to native code (or bytecode, or Javascript).

1 comments

Ahh, I didn’t know that. I just assumed that (smooth) REPL == interpreter. Thanks :)