Skip to content

Instantly share code, notes, and snippets.

@liladas
Created October 26, 2024 15:01
Show Gist options
  • Save liladas/88dd2617cf148a9bd923771b6c94457e to your computer and use it in GitHub Desktop.
Save liladas/88dd2617cf148a9bd923771b6c94457e to your computer and use it in GitHub Desktop.
Aiken Intro

Emurgo Aiken Course

Let's learn the Aiken programming language.

Introduction

We had an orientation going over all the details about course.

Hopping into installation of the software required for the course.

Installation

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"

VSCode Extension

Aiken provides language support for IDEs like VSCode.

See the instructions at https://aiken-lang.org/installation-instructions#editor-integrations

Aiken VSCode Extension

Fundamentals

Let's start with the fundamentals of the Aiken programming language.

https://aiken-lang.org/fundamentals/getting-started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment