Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

Plugin Architecture #16

Open Charles-Johnson opened 3 years ago

Charles-Johnson commented 3 years ago

A trait ConcreteConcept can be defined to decouple evaluation logic for each concrete concept (let, :=, ->, etc.) by storing an optional dynamic ConcreteConcept trait object in each Concept.

Trait methods could include