Implement Joy Calculator
Open
enhancement
- Dominant language
- Haskell
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
* [ ] https://github.com/helvm/silly-joy
* [ ] Convert Joy to Meta Lambda Calculus and Lazy K. It is posible?
* [ ] Prepare *static* modules for `Joy`
* [ ] Prepare `Joy.Dynamic` module
* [ ] Convert Joy to Haskell. It is posible?
* [ ] `>.>` https://hackage.haskell.org/package/ghc-9.4.2/docs/GHC-Core-Map-Expr.html#v:-62-.-62-
* [ ] Use `>=>` (or `<=<` ) from Monad https://hackage.haskell.org/package/base-4.17.0.0/docs/Control-Monad.html#v:-62--61--62-
* [ ] Use `-<-` https://hackage.haskell.org/package/semigroupoids-5.3.7/docs/Data-Functor-Bind.html#v:-45--60--45-
---
```haskell
f = f1 >.> f2 >.> f3 >.> f4
```
Contributor guide
Assessment
This issue has not been assessed yet.