## DevInSampa 2012
# building dynjs
# the saga
### [@qmx](http://twitter.com/qmx) - [blog.qmx.me](http://blog.qmx.me)
the idea
@abstractj
@porcelli
@p_balduino
the last BrazilJS
slide
dynjs, 100% invokedynamic js impl - coming soon
ready for a
demo
on stage
opensourced
on stage, after the talk
thought on 0.1 in
one month
epic #fail
@lanceball
@bobmcwhirter
JBoss Polyglots
of TorqueBox fame
want to
learn MORE
about something?
JVM's
invokedynamic
is no different
invokedynamic used
a lot of
C2
the rewrite might be
backported
to JDK7
invokedynamic
will return
we focused on
improving spec coverage
ECMA's test262 project
is
awesome!
ECMA suite
if(Date.prototype.hasOwnProperty("getMinutes") !== true){
$ERROR('#1: The Date.prototype has the property "getMinutes"');
}
it's over 60%
having a
good spec
is vital