Re: subsystem configuration ideas

2016-01-05 Thread Sterling Hughes
I think lua for configuration would make sense, but I agree, a simpler mechanism is also useful for more constrained systems. I think it would make sense that lua have hooks into the simpler configuration system, and then more complex functions can be directly exposed by lua. Lua can supersede

subsystem configuration ideas

2016-01-04 Thread marko kiiskila
Hi, so we need to have a way to set/read settings for subsystems. These are the ones to be adjusted at runtime. What I’m thinking is to build this in a way where names of these are strings, and that you should be able to have hierarchical naming. E.g. to have subsystem to be part of the name.

Re: subsystem configuration ideas

2016-01-04 Thread will sanfilippo
I am fine with the naming and the interface and all that. Not so sure about lua for config though. Seems like a heavyweight thing for config so I am glad you are considering something simpler :-) Will > On Jan 4, 2016, at 10:58 AM, marko kiiskila wrote: > > Hi, > > so we