Sujet : Operator overloading?
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 25. Jul 2024, 08:30:58
Autres entêtes
Organisation : novaBBS
Message-ID : <a1aab44ee3b1b56c2f54f2606e98d040@www.novabbs.com>
User-Agent : Rocksolid Light
Forth has a lot of ‘redundant’ operators for e.g. arithmetic or
stack operations, depending on the data type.
There was once an interesting approach for a type-bound layer
on top of standard Forth:
https://comp.lang.forth.narkive.com/rexLEBd0/strongforth-implemented-in-ans-forthUnfortunately, the website for downloading strongforth.f
is no longer available.
Or has anyone found another way to bundle/overload Forth operators?