Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ycardon/joa-dice-scala3
Rewrite of the project JoA Dice in Scala 3
https://github.com/ycardon/joa-dice-scala3
joa-dices-rewrite
Last synced: about 2 months ago
JSON representation
Rewrite of the project JoA Dice in Scala 3
- Host: GitHub
- URL: https://github.com/ycardon/joa-dice-scala3
- Owner: ycardon
- Created: 2022-07-20T17:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T14:21:45.000Z (over 2 years ago)
- Last Synced: 2024-10-19T07:16:03.584Z (3 months ago)
- Topics: joa-dices-rewrite
- Language: Scala
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joa-dice-scala3
Rewrite of the TypeScript project [JoA Dice](https://github.com/ycardon/joa-dices) in Scala 3
- uses [ScalaNative](https://scala-native.readthedocs.io) to produce a JVM-free executable
Test the elm webapp version [here](https://ycardon.github.io)
This is the 8th edition of my [language exploration project](https://github.com/topics/joa-dices-rewrite)
- [Typescript](https://github.com/ycardon/joa-dices) (original)
- [Rescript](https://github.com/ycardon/joa-dices-rescript)
- [Haskell](https://github.com/ycardon/joa-dices-haskell)
- [Rust](https://github.com/ycardon/joa-dices-rust)
- [Clojure](https://github.com/ycardon/joa-dices-clojure)
- [Elm](https://github.com/ycardon/joa-dices-elm)
- [Go](https://github.com/ycardon/joa-dice-go)
- [Scala 3](https://github.com/ycardon/joa-dice-scala3) (this one)