Categories

compiling

Vincent White enero 25, 2016
No votes yet.
Please wait...

A compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language). The most common reason for converting source code is to create an executable software.

The process of the code converting is called compiling.

The example of such compiling can be found in Prestashop e-commerce engine, where Smarty templates (represents quite simple HTML code) are converted into PHP files.

The main benefit of compiling is making templates development much faster and easy to learn. It allows to convert a clean and compact design-dedicated syntax into the complex programming code.

Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados