https://github.com/note/scala-to-haskell-cheatsheet
Scala to Haskell cheatsheet
https://github.com/note/scala-to-haskell-cheatsheet
Last synced: 3 months ago
JSON representation
Scala to Haskell cheatsheet
- Host: GitHub
- URL: https://github.com/note/scala-to-haskell-cheatsheet
- Owner: note
- License: mit
- Created: 2020-02-03T12:57:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T17:15:23.000Z (over 5 years ago)
- Last Synced: 2025-01-12T09:27:06.233Z (over 1 year ago)
- Language: HTML
- Homepage: https://note.github.io/scala-to-haskell-cheatsheet/
- Size: 72.3 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# From Scala to Haskell Cheat Sheet
Site: https://note.github.io/scala-to-haskell-cheatsheet/
Heavily inspired by [From Java to Kotlin](https://github.com/fabiomsr/from-java-to-kotlin).
## The goal of the project
This project aims to provide a succint "mapping" from Scala to Haskell. It's a thing that can be useful to have next to the main screen to glance at while not being sure
about specific construct. Similarly to any of X-to-Y mappings it's fated to be oversimplified.
## Status
It is an early work in progress. There are many apparent lacking bits like pattern matching, tuples, maps, debugging (tracking, printing), etc.
## Contributing
Contributions are very welcome.
## Building locally
```
./generateHtml.sh
```