Skip to content

Commit 91dbe47

Browse files
Added condition system libraries
- [Pure Conditioning](https://github.com/pangloss/pure-conditioning) is a condition system with support for restarts - [rp.condition](https://github.com/rentpath/rp-condition-clj) is a simple condition system
1 parent 6b74756 commit 91dbe47

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4243,6 +4243,18 @@ special:
42434243
categories: [Condition Systems]
42444244
platforms: [clj, cljs]
42454245

4246+
pure_conditioning:
4247+
name: Pure Conditioning
4248+
url: https://github.com/pangloss/pure-conditioning
4249+
categories: [Condition Systems]
4250+
platforms: [clj]
4251+
4252+
rp_condition:
4253+
name: rp.condition
4254+
url: https://github.com/rentpath/rp-condition-clj
4255+
categories: [Condition Systems]
4256+
platforms: [clj]
4257+
42464258
chazel:
42474259
name: chazel
42484260
url: https://github.com/tolitius/chazel

0 commit comments

Comments
 (0)