You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Recognizer v4 API, the recognizer that the system uses is set by using TO.
This decision is inappropriate. A Forth system might want to perform additional internal actions on changing its recognizer. And it is difficult if this recognizer is switched via IS or TO.
A separated word should be used, as in the case of SET-PRECISION and PRECISION (or SET-CURRENT).
See also a discussion re Minimalistic core API for recognizers.
The text was updated successfully, but these errors were encountered:
ruv
added
api
An API method semantics consideration
v4-review
Related to the proposal v4 by Matthias Trute
labels
Jun 9, 2020
In Recognizer v4 API, the recognizer that the system uses is set by using
TO
.This decision is inappropriate. A Forth system might want to perform additional internal actions on changing its recognizer. And it is difficult if this recognizer is switched via
IS
orTO
.A separated word should be used, as in the case of
SET-PRECISION
andPRECISION
(orSET-CURRENT
).See also a discussion re Minimalistic core API for recognizers.
The text was updated successfully, but these errors were encountered: