Let's learn the Aiken programming language.
We had an orientation going over all the details about course.
Hopping into installation of the software required for the course.
Follow along https://aiken-lang.org/installation-instructions
brew install aiken-lang/tap/aikup
aikup
aiken --version
aiken v1.1.5+a7741ec
# Add aikup and aiken into PATH
export PATH="$HOME/.aiken/bin:$PATH"
Aiken provides language support for IDEs like VSCode.
See the instructions at https://aiken-lang.org/installation-instructions#editor-integrations
Let's start with the fundamentals of the Aiken programming language.