From 36fbc5464f83c9b03da786de103c39274443c59c Mon Sep 17 00:00:00 2001 From: smeghead Date: Wed, 17 Apr 2024 21:30:19 +0900 Subject: [PATCH] Add in-the-wild projects. * Add phel-str library. * Add zo3ja project. * Add phel-tic-tac-toe project. --- content/documentation/in-the-wild.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/documentation/in-the-wild.md b/content/documentation/in-the-wild.md index f8700a7..723132b 100644 --- a/content/documentation/in-the-wild.md +++ b/content/documentation/in-the-wild.md @@ -8,6 +8,7 @@ This page contains a list of libraries and projects that use Phel. If you want t ## Libraries * [phel-cli-gui](https://github.com/Chemaclass/phel-cli-gui) Some Phel functions to render in the terminal. It uses the Cursor from the Symfony Command module. +* [phel-str](https://github.com/smeghead/phel-str) This is a library that provides a group of utility functions related to string manipulation (split, reverse, etc.). Migrated from Clojure. ## Projects @@ -15,6 +16,8 @@ This page contains a list of libraries and projects that use Phel. If you want t * [phel-snake](https://github.com/Chemaclass/phel-snake) The snake game using the CLI terminal written in phel. * [mariobasic-n7](https://github.com/mabasic/mariobasic-n7) Website of Mario Bašić. * [lisp-webscript-examples](https://github.com/kloimhardt/lisp-webscript-examples) Minimal reactive web-apps combining Phel + ClojureScript via GraphQL. +* [zo3ja](https://github.com/smeghead/zo3ja) A simple CLI RSS checker implemented with phel. +* [phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe) The tic tac toe game using the CLI terminal written in phel.