GOTO Berlin is a vendor independent international software development conference with more that 60 top speaker and 400 attendees. The conference cover topics such as Java, Open Source, Agile, Architecture, Design, Web, Cloud, New Languages and Processes.
Marijn Haverbeke, TweetAuthor of Eloquent JavaScript, main CodeMirror hacker, prolific coder
Biography: Marijn Haverbeke
Marijn is an independent developer and author, working on programming-language related open-source projects from Rust to CodeMirror to Tern. He lives in Barcelona, and is currently writing the second edition of the book Eloquent JavaScript.
Twitter: @marijnjh
Presentation: TweetEditor Assistance in a Chaotically typed Language
Doing type- and context-aware autocompletion in a language like JavaScript is hard. The Tern project has solved some of the challenges involved, producing practical JavaScript editor assistance for a number of popular editors. This talks will describe the strategies this tool uses to make sense out of dynamic programs.