Welcome
Are you ready to run some Prolog? Execute your query in the cloud, no JS required (but it helps).
Need RPC? Pengines API supported as well.
Powered by Tau Prolog and Cloudflare Workers.
Example queries
- permutation("dog", Word).
- mortal(X).
- fizzbuzz(1, 15).
- surf.
- between(1, 32, N), Square is N^2, Cube is N^3.
- tty_write('im lovin it', [at(10/5), fg(3), bg(1), bold]).
- json_prolog(_JS, [a, [x-[yes-{true}, no-{false}, '$1b mistake'-{null}]], [hello-prolog, born-1972]]), json_atom(_JS, JSON).
- change_lightbulb(HowMany, prolog_programmer).