Sujet : Re: value-flavoured structures
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 28. Sep 2024, 03:13:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87zfnscypb.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Ruvim <
ruvim.pinka@gmail.com> writes:
Such dialects, or better said, descendants, already exist.
For example: Factor, StrongForth.
Probably useless for embedded applications.
Agreed.
Factor is sort of a Lisp dialect that is garbage collected, I think. So maybe
not great for embedded. StrongForth, I thought, was like regular Forth but
with a type system. That shouldn't be a problem unless there are other
issues. Ada is strongly typed, and C++ is sort-of-strongly typed, and both
are used in embedded apps all the time.