Ask HN: Why is Prolog not gaining traction?
No synthesized answer yet. Check the discussion below.
For general-purpose programming and integration task adjacent to a Prolog planner core there are many alternatives with larger mind share even most Prolog developers will recommend over Prolog, though there's nothing wrong with using Prolog as a web template engine with pattern matching much like XSLT on steroids I guess.
The ISO standardisation of Prolog is a big plus because it let's you jump into Prolog with the comfort of an ecosystem, vendor-independence, and alternatives, in contrast to where you must commit upfront to a nebulous optimisation software package without knowing if it's a good fit for your task. Especially because realistic, large problems require a time commitment, exploration, experimentation, and iterative development.
Prolog has historically also been used for NLP, and has very convenient DSL and parser facilities built into the core. So compilers and other rule-based translators is also something Prolog excels at. There are a couple quite successful approaches combining LLMs and ML with Prolog, think probabilistics and/or neurolinguistics approaches (see recent discussion at [1]), but also just generating Prolog code using LLMs for problems where a satisfying problem description is available, or would be easier to create than encoding the problem in Prolog in the first place due to Prolog's declarative nature) ([2], also discussed in [1|).