Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Observable

< >

Observable is a programming language created in 2017 by Mike Bostock.

Source code:
git clone https://github.com/observablehq/runtime
#408on PLDB 7Years Old

Try now: Web

The Observable dataflow runtime.


Example from the web:
{ let x = 0; for (let i = 1; i <= 100; ++i) { x += i; } return x; }

Language features

Feature Supported Token Example
Line Comments ✓ //
// A comment
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io