-
Notifications
You must be signed in to change notification settings - Fork 57
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
cdr-atom when called with a list of variables #488
Comments
@noskill , please explain what do you expect, what do you see and which version of the interpreter do you use: Rust or minimal MeTTa? |
I dug into the issue a little bit deeper. The original problem was that
doesn't work even after #473 . I encountered that |
@Necr0x0Der does it work on minimal metta? |
@vsbogd I expect !(cdr-atom ($A $B $C)) to return ($B $C), trying it on minimal metta |
@Necr0x0Der when i run with python runner process never stops, when i run with rust runner it prints
|
Yes, it seems to not work on Minimal MeTTa, so we can reopen it specifically for this. |
!(cdr-atom ($A $B $C))
The text was updated successfully, but these errors were encountered: