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

Wing

< >

Wing is a programming language created in 2022 by Elad Ben-Israel.

#1771on PLDB 2Years Old
Download source code:
git clone https://github.com/winglang/wing

The Wing Programming Language


Example from the web:
bring cloud; let queue = new cloud.Queue(timeout: 2m); let bucket = new cloud.Bucket(); let counter = new cloud.Counter(initial: 100); queue.on_message(inflight (body: str): str => { let next = counter.inc(); let key = "myfile-${next}.txt"; bucket.put(key, body); });

View source

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