Category:Fexl: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{language}}
[http://fexl.com Fexl] is a [[functional programming]] language designed to be compact, efficient, and customizable in embedded environments. ItIts hasimplementation noaims keywords,to sobe wheneverthe youthinnest seepossible alayer symbolpossible inon a Fexl program, that symbol always refers totop aof function[[C]].
 
Fexl has no keywords, so whenever you see a symbol in a Fexl program, that symbol always refers to a function.
 
A symbol may be defined within a Fexl program, or its definition may be left entirely open. The definitions of all open symbols are supplied by a ''context''. A context is a function which supplies definitions for symbols. A context function itself is written in Fexl.
Anonymous user