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

Amber

< >

Amber is a programming language created in 2022 by PhoenixHimself.

#496on PLDB 2Years Old
Download source code:
git clone https://github.com/Ph0enixKM/Amber
HomepageSource CodeDocs

Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts. It's particularly well suited for cloud services.


Example from the web:
// Define variables let name = "John" let age = 30 // Display a greeting echo "Hello, my name is {name}" // Perform conditional checks if age < 18 { echo "I'm not an adult yet" } else { echo "I'm an adult" } // Loop through an array let fruits = ["apple", "banana", "cherry", "date"] echo "My favorite fruits are:" loop fruit in fruits { echo fruit }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll