Re: Simple expression parser for PHP. [message #179770 is a reply to message #179765] |
Tue, 04 December 2012 03:52 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 03/12/12 23:58, Daniel Pitts wrote:
> 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.
>
Declarative Syntax?? Like 'My knob is bigger than yours'? Thats a syntax
that declares...
Configuration language? Like 'set variable X to 3'? That's an
instruction in a language that configures x..
Stop talking buzz words and start talking English.
> 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.
>
That's what programming languages do..
Are you trying to write an interpreter in php?
> 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.
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
|
|
|