Elixir
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs)  (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|ex}}, {{ext|exs}} |released=2011 }} '''Elixir''' is a functional programming language that b...") | Dan Tobias  (Talk | contribs)  | ||
| Line 6: | Line 6: | ||
| }} | }} | ||
| '''Elixir''' is a functional programming language that builds on [[Erlang]] and uses its virtual machine. | '''Elixir''' is a functional programming language that builds on [[Erlang]] and uses its virtual machine. | ||
| + | |||
| + | As with [[Clojure]], the number of arguments a function takes is referred to as its "arity". Functions of the same name and different arity can coexist. | ||
| == Links == | == Links == | ||
Revision as of 18:38, 22 June 2022
Elixir is a functional programming language that builds on Erlang and uses its virtual machine.
As with Clojure, the number of arguments a function takes is referred to as its "arity". Functions of the same name and different arity can coexist.

