Re: Simple expression parser for PHP. [message #179765 is a reply to message #179762] |
Mon, 03 December 2012 23:58 |
Daniel Pitts
Messages: 68 Registered: May 2012
Karma:
|
Member |
|
|
On 12/3/12 12:39 PM, The Natural Philosopher wrote:
> I still havent a clue what you are talking about.
>
> Hint: smart people make complex things understandable by good
> description.
Indeed, that much is true. To a point.
> Stupid people make simple things incomprehensible, to make
> them look smarter than they really are. Or at least that's what they
> think...
We'll, I don't *intentionally* make anything incomprehensible. I also
don't intentionally insult someone who asks a question I can't comprehend.
I'm working on some core framework for a large project. For one part of
this framework, I want to provide a simple, but powerful configuration
language. The configuration language is best expressed using a
Declarative syntax.
I have the rest of the configuration language worked out, but there is a
need to have some of the configured values be "calculated" real time,
based on some context.
My trouble here is not that I'm trying to look smarter, but that I'm
trying to minimize exposing proprietary information of my employer.
|
|
|