Skip to main content

Imba

Imba is a full-stack programming language for the web that compiles to performant JavaScript. It has a clean, Ruby-like syntax and is designed for building web applications.

LiveCodes compiles Imba code to JavaScript modules that run in the browser.

Usage

Demo

show code
import { createPlayground } from 'livecodes';

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

Module Imports

npm modules can be imported as described in the section about module resolution, including bare module imports and importing from different CDNs.

DOM Access

Imba code runs in the browser and has access to the DOM and other Web APIs.

Language Info

Name

imba

Extensions

.imba

Editor

script

Compiler

Imba compiler

Version

imba: v2.0.0-alpha.229

Code Formatting

Not supported.

Starter Template

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