Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adversing/monoid.scala
Scala-based Haskell monoid implementation
https://github.com/adversing/monoid.scala
functional-programming monoid scala
Last synced: 8 days ago
JSON representation
Scala-based Haskell monoid implementation
- Host: GitHub
- URL: https://github.com/adversing/monoid.scala
- Owner: Adversing
- License: apache-2.0
- Created: 2024-12-13T00:11:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T00:15:05.000Z (2 months ago)
- Last Synced: 2024-12-21T13:12:48.650Z (2 months ago)
- Topics: functional-programming, monoid, scala
- Language: Scala
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monoid.scala
Scala-based Haskell monoid implementationYou might want to implement a `Vector` class monoid since it's way more efficient for longer objects sequences (`++` operator creates for each iteration a new `List` instance).