– Alex is porting the rhyme-scoring code from the poetrybot to Python
– but right now, it only does end rhymes, which isn’t particularly interesting. (but it’d be pretty easy to expand to internal rhymes…)
– in research news, he plugged toulbar2 into the dependency parser (which uses constraint solving to do a parse — and now pretty soon will do “soft constraints”, or just “preferences”) — and is now thinking about how to find out what the weights on the constraints should be, with machine learning.
– Lindsey read about information flow security in a PL context (so, like: languages that support security levels in the type system. eg: jif)
– also: went running
– research news: working on translating a language with dependent types to continuation-passing style. Also, thinking about how to formally describe (like, with automated theorem-proving) the interactions between static and dynamic languages.