Skip to main content

Clio

Clio is a fast, distributed, functional programming language that compiles to JavaScript. It is made to take advantage of multiple CPUs and CPU cores (parallelism) by default.

LiveCodes compiles Clio code to JavaScript and executes it in the browser.

Usage

Demo

show code
import { createPlayground } from 'livecodes';

const options = {
"template": "clio"
};
createPlayground('#container', options);

Language Info

Name

clio

Extensions

.clio

Editor

script

Compiler

Clio compiler: v0.12.0.

Code Formatting

Not supported.

Starter Template

https://livecodes.io/?template=clio