BioScript: Programming Safe Chemistry on Laboratories-on-a-Chip.

This paper introduces BioScript, a domain-specific language (DSL) for programmable biochemistry that executes on emerging microfluidic platforms. The goal of this research is to provide a simple, intuitive, and type-safe DSL that is accessible to life science practitioners. The novel feature of the...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 64; no. 2; pp. 97 - 105
Autores principales: Ott, Jason, Loveless, Tyson, Curtis, Chris, Lesani, Mohsen, Brisk, Philip
Formato: Artículo
Publicado: Association for Computing Machinery Feb2021
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:This paper introduces BioScript, a domain-specific language (DSL) for programmable biochemistry that executes on emerging microfluidic platforms. The goal of this research is to provide a simple, intuitive, and type-safe DSL that is accessible to life science practitioners. The novel feature of the language is its syntax, which aims to optimize human readability; the technical contribution of the paper is the BioScript type system. The type system ensures that certain types of errors, specific to biochemistry, do not occur, such as the interaction of chemicals that may be unsafe. Results are obtained using a custom-built compiler that implements the BioScript language and type system.