PyHP-pph / PyHP_pph

This repository serves as a centre for collaboration on the PyHP++# language. It will also include a functioning interpreter and compiler for PyHP++# once the standard is finalised.
https://www.reddit.com/r/PyHP_pph/
GNU Affero General Public License v3.0
23 stars 3 forks source link

template.md does not conform with anything else, or the PyHP++# 'look+feel' #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

The specification document 'template.md' does not conform with anything else, nor does it take obvious inspiration from any of the Inspiration Languages. It is indeed a masterpiece - but I don't feel that it belongs here.

Boscillator commented 7 years ago

My idea with the template language was to start with something that doesn't sound to bad, a very simple yet powerful meta-programming tool, and then go about implementing it horribly. It's designed to allow a programmer to maximally mess up there program, and to be unmaintainable as possible. In that light it does fit in with PyHP++#.

Kampfkarren commented 7 years ago

It could be argued the templates are a bastardized version of inline PHP.

ghost commented 7 years ago

And it is somewhat similar in general concept to C++'s templates.