c2d7fa / fennel-markov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fennel-markov

A simple Markov chain generator in Fennel. To use it, place a list of space-separated words in words, and then run:

$ fennel main.fnl <words

The program will then generate a new word that looks like one of the words in the file.

This project was just for fun, to learn about Fennel and Markov chains. It isn't useful for anything.

About


Languages

Language:Fennel 98.0%Language:Shell 2.0%