Skip to content

WuHoUnited/logic-word-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logic-word-search

This project is a demonstration of some core.logic ideas in clojure.

It is commented and designed to be easily understood by a beginner to core.logic.

It contains a single clojure file which contains a simple implementation for a "Word Search" type program.

Since the program is written in logic programming, the program for finding words in a grid is the same as the program which can populate words into a grid.

This implementation does not support reverse or diagonal words, just left-to-right and top-to-bottom.

About

Clojure Logic Programming Word Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published