-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cog-bind-first-n is archaic #686
Comments
Note that bug #646 does seem to show a difference between |
This is low priority, though, and is perhaps a matter of taste. We still need the "get-first-n" versions, since there is no way to have a generic "get-first-n" function in in Maybe even such low priority that this should be closed, without changing anything. Hmmm... |
See also #822 for related issues |
Partly done in #1457 |
Partly done in opencog/opencog#2957 |
Also handled in opencog/opencog#2958 |
More removals in #1501 |
To remove the Similarly, |
Suggestion #1502 seems to be a better solution for fixing |
Closing. This can be done in pure Atomese, although it is currently verbose:
|
... and should probably be removed. That is, unless I am having a brain-fart ... but if I'm not wrong, these functions don't do anything that
cog-execute!
does not already do. It would simplify code and simplify examples, if we reduce the number of functions.I don't think there's any performance impact from this, either ...
The text was updated successfully, but these errors were encountered: