bend

0.1.0 • Public • Published

The Bend Programming Language

Bend is a statically-typed programming language for the web. It compiles down to readable JavaScript with no runtime library and easily integrates with other JavaScript code.

An example Bend program:

extern class console {
  static void log(var[] data...)
}
int[] nums = { 1, 2, 3 }
for n in nums {
  console.log('hello', n)
}

Live Demo

Please see https://evanw.github.com/bend/ for a live demo and more information.

Installation

Bend can be installed through npm:

npm install -g bend

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bend

      Weekly Downloads

      3

      Version

      0.1.0

      License

      MIT

      Last publish

      Collaborators

      • evanw