Get Started
First Example
To get started with Fly we will use the classic code example of “Hello world” to demonstrate the basic syntax of the Fly programming language.
main.fly
import std
main() {
std.print("Hello World!");
}
Learn Fly
You can start to learn the Fly language from the official Github Wiki where you can find how to start to play with Fly programming language.
Language Reference
Learn the language reference
how to write Fly code and enhance you skills.
Command Guide
Read the command guide to launch Fly command and use all different options.
Programmer’s Manual
Follow the manual
for better understanding compiler functions and contributing to project development.