#Brachylog
Brachylog is a declarative code golf language created by me, Fatalize, in summer 2015.
Brachylog is intended to be a short-handed version of Prolog (of SWI-Prolog, specifically), which allows to chain predicates using implicit variables, implicit unification and implicit logic AND.
GitHub Repository, which contains the Prolog transpiler and the Wiki.