Added FOAM talk to events.xml

This commit is contained in:
Daniel Marin 2015-11-23 16:35:01 -05:00
parent 736720e103
commit 75091764df
1 changed files with 33 additions and 0 deletions

View File

@ -5,6 +5,39 @@
<!-- Fall 2015 -->
<eventitem date="2015-11-26" time="5:00-7:00 PM" room="MC 4063"
title="An Introduction to the FOAM Framework">
<short>
<p>
An introduction to the FOAM framework, an open-source modeling framework written in Javascript.
</p>
</short>
<abstract>
<p>
FOAM is an open-source modeling framework written in Javascript. With FOAM,
you can create Domain Specific Languages (DSLs), which are high-level
models that can be interpreted or compiled to different languages or
environments (Java/Android, Swift/iOS, and JS/Web). Currently, it supports
DSLs for entities/classes, parsers, animations, database queries,
interactive documents, and, most importantly, new DSLs.
</p>
<p>
FOAM supports building text, HTML, and graphical views for DSLs using a
small Model View Controller (MVC) library, which is itself modeled with
FOAM. This library can also be used by modeled Javascript applications.
</p>
<p>
FOAM increases developer productivity by allowing them to express
solutions at a higher, more succinct level. The MVC library also
increases application performance through its efficient data-binding,
caching, and query-optimization mechanisms.
</p>
<p>
Learn more at http://foamdev.com
</p>
</abstract>
</eventitem>
<eventitem date="2015-11-23" time="6:00 PM" room="MC 4041"
title="'Static Analysis and Program Optimization Using Dataflow Analysis'">
<short>