Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add projects to in-the-wild page. #84

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading