Falcon is a programming language created in 2003 by Giancarlo Niccolai.
| #746on PLDB | 23Years Old |
Falcon is an open source, multi-paradigm programming language. Design and implementation is led by Giancarlo Niccolai, a native of Bologna, Italy and Information Technology graduate from Pistoia. Falcon translates computer source code to virtual machine instructions for evaluation. Read more on Wikipedia...
#!/usr/bin/env falcon
> "Hello World"
// Hello World in Falcon
> "Hello World!"directive lang=fr_FR // uses 5 characters ISO language code
> i"Bonjour à tout le monde!"| Feature | Supported | Example | Token |
|---|---|---|---|
| Strings | ✓ | "Hello world" | " |
| Line Comments | ✓ | // A comment | // |
| Comments | ✓ | ||
| Semantic Indentation | X |