Skip to content

Commit

Permalink
Merge pull request #84 from phel-lang/add-projects-to-in-the-wild
Browse files Browse the repository at this point in the history
Add projects to in-the-wild page.
  • Loading branch information
Chemaclass authored Sep 26, 2024
2 parents 494f96b + f174faf commit 9abc9b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/documentation/in-the-wild.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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.
* [phel-pdo](https://github.com/smeghead/phel-pdo) This library is a thin wrapper around PDO.
* [phel-pdo](https://github.com/phel-lang/phel-pdo) This library is a thin wrapper around PDO.
* [phel-schema](https://github.com/phel-lang/phel-schema) This library is a schema validation library in phel. The library inspired by zod.


## Projects
Expand All @@ -20,6 +20,7 @@ This page contains a list of libraries and projects that use Phel. If you want t
* [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.
* [phel-old-school-guestbook](https://github.com/smeghead/phel-old-school-guestbook) This is a very primitive project of a small bulletin board Phel-lang application using mysql for storage.


* [phel-lifegame](https://github.com/smeghead/phel-lifegame) The Lifegame using the CLI terminal written in phel.
* [phel-saraudon](https://github.com/smeghead/phel-saraudon) A command to Visualize result of `git log --stat`.
* [phel-cellular-automaton](https://github.com/smeghead/phel-cellular-automaton) The cellular automaton using the CLI terminal written in phel.

0 comments on commit 9abc9b4

Please sign in to comment.