https://github.com/fabiomsr/from-java-to-kotlin
From Java to Kotlin Cheat Sheet
https://github.com/fabiomsr/from-java-to-kotlin
java kotlin
Last synced: 7 months ago
JSON representation
From Java to Kotlin Cheat Sheet
- Host: GitHub
- URL: https://github.com/fabiomsr/from-java-to-kotlin
- Owner: fabiomsr
- License: mit
- Created: 2016-08-03T08:43:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T12:22:12.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T12:05:53.895Z (over 1 year ago)
- Topics: java, kotlin
- Language: Cirru
- Homepage: http://fabiomsr.github.io/from-java-to-kotlin/
- Size: 45.9 KB
- Stars: 564
- Watchers: 24
- Forks: 79
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# From Java to Kotlin Cheat Sheet
Page: http://fabiomsr.github.io/from-java-to-kotlin/
Programmatically inspired from [swift-is-like-go](https://github.com/jiyinyiyong/swift-is-like-go) and visually inspired from [swiftislikescala](https://github.com/leverich/swiftislikescala)
### License
MIT
### Develop
```bash
npm i # install dependencies to build tools
./make.coffee dev # build html
```
HTML is generated from `cirru/index.cirru`, `cirru/functions.cirru` and `cirru/classes.cirru`.
Read those files and you would know what's happening.