trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
123 stars 43 forks source link

Atom as a return Type #648

Open TeamSPoon opened 3 months ago

TeamSPoon commented 3 months ago

Atom as a return result has still no effect. The idea is that Atom-typed return results will not be evaluated, but it is not implemented. It would be convenient in some cases to stop evaluating the result of a function with Atom result.

Necr0x0Der commented 3 months ago

@TeamSPoon , could you please provide some example of your use cases?