Code Monkey home page Code Monkey logo

b6b's Introduction

 _      __   _
| |__  / /_ | |__
| '_ \| '_ \| '_ \
| |_) | (_) | |_) |
|_.__/ \___/|_.__/

Build Status codecov Coverity Documentation Status

Overview

b6b is a simple, dynamic, procedural and reflective scripting language inspired by Tcl, Python, Lisp and shell scripting.

b6b wraps operating system mechanisms and interfaces such as sockets, files, shell commands and even signals with a unified interface: the stream. I/O events generated by streams of any kind can be managed through a single event loop. This way, b6b enables rapid development of lightweight, asynchronous and scalable, event-driven applications.

b6b is easy and safe to embed into other projects: it provides a simple API which allows the creation of multiple, independent interpreter instances. In addition, b6b's garbage collection is deterministic and predictable, which contributes to easy debugging of memory issues and high reliability in use cases such as long-running daemons. Moreover, b6b uses only one OS thread: b6b threads are implemented on top of userspace fibers. Therefore, b6b is safe for inclusion in existing, complex, multi-threaded applications.

b6b is named so in admiration of the excellent Vincent Bach 6B trumpet mouthpiece, which produces compact, yet lively and expressive tone with a strong, solid core, that makes it a good choice for many playing situations. The name was chosen with hope that these qualities will also be attributed to the language and its implementation.

Building

b6b is built using Meson.

meson build
ninja -C build install

Credits and Legal Information

b6b is free and unencumbered software released under the terms of the Apache License Version 2.0; see COPYING for the license text. For a list of its authors and contributors, see AUTHORS.

The ASCII art logo at the top was made using FIGlet.

b6b's People

Contributors

dimkr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.