Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Falcon

< >

Falcon is a programming language created in 2003 by Giancarlo Niccolai.

#671on PLDB 21Years Old
Homepage · Wikipedia

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...


Example from hello-world:
#!/usr/bin/env falcon > "Hello World"
// Hello World in Falcon > "Hello World!"
Example from Wikipedia:
directive lang=fr_FR // uses 5 characters ISO language code > i"Bonjour à tout le monde!"

Language features

Feature Supported Example Token
Strings ✓
"Hello world"
"
Line Comments ✓
// A comment
//
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll