Runtime evaluation: Difference between revisions

Content added Content deleted
m (→‎{{header|PicoLisp}}: grammar-fix)
Line 1,003: Line 1,003:


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
In PicoLisp there is a formal equivalence of code and data. Almost any peace of
In PicoLisp there is a formal equivalence of code and data. Almost any piece of
data is potentially executable. PicoLisp has three internal data types: Numbers,
data is potentially executable. PicoLisp has three internal data types: Numbers,
symbols and lists. Though in certain contexts (e.g. GUI objects) also atomic
symbols and lists. Though in certain contexts (e.g. GUI objects) also atomic