Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Wing

< >

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

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

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 Resources Acknowledgements Part of the World Wide Scroll