Hacker News new | ask | show | jobs
by NetMageSCW 216 days ago
C is pretty low level… and yet.
1 comments

Disagree, there is no types in Forth, only cells. User is acting as a compiler. Comparing to C, imagine that every keyword like for/while/break is implemented as a macros using setjmp/longjmp. And this is a strong part of the language, flexibility but without any guarantees.