Remix.run Logo
sevensor 6 hours ago

Interesting, but I’m a bit overwhelmed by the presentation of three different languages at once. Suppose I have a scheduling problem; could I use fleng to obtain feasible schedules, and would it be the right tool for the job?

PaulHoule an hour ago | parent | next [-]

I am excited to see that it can get customized over several dialects.

In the Japanese 5th generation project they thought they could parallelize Prolog but found out early on that Prolog could not be parallelized so they came up with KL1 which could be parallelized but is not as nice as Prolog.

I'd love to have a "language construction set" where I could trade off expressiveness and efficiency and such.

My take on facts and rules is that they are somewhat portable between different regimes. For instance the same set of rules can work well in a forward chained mode as in a RETE rules engine or in a backward chained mode using Prolog or even in an SMT solver for consistency checking.

I call it "rules and schemes" where you reuse the same rules with different execution strategies to solve different inference problems.

Avshalom 2 hours ago | parent | prev [-]

I think probably no, it seems to be more of a lowest-common-denominator/intermediate-language to be compiled-to. Strand or FGHC could be right-tools however (well except being extremely niche languages)