The Flick Sandbox
Getting Started
- Choose an example from the dropdown menu.
- Click "Run" to execute your program.
- 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...