Category:Argile: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{language|Argile}} Argile is an experimental, C-based, compiled programming language, that produces C code. It is not intended for beginners, but for experimented progra…')
 
(Links, moved site link to language template)
 
Line 1: Line 1:
{{language|Argile}}
{{language
|site=http://www.nongnu.org/argile/}}
Argile is an experimental, [[C]]-based, compiled programming language,
that produces [[C]] code. It is not intended for beginners, but
Argile is an experimental, [[C]]-based, compiled programming language, that produces C code. It is not intended for beginners, but for experienced programmers with a good knowledge of C.
for experimented programmers with a good knowledge of [[C]].
Its main features are:
Its main features are:
* Variable syntax
* Variable syntax
Line 8: Line 7:
* Call guessing
* Call guessing
* Keyword-less
* Keyword-less
* UTF-8 based
* [[UTF-8]] based
* Access to low level programming
* Access to low level programming
* Extensible through a module system
* Extensible through a module system
* Parametered types
* Parametered types
* Object-oriented classes available
* [[Object-oriented]] classes available
* Implicit type casters can be defined
* Implicit type casters can be defined
* Definitions can be made after they are used
* Definitions can be made after they are used
Line 19: Line 18:


==See also==
==See also==
* [http://www.nongnu.org/argile/ Argile official web site]
* [https://savannah.nongnu.org/projects/argile/ Argile project page on Savannah]
* [https://savannah.nongnu.org/projects/argile/ Argile project page on Savannah]

Latest revision as of 23:21, 5 March 2010

Language
Argile
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Argile.

Argile is an experimental, C-based, compiled programming language, that produces C code. It is not intended for beginners, but for experienced programmers with a good knowledge of C. Its main features are:

  • Variable syntax
  • Polymorphism-oriented
  • Call guessing
  • Keyword-less
  • UTF-8 based
  • Access to low level programming
  • Extensible through a module system
  • Parametered types
  • Object-oriented classes available
  • Implicit type casters can be defined
  • Definitions can be made after they are used
  • Subfunctions and anonymous functions
  • Both indentation-style and braces-style can be used

See also

Subcategories

This category has the following 3 subcategories, out of 3 total.