IoTone / ProjectMagNET

Project Mag*NET is an IoT data sync and control app + distributed server for iot data
https://iotone.github.io/projectmagnet.github.io/
Apache License 2.0
0 stars 1 forks source link

Embed Prolog or lisp for a rules base #28

Open truedat101 opened 4 months ago

truedat101 commented 4 months ago

Add a prolog or lisp to generate a rules base that can handle the more complex stuff behind #23 . It is understood that things like the NPM package manager use prolog for their rules on package dependency management. This is just an idea.

pedroalvesbatista commented 3 months ago

Would this be some sort of DSL here ?

truedat101 commented 3 months ago

Yes. Rules engines are sort of built into prolog for sure, and prolog variants are rich enough to actually implement lisp inside of it.