5 ms·
Would be interesting to see how much more involved it is to solve a constraint programming or optimization problem (something you'd actually use prolog for) in
by redrobein 2y ago
Would be interesting to see how much more involved it is to solve a constraint programming or optimization problem (something you'd actually use prolog for) in the other languages.
- weatherlight 2y agoHere's a good start. https://www.ericpfahl.com/from-pattern-matching-to-unification/ https://www.ericpfahl.com/from-pattern-matching-to-unificati...
- redrobein 2y agoCool. I went through elixirschool a couple of years ago but didn't know it had logic programming builtin.