Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retheviper/gotlin
Some Kotlin-like functions.
https://github.com/retheviper/gotlin
functional-programming go golang kotlin
Last synced: 11 days ago
JSON representation
Some Kotlin-like functions.
- Host: GitHub
- URL: https://github.com/retheviper/gotlin
- Owner: retheviper
- License: mit
- Created: 2022-03-21T11:32:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T14:27:46.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:11:49.295Z (5 months ago)
- Topics: functional-programming, go, golang, kotlin
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotlin
![gotlin](misc/gotlin.jpg)
## TL;DR
I just wanted some features similar to kotlin standard libraries in Go.
## Requirement
- Go 1.18+
- Knowledge of Kotlin standard library like [collection operations](https://kotlinlang.org/docs/collection-operations.html) & Some Java APIs.