Building Server-Side Web Language Processors

 The 'Building Server-Side Web Language Processors' helped me to understand the relevance of the web approach in subjects that involve language designs and implementation, the fact that both topics are related creates a complete and rich environment, and of course the recent boom of web involvement in almost anything that is software-related, the cloud, the IOT, everything that is automated nowadays is somehow related to web matters, and I found that extremely interesting.

Although, being honest, web development is an extremely over saturated market, it is still very interesting, the possibilities we have today to do things on the web that makes our life easier are almost infinite, the evolution of software has been very clear, but, the fact that the market is rising, also means that our abilities should be even better now, a simple mistake could leave thousands of people with a very bad experience, imagine if amazon would somehow stop working during black Friday?.

Mounting a compiler on a web server is very interesting, although now you not only need to worry about the efficiency of the compiler per se, but also the efficiency of the server and the connections equally, but of course, a well structured code should work.

I believe it would be much more functional and exciting to have the compiler on a server other than only on the console, and of course, that could even make it much more useful (apparently), and this of course make things only more interesting, knowing that the possibilities are almost not finite.

Finally, I really enjoyed the article, and I would have liked to have the time to make the compiler web based, of course, I do understand the amount of time and work that is needed to create a compiler like this, and the reasons why only one 6 months course might not be enough.

I think it is very fascinating as there are many possibilities to implement it on a web server, even though 

Comentarios

Entradas más populares de este blog

Making Compiler Design Relevant for Students who will (Most Likely) Never Design a Compiler

Mother of Compilers

Ruby and the Interpreter Pattern