The comparisons show Tln matching Prolog rule-for-rule. These pages show where Tln goes further than ISO Prolog:
- MCP tools & workflows — call real tools, react to fact changes, and ingest data on a schedule. Prolog is a pure inference engine with no standard tool I/O; Tln makes it first-class.
- Built-in ML —
predict,forecast,classify,cluster,find similar— 11 explainable primitives, no external pipeline. - Testing — a
.tln.testframework withgiven/when/expect, so rules are verified, not hoped. - Metaprogramming — compile-time macros
(
defmacro/quote/unquote, Elixir-style) that generate rules before validation, keeping the runtime pure. - Workflows & agents — reactive
ontriggers firingworkflowsteps of tool calls: deterministic automations the LLM authors once, with no equivalent construct in Prolog.