Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Jan 11, 2025
1 parent 29ccf37 commit 0e373b0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# inet-js

[ [website](https://inet.xieyuheng.com)
| [inet-forth](https://github.com/cicada-lang/inet-forth)
| [inet-cute](https://github.com/cicada-lang/inet-cute) ]
[ [website](https://inet.xieyuheng.com) ]

This is an implementation of [interaction nets](https://en.wikipedia.org/wiki/Interaction_nets).
It introduces you to the bizarre world of graph-based computation and linear logic,
Expand Down Expand Up @@ -212,6 +210,13 @@ npm run build # Compile `src/` to `lib/`
npm run test # Run test
```

## Implementations

- [inet-cute](https://github.com/cicada-lang/inet-cute)
- [inet-js](https://github.com/cicada-lang/inet-js)
- [inet-forth](https://github.com/cicada-lang/inet-forth)
- [inet-lisp](https://github.com/cicada-lang/inet-lisp)

## References

**Papers**:
Expand Down

0 comments on commit 0e373b0

Please sign in to comment.