8000 GitHub - wjzz/Combinatory-logic: A program for generating combinators with certain properties. Inspired by "To mock a mockingbird" by Raymon Smullyan.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A program for generating combinators with certain properties. Inspired by "To mock a mockingbird" by Raymon Smullyan.

Notifications You must be signed in to change notification settings

wjzz/Combinatory-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tool for playing with combinatorial logic. 

The main feature is going to be a module for generating functions that adhere to a given specification. 
This is going to be useful for some logic puzzles from the book 'To mock a mockingbird' by R.Smullyan.

Example. Having only B (where B x y z = x (y z)) build a combinator C that satisfies
  C x y z w = x y (z w).

The program will try to find such C.

About

A program for generating combinators with certain properties. Inspired by "To mock a mockingbird" by Raymon Smullyan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0