The Alan Programming Language (@alanlanguage) 's Twitter Profile
The Alan Programming Language

@alanlanguage

An implicitly parallel programming language to make concurrent programs easy to write

ID: 1328465689015771139

linkhttps://github.com/alantech/alan calendar_today16-11-2020 22:31:26

8 Tweet

37 Followers

4 Following

David Ellis - @ISV_Damocles @ techhub.social (@isv_damocles) 's Twitter Profile Photo

Luis Fernando De Pombo and I have been hard at work for months and are finally ready to show it to the public. :) The Alan Programming Language - An implicitly parallel programming language alan-lang.org

Lee Edwards (@terronk) 's Twitter Profile Photo

On the plus side, I believe I’m now the first person to solve an #adventofcode2020 challenge in the nascent but kickass The Alan Programming Language, and I found a bug in the stdlib.

On the plus side, I believe I’m now the first person to solve an #adventofcode2020 challenge in the nascent but kickass <a href="/AlanLanguage/">The Alan Programming Language</a>, and I found a bug in the stdlib.
David Ellis - @ISV_Damocles @ techhub.social (@isv_damocles) 's Twitter Profile Photo

Much more to go, but another major milestone reached tonight! This snippet of code is a server implementing a distributed key-val store with an http/https interface (1.1 or 2.0), compiles in a second, deploys in minutes with `alan deploy` and gets proper certs for https!

Much more to go, but another major milestone reached tonight! This snippet of code is a server implementing a distributed key-val store with an http/https interface (1.1 or 2.0), compiles in a second, deploys in minutes with `alan deploy` and gets proper certs for https!
David Ellis - @ISV_Damocles @ techhub.social (@isv_damocles) 's Twitter Profile Photo

1/15 Some really exciting progress on Alan alan-lang.org to share. We now have distributed compute on distributed data! And by being baked into the language itself, efficient distributed systems are also legible distributed systems. :) Some examples follow:

David Ellis - @ISV_Damocles @ techhub.social (@isv_damocles) 's Twitter Profile Photo

Where Does The Work Belong In The Data Divide? What makes remote execution hard to get right, and a possible optimization for microservice architectures. medium.com/@depombo/where…