-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Prolog could be an interesting language to add to the stack of supported languages.
During the day07 puzzle I again remembered the hell it was to was to write,
but also the power of it once you finally managed to wrap your head around how the facts, predicates and queries interact with each other.
I started looking into it over on my own fork
I still haven't managed to get it up and running due to not having touched apt-get in ages and ages, but I don't think I'm far of with it.
Likely one of the biggest difficulties of using prolog is going to be processing the various input for the puzzles, but from the little research I did before adding this issue, it's possible to read stdin and write to stdout fairly easily through the builtin "commands"