An open API service indexing awesome lists of open source software.

https://github.com/helpermethod/membrane-kotlin-dsl


https://github.com/helpermethod/membrane-kotlin-dsl

Last synced: 3 months ago
JSON representation

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