Show HN: Winglang – A new cloud-oriented programming language
1–10 of 72 posts
Re: Show HN: Winglang – A new cloud-oriented programming language
#2Re: Show HN: Winglang – A new cloud-oriented programming language
#3Very cool! What's the difference between WinLang and Serverless?
Re: Show HN: Winglang – A new cloud-oriented programming language
#4Re: Show HN: Winglang – A new cloud-oriented programming language
#5Can you explain the idea behind a cloud-oriented programming language? How does it works?
Re: Show HN: Winglang – A new cloud-oriented programming language
#6Very cool! What's the difference between WinLang and Serverless?
One is a programming language, the other is the accepted name for the concept of "pay as you go" PaaS services.
Re: Show HN: Winglang – A new cloud-oriented programming language
#7Re: Show HN: Winglang – A new cloud-oriented programming language
#8This is fertile ground for new languages, apparently they call this the "Construct Programming Model" but there appears to be no meat to the theory. If programming language theory was leveraged properly I think they'd really be on to something. See the success of Rust for example.
I just did some cursory research and came across a paper on "ABS: A high-level modeling language for cloud-aware programming" which would give a much stronger foundation for such an effort than JavaScript.
Re: Show HN: Winglang – A new cloud-oriented programming language
#9Very cool! What's the difference between WinLang and Serverless?
Re: Show HN: Winglang – A new cloud-oriented programming language
#10queue.setConsumer(inflight (body: str): str => { let next = counter.inc(); let key = "myfile-{next}.txt"; bucket.put(key, body); });