Skip to main content

meta

10 posts tagged with “meta”

Turbocharging Kotlin: Arrow Analysis, Optics, and Meta

Turbocharging Kotlin: Arrow Analysis, Optics, and Meta

undefined

Raul Raja, Simon Vergauwen, and Alejandro Serrano appeared on Talking Kotlin to chat about Arrow.

Learn more
Extending kotlinx.serialization functionality with Arrow Meta with Karin-Aleksandra Monoid

Extending kotlinx.serialization functionality with Arrow Meta with Karin-Aleksandra Monoid

undefined

Karin-Aleksandra Monoid provides an overview of Arrow Meta features.

Learn more
Announcing Arrow Analysis - a Kotlin compiler plug-in

Announcing Arrow Analysis - a Kotlin compiler plug-in

undefined

Announcing Arrow Analysis - a Kotlin compiler plug-in.

Learn more
Writing Kotlin Compiler Plugins with Arrow Meta

Writing Kotlin Compiler Plugins with Arrow Meta

undefined

Lean how to write and test compiler plugins and IDE plugins with Arrow Meta.

Learn more
Type Proofs and FP for the Kotlin Type System

Type Proofs and FP for the Kotlin Type System

undefined

Type Proofs is a new compiler plugin built on Arrow Meta enabling new features in the Kotlin type system, such as Type Classes, Union Types, Type Refinements, and many other extensions that make Functional Programming easier in Kotlin.

Learn more
Type Proofs and FP for the Kotlin Type System

Type Proofs and FP for the Kotlin Type System

undefined

Type Proofs is a new compiler plugin built on Arrow Meta enabling new features in the Kotlin type system, such as Type Classes, Union Types, Type Refinements, and many other extensions that make Functional Programming easier in Kotlin.

Learn more
Writing a Kotlin Compiler Plugin with Arrow Meta

Writing a Kotlin Compiler Plugin with Arrow Meta

undefined

Learn how to write and test the debuglog compiler plugin in Arrow Meta. Here is the compiler plugin debulog-arrow-meta explained in the article.

Learn more
Keep insisting - Arrow Meta

Keep insisting - Arrow Meta

undefined

Arrow Meta is a library that empowers library and application authors with the ability to write plugins for the Kotlin compiler. Compiler plugins have access to all compiler phases and can intercept and modify the AST, descriptors, and IR intermediate lang for bytecode generation.

Learn more