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
At the mettalog repl, when typing a "banged" s-expression between parentheses the s-expression should be evaluated as soon as the parentheses close. This is not the case currently, for example:
% repl started from Prolog shell in metta-wam/prolog/metta_lang with:
% swipl metta_interp.pl --prolog
2 ?- repl.
metta+>(
metta+>!(
metta+>+ 1 1
metta+>)
metta+>)
metta+>
metta+>
metta+>
After the outer ')' is entered the repl should evaluate the !(+ 1 1) but instead it hangs.
The text was updated successfully, but these errors were encountered:
At the mettalog repl, when typing a "banged" s-expression between parentheses the s-expression should be evaluated as soon as the parentheses close. This is not the case currently, for example:
After the outer ')' is entered the repl should evaluate the !(+ 1 1) but instead it hangs.
The text was updated successfully, but these errors were encountered: