[Typo3-dev] Make configuration simple
Elmar Hinz
elmar.hinz at vcd-berlin.de
Sat Oct 22 19:07:19 CEST 2005
Arne Skjaerholt wrote:
>>1.) It is realistic that we can programm validating/semantics check for
>>typoscript one day?
>
> No. Writing a language interpreter is a complex and time-consuming job
> (just look at how long people have been developing stuff like perl, php
> and python). Furthermore, it really is a job that belongs in a lower
> level than an interpreted language, and is usually implemented in C. In
> theory this can be done with PHP as well through the dl family of
> functions, but in practice this is impossible as dlopen and friends are
> disabled in safe mode, and as such in pretty much every webhost
> imaginable.
>
>
Definitely No?
severity:
I share you estimation that it is difficult. I pointed out on 17.10. why
I think it more difficult than validating XML.
performance:
We only need validation during editing, not during content output. TS is
some thousends lines. If we would work with flags for already validated
code, the code that needs actual validation could maybe be reduced to a
few lines.
Elmar
--
Climate change 2005: Guatemala, New Orleans, Sahel, Bangladesh, Spain,
Portugal, Austria, Swiss, France, ...
Production of CO2 is killing people.
Production of CO2 just for fun is killing people just for fun.
More information about the TYPO3-dev
mailing list