What is a domain specific language? Anybody using it? And in what way?

前端 未结 14 1824
天涯浪人
天涯浪人 2020-12-22 17:04

I guess I am looking for some kind of intro and see if anybody have used it. Are there any particular advantages of using it?

Wikipedia:

domai

14条回答
  •  甜味超标
    2020-12-22 17:41

    nextflow(https://github.com/nextflow-io/nextflow ) is a kind of DSL language written by groovy;

    the main purpose of nextflow is to write pipeline for analysis, and easily trans from laptop to HPC to cloud, and repeat env with conda,docker,singularity

提交回复
热议问题