We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Probably some issue with Docker but in image built from latest master d232fac recursive factorial implementation hangs:
master
metta+>(= (fact $n) (if (== $n 0) 1 (* (fact (- $n 1)) $n))) metta+>!(fact 1)
The text was updated successfully, but these errors were encountered:
It works correctly on yesterday's master 1e7d2db
Sorry, something went wrong.
A bit too dangerous uncommenting these...
db96914
when the compiler thunks to interpeter these can call the compiler creating a loop trueagi-io/metta-wam#224
Fixed, checked on fcb30af
Thanks @TeamSPoon !
No branches or pull requests
Probably some issue with Docker but in image built from latest
master
d232fac recursive factorial implementation hangs:The text was updated successfully, but these errors were encountered: