https://github.com/strubt/cssemkotlin
Computer Science Seminar – presentation #21 'Kotlin'
https://github.com/strubt/cssemkotlin
computer-science-seminar kotlin university-project
Last synced: 12 months ago
JSON representation
Computer Science Seminar – presentation #21 'Kotlin'
- Host: GitHub
- URL: https://github.com/strubt/cssemkotlin
- Owner: StrubT
- Created: 2015-10-25T17:16:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T19:26:27.000Z (over 10 years ago)
- Last Synced: 2025-03-12T15:14:19.718Z (over 1 year ago)
- Topics: computer-science-seminar, kotlin, university-project
- Language: Kotlin
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSSemKotlin
This repository contains the example application written as part of the presentation #21 'Kotlin'
in the course Computer Science Seminar (BTI7311) at the Bern University of Applied Sciences (BUAS) in the autumn term 2015/16.
The [documentation](doc/documentation.pdf) gives a brief introduction to the Kotlin programming language.
The main project consists of three dependent modules:
* API: `api-kotlin`
* JPA Implementation : `jpa-kotlin`
* JavaFX Application: `app-kotlin`
A fourth module is independent and uses a different technology:
* JavaScript Library: `js-kotlin`
No Kotlin script module has been created yet.