Building Server-Side Web Language Processors

Today I will talk about the article “Building Server-Side Web Language Processors” by Ariel Ortiz. The main topic of this paper is to consider a web approach to compilers design teaching method.

First the author introduces todays process of teaching this course, in which students are able to create a very small but yet fully functional compiler at the end of the semester, which the author considers that there is a lot of subjects and concepts left to teach, to solve this Ariel suggests a web-based architecture compiler for this course to be teached.

Despite the advantages this course can have by implementing a web approach, the author creates that many of the students by the time they graduate, will become web developers, so this way of teaching compilers design will help students also to understand the web architecture of an application.

This concept is basically to have a server that, by establishing rules and apis in order to make the web-based language useful enough, is able to function as a translating language.

Finally, our professor argued that the best results were from the Software Development Project. I do think of this as a good proposal for a topic subject or even an integrator project to make, as it involves and includes knowledge of all the careers.

Comentarios

Entradas populares de este blog

Ruby and the Interpreter Pattern

The Hundred-Year Language