Skip to content
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

HE vs ML discrepancy: !(eval (A)) returns (eval (A)) vs (A)) #241

Open
zariuq opened this issue Feb 5, 2025 · 1 comment
Open

HE vs ML discrepancy: !(eval (A)) returns (eval (A)) vs (A)) #241

zariuq opened this issue Feb 5, 2025 · 1 comment

Comments

@zariuq
Copy link

zariuq commented Feb 5, 2025

Semantics of eval

HE:

> !(eval (5))
[(eval (5))]

> !(eval (A))
[(eval (A))]

> !(eval A)
[(eval A)]

ML:

metta+>!(eval (5))
[(5)]

metta+>!(eval (A))
[(A)]
@TeamSPoon
Copy link
Collaborator

Semantics of eval

HE:

> !(eval 5)
[(eval 5)]

ML:

metta+>!(eval 5)
[5]

Hrrm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants