ETC





Subscribe to our Erlang Factory newsletter to receive the latest updates and news

Zoltán Horváth
Supervisor of the RefactorErl project
Eötvös Loránd University of Budapest

Speaker
Zoltán Horváth is Professor at, and Head of, the Department of Programming Languages and Compilers and Vice Dean of the Faculty of Informatics at Eötvös Loránd University in Budapest, Hungary. He defended his habilitation thesis in~2004; the title of his thesis was ``Verification and Semantics of Mobile Code Written in a Functional Programming Language''. Current topics researched under his supervision include language design, construction of programming language processing tools, formal methods and scheduling in grids. He has been supervising the RefactorErl project since 2005.

Zoltán Horváth is Giving the Following Talks
Tutorial - Refactoring and Analysis with RefactorErl

RefactorErl is a source code analyser and transformer tool aimed at refactoring Erlang software. The tool itself is written in Erlang with a  unique approach: semantic analysis results are stored in a Mnesia database to avoid repeated analysis of the same source code, and simple, syntax-based manipulations are available that hide the details of handling separators, comments, and code layout.

This 90 minute tutorial introduces the main features of RefactorErl: how you can use it simply as a refactoring tool, and how analysis results can help you during software development and maintenance.