Fluent APIs in Functional Languages (full version)

11/02/2022
by   Ori Roth, et al.
0

Fluent API is an object-oriented pattern for elegant APIs and embedded DSLs. A smart fluent API can enforce the API protocol or DSL syntax at compile time. As fluent API designs typically rely on function overloading, they are hard to realize in functional programming languages. We show how to write functional fluent APIs using parametric polymorphism and type inference instead of overloading. Our designs support all regular and deterministic context-free API protocols and beyond.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset