Amber version 0.5.0-alpha is publicly available (docs.amber-lang.com)
from lens0021@programming.dev to programming@programming.dev on 28 Nov 14:21
https://programming.dev/post/41479952

#programming

threaded - newest

kata1yst@sh.itjust.works on 28 Nov 16:19 next collapse

For those curious like myself


What is Amber?

Amber is a programming language compiled into Bash Script. It was designed with a modern syntax, safety features, type safety and practical functionalities that Bash could not offer.

TehPers@beehaw.org on 28 Nov 22:05 next collapse

Homepage:

A language compiled to Bash.

Also:

A modern, type-safe programming language that catches bugs and errors at compile time.

samc@feddit.uk on 29 Nov 07:12 collapse

I get that calling command line tools is a bit clunky, but python is always my go-to when shell scripting gets too painful