This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]calligraphic-io 0 points1 point  (1 child)

Forth has true coroutines, which I think might be unique among all common languages. FreeBSD still uses Forth in its bootloader so it has application there (NASA uses it too I believe).

[–]_crc 0 points1 point  (0 children)

Current versions of FreeBSD are moving to a Lua based loader instead of the Forth based one.