The Flick Sandbox

Getting Started

  1. Choose an example from the dropdown menu.
  2. Click "Run" to execute your program.
  3. View the output in the console below the code editor.

About Flick

We created the Flick programming language to explore compiler design. Learn more here.

Key Language Features

  • Static typing with type inference
  • Functions and external function declarations
  • Simple control flow (if/else, while loops)
  • Variable-sized integers (u8, i11, etc.)

Authors

This project was created by Max Larsson and Thomas Breydo.

Loading...