You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/documentation/in-the-wild.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ This page contains a list of libraries and projects that use Phel. If you want t
8
8
## Libraries
9
9
10
10
*[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.
11
-
*[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.
12
-
*[phel-pdo](https://github.com/smeghead/phel-pdo) This library is a thin wrapper around PDO.
11
+
*[phel-pdo](https://github.com/phel-lang/phel-pdo) This library is a thin wrapper around PDO.
12
+
*[phel-schema](https://github.com/phel-lang/phel-schema) This library is a schema validation library in phel. The library inspired by zod.
13
13
14
14
15
15
## Projects
@@ -20,6 +20,7 @@ This page contains a list of libraries and projects that use Phel. If you want t
20
20
*[zo3ja](https://github.com/smeghead/zo3ja) A simple CLI RSS checker implemented with phel.
21
21
*[phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe) The tic-tac-toe game using the CLI terminal written in phel.
22
22
*[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.
23
-
24
-
23
+
*[phel-lifegame](https://github.com/smeghead/phel-lifegame) The Lifegame using the CLI terminal written in phel.
24
+
*[phel-saraudon](https://github.com/smeghead/phel-saraudon) A command to Visualize result of `git log --stat`.
25
+
*[phel-cellular-automaton](https://github.com/smeghead/phel-cellular-automaton) The cellular automaton using the CLI terminal written in phel.
0 commit comments