Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Wing

< >

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

#463on PLDB 2Years Old
Download source code:
git clone https://github.com/winglang/wing
Homepage ยท REPL ยท Source Code ยท Blog ยท Docs

A programming language for the cloud โ˜๏ธ A unified programming model, combining infrastructure and runtime code into one 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); });

- Build the next great programming language ยท Add ยท About ยท Search ยท Keywords ยท Livestreams ยท Labs ยท Resources ยท Acknowledgements

Built with Scroll v144.0.0