i’ve been integrating biscuits (https://www.clever-cloud.com/blog/engineering/2021/04/15/biscuit-tutorial/) into some of the stuff i do and i find its usage of datalog for authz stuff very cool i have two goals
second goal is way easier so working towards that first (copy/pasted from the other blue websight) |
|
i got thru some of it and successfully did that water pouring puzzle following the nice teacher’s instructions still dont really understand how phrase() etc works but it seems hella useful |
|
Manual tag |
|
What Prolog implementation are you using, Tiko? I’m torn between gprolog and swi-prolog. |
|
i’ve been using SWISH which is the online version of swi i tried setting up scryer or w/e the fancy new rust one is but i’m too lazy to Install Rust lmk if gprolog is any good 👀 |
|
Will do. I’m in the process of setting up Emacs with it since I’ve really been digging SLIME for Common Lisp and ELPA for Python. |
|
GNU prolog crashes with a segfault if I break execution and choose abort, break, or exit, so that’s it for that. |
|
i’ve been screwing around with implementing multiplayer prolog over slack i have one i used that executes shell commands and replies with the stdout, so i’m repurposing that idea but with prolog i added some slack-specific predicates like for example
and you can use i still have so much to learn but this is fun i’m trying to figure out persistence next |
|
o yeah i used the go interpreter, ichiban/prolog |
|