Category:Fexl: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{language}}
{{language}}
[http://fexl.com Fexl] is a [[functional programming]] language designed to be compact, efficient, and customizable in embedded environments. Its implementation aims to be the thinnest possible layer possible on top of [[C]].
[http://fexl.com Fexl] is a [[functional programming]] language designed to be compact, efficient, and customizable in embedded environments. Its implementation aims to be the thinnest possible functional programming layer built on top of [[C]].


Fexl has no keywords, so whenever you see a symbol in a Fexl program, that symbol always refers to a function.
Fexl has no keywords, so whenever you see a symbol in a Fexl program, that symbol always refers to a function.