Skip to content

Instantly share code, notes, and snippets.

@igorw
igorw / fizz-buzzo.scm
Last active August 29, 2015 14:12
fizzbuzz in miniKanren. See also minikanren.org and github.com/webyrd/miniKanren-uncourse
(load "mk.scm")
(define print
(lambda (exp)
(display exp)
(newline)))
(define peanoo
(lambda (n)
(conde
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active June 5, 2024 22:16 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.
@ziadoz
ziadoz / awesome-php.md
Last active July 13, 2024 05:29
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.