New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

btype

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btype

A compiled language for the web

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by366.67%
Maintainers
1
Weekly downloads
 
Created
Source

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 these performance results by using "native" compile targets like asm.js and LLVM IR instead of running in an interpreter. This enables complex optimizations that perform much closer to native than other means.

At the time of writing, BType is still in an extremely early phase of development and should NOT be used for any production needs.

Goals

  • Provide a language with the best features of JavaScript, Python, etc.
  • Compiled code should run faster than normal JavaScript
  • Code should compile to a wide array of compile targets
  • Tools for accessing external JS utilities should be available
  • You shouldn't need to worry about memory management
  • Should compile very quickly
  • Code should minify exceptionally well

Features

  • Tree shaking
  • Lexical scope, closures
  • First-class functions
  • Compiles directly to asm.js, vanilla JavaScript, and LLVM IR
  • Operator overloading
  • Generics
  • Type safety

Keywords

FAQs

Package last updated on 12 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc