https://github.com/helpermethod/membrane-kotlin-dsl
https://github.com/helpermethod/membrane-kotlin-dsl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helpermethod/membrane-kotlin-dsl
- Owner: helpermethod
- Created: 2017-10-04T19:49:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T07:59:15.000Z (over 7 years ago)
- Last Synced: 2025-01-29T02:59:50.710Z (5 months ago)
- Language: Kotlin
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Kotlin DSL for Membrane Service Proxy.
### Motivation
## Why Kotlin
Kotlin has some properties which make it very suitable for DSLs
### Named properties and default values
### Multiline strings
### Extension functions
### Lambdas with receiver
### Inline functions
## Features
### Extensible
### Typesafe