For faster navigation, this Iframe is preloading the Wikiwand page for Falcon (lenguaje de programación).

Falcon (lenguaje de programación)

Falcon
Desarrollador(es)
Falcon Committee
http://www.falconpl.org
Información general
Paradigma multiparadigma: procedural, orientado a objetos, basado en prototipos, funcional, tabular, message passing
Apareció en 2003
Diseñado por Giancarlo Niccolai
Última versión estable 0.9.6.8 (Chimera) (2010-01-11[1]​)
Sistema de tipos Dinámico
Influido por C++, Perl, Lua, Smalltalk, PHP, Lisp, Python, Ruby
Sistema operativo Multiplataforma
Licencia GPLv2, FPLLv1.1[2]​ (una versión modificada de la Apache License)

Falcon es un lenguaje de programación interpretado de código abierto multiparadigma diseñado por Giancarlo Niccolai. Se basa en una máquina virtual de propiedad y está disponible para las plataformas Microsoft Windows, GNU/Linux, Mac, Solaris y en el futuro BSD. Se propone como una herramienta para crear aplicaciones completas y aplicaciones web en relación con apache2.

Hello, world!

printl ("Hello, World")

o, utilizando el operador de impresión rápida ">"

> "Hello, world"

Falcon totalmente compatible con Unicode y el ejemplo siguiente se muestra la capacidad de internacionalización:

// International class; name and street 
class 国際( なまえ, Straße ) 
   // set class name and street address 
   नाम = なまえ 
   شَارِع   =  Straße 
   // Say who am I! 
   function 言え!() 
     >@"I am $(self.नाम) from ",self.شَارِع 
   end 
end 
// all the people of the world! 
民族 = [ 国際( "高田 Friederich", "台湾" ), 
   国際( "Smith Σωκράτης", "Cantù" ), 
   国際( "Stanisław Lec", "południow" ) ] 

for garçon in 民族: garçon.言え!()

Paradigmas

En la versión final contará con el apoyo de el paradigma lógico.

Referencias

{{bottomLinkPreText}} {{bottomLinkText}}
Falcon (lenguaje de programación)
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?