Skip to content

mattbasta/btype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btype

Build Status Join the chat at https://gitter.im/mattbasta/btype

A fast language for the web

BType is a compiled, statically typed language for the web that doesn't get in the way of day-to-day development. It's unusual for a language to be considered "fast"; rather, it is usually the case that the language runtime is considered fast. BType achieves good performance by using "native" compile targets like asm.js and LLVM IR.

At the time of writing, BType is still experimental and should NOT be used for production needs.

Features

  • Tree shaking
  • Lexical scope, closures, first-class functions
  • Compiles directly to JavaScript and LLVM IR
  • Operator overloading
  • Generics
  • Strong static typing with type inference

Requirements

You must have Node 5.x or later installed. Running tests requires LLVM 3.6 or later.

npm install -g btype

# or for hacking

npm install
brew install llvm  # Or your favorite package manager

Goals

  • Provide a language with the best features of JavaScript, Python, etc.
  • Code compiled to JS should run faster than vanilla JavaScript
  • Code should compile to a wide array of targets
  • Tools for accessing external JS utilities should be available
  • Automatic memory management
  • Very fast compilation
  • Code compiled to JavaScript should minify well

About

A fast language for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published