Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

I've been writing a bit of prolog these days, and the ghc syntax for rules has really grown on me. Enough that I've been using ( a b -: c ) for routines that require validation. Not sure if cute or travesty.

2 comments
Desttinghim

@neauoire prolog has a lot of cool concepts, its a mindbending language to try and learn. One of my favorite prolog inspired languages is dialog linusakesson.net/dialog/index. its made for writing interactive fiction

blake shaw 🇵🇸

@neauoire total travesty, minikanren/microkanren is the way to go

Go Up