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 |
|