Ask HN: Is Anyone in Industry Using Logic Programming?

  • I have used Prolog for projects in the financial services industry.

  • Datalog seems to be getting some use these days, HN mentions: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...

  • Yes! Not what I primarily write in, but I feed rego into open policy agent to validate policies on terrafom codebases.

    https://www.openpolicyagent.org/docs/latest/terraform/

  • Not exactly what You ask, but, Erlang is based on Prolog syntax, though lacks many features, and different paradigm.

    And yes, I've used in one of my projects, packages written on Erlang.

    Project was, to create LoraWan IoT network in Kiev (Ukraine). Erlang parts where RabbitMQ, and I considered it for payment processing web server.

    Unfortunately, finances ended, when just one node started.