Click here to Skip to main content
15,886,046 members
Articles / Containers / Virtual Machine

Ela, functional programming language

Rate me:
Please Sign up or sign in to vote.
4.92/5 (30 votes)
5 Jul 2012GPL330 min read 57K   49  
Description of an interpreted functional programming language implemented solely in .NET/C#.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="ref" value="lib\" />
    <add key="stdLib" value="elalib" />
    <add key="prelude" value="Prelude"/>
  </appSettings>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Microsoft
Russian Federation Russian Federation
Ph.D. in philosophy
Work as a software consultant, Microsoft, Russia.
Main specialization: .NET
Interested in: functional programming

Comments and Discussions