File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# inet-js
2
2
3
- [ [ website] ( https://inet.xieyuheng.com )
4
- | [ inet-forth] ( https://github.com/cicada-lang/inet-forth )
5
- | [ inet-cute] ( https://github.com/cicada-lang/inet-cute ) ]
3
+ [ [ website] ( https://inet.xieyuheng.com ) ]
6
4
7
5
This is an implementation of [ interaction nets] ( https://en.wikipedia.org/wiki/Interaction_nets ) .
8
6
It introduces you to the bizarre world of graph-based computation and linear logic,
@@ -212,6 +210,13 @@ npm run build # Compile `src/` to `lib/`
212
210
npm run test # Run test
213
211
```
214
212
213
+ ## Implementations
214
+
215
+ - [ inet-cute] ( https://github.com/cicada-lang/inet-cute )
216
+ - [ inet-js] ( https://github.com/cicada-lang/inet-js )
217
+ - [ inet-forth] ( https://github.com/cicada-lang/inet-forth )
218
+ - [ inet-lisp] ( https://github.com/cicada-lang/inet-lisp )
219
+
215
220
## References
216
221
217
222
** Papers** :
You can’t perform that action at this time.
0 commit comments