Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--description.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/description.html b/description.html
new file mode 100644
index 0000000..9169ff0
--- /dev/null
+++ b/description.html
@@ -0,0 +1,12 @@
+<br/>
+<font size="+1">
+<p>
+ Xpand is language specialized on code generation based on EMF models. It supports the following main language features:
+<ul>
+ <li>Plugable Type System</li>
+ <li>Dynamic Dispatch of Functions (a.k.a. multi methods)</li>
+ <li>Built-in support for AOP</li>
+ <li>Rich Expressions (including higher order functions for collections)</li>
+</ul>
+</p>
+</font> \ No newline at end of file

Back to the top