trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
10 stars 11 forks source link

improve print behavior #151

Open AdrickTench opened 1 month ago

AdrickTench commented 1 month ago

In rust interpreter:

!(println! good)

[STDOUT] good
[()]

In mettalog:

[
good
()]

separating with [STDOUT] good rather than making the print appear to be a result is cleaner, let's make mettalog behave like rust here.

TeamSPoon commented 6 days ago

fixed now i think!

TeamSPoon commented 6 days ago

Can you confirm?