Skip to main content

meta

10 posts tagged with “meta”

Turbocharging Kotlin: Arrow Analysis, Optics, and Meta

Turbocharging Kotlin: Arrow Analysis, Optics, and Meta

June 28, 2022

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

May 30, 2022

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

February 2, 2022

Announcing Arrow Analysis - a Kotlin compiler plug-in.

Learn more
Writing Kotlin Compiler Plugins with Arrow Meta

Writing Kotlin Compiler Plugins with Arrow Meta

October 8, 2020

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

June 16, 2020

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

May 27, 2020

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

April 8, 2020

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

December 6, 2019

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