Building Server-Side Web Language Processors

This time, ill give my opinion about the article named Build Server-Side Web Language Processors written once again by my professor Ariel Ortiz. Here is the link, so you can read it: http://34.212.143.74/weblang/

This article is about the possibility of building a language processor, like a compiler or interpreter, in a web environment and the areas that has to be considered when doing the processsor. That is very interesting because it envolves some topics like language design, compilers and web architectures. And Ariel Ortiz tells us that making a language processor in a web environment is not that easy because you have to face the web development obstacles, like the security issues or manage it with the protocols. There are a lot of things you have to take care about when you want to make a web language processor, and that demands you the knowledege on every area it envolves.

 In order to do it, first is create the server up with connections and rules in order to regulate and keep it running. An important thing to know are the Apis in order to make the web-based language more efficient and useful depending on which is the purpose of it.

I think this is a strong challenge to complete because it ask a lot of time and knowledge on some topics, and it maked it very interesting. As it ask for web development, there is a good oportunity to learn, because web are is increaseing nowadays, and as I'm not that good at it, is a good way to make me study it in a way more deep  because it is not only to make websites, also you can create databases and use web services like REST, making it a vast area where the technology could move on in the future.

Comentarios

Entradas populares de este blog

The hundred-year language

Internals of GCC