Click here to Skip to main content
15,890,123 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: My main problem now is finding direction Pin
Jörgen Andersson9-Jan-20 21:07
professionalJörgen Andersson9-Jan-20 21:07 
GeneralRe: My main problem now is finding direction Pin
John R. Shaw17-Jan-20 1:47
John R. Shaw17-Jan-20 1:47 
GeneralRe: My main problem now is finding direction Pin
Rick York9-Jan-20 5:32
mveRick York9-Jan-20 5:32 
GeneralRe: My main problem now is finding direction Pin
honey the codewitch9-Jan-20 5:44
mvahoney the codewitch9-Jan-20 5:44 
GeneralRe: My main problem now is finding direction Pin
W Balboos, GHB9-Jan-20 6:10
W Balboos, GHB9-Jan-20 6:10 
GeneralRe: My main problem now is finding direction Pin
Member 129825589-Jan-20 7:09
Member 129825589-Jan-20 7:09 
GeneralRe: My main problem now is finding direction Pin
Greg Utas9-Jan-20 7:36
professionalGreg Utas9-Jan-20 7:36 
GeneralRe: My main problem now is finding direction Pin
Shuqian Ying9-Jan-20 9:47
Shuqian Ying9-Jan-20 9:47 
In the world of software defined everying, what about software defined parsing systems, or more generally software defined software Smile | :) I know it sounds recursive but could be extremely powerful if handled right ...

In such a system, software systems are classified into layers. Upper layer software generates lower ones. The upper layer software (or meta software) should not depend on lower layer ones (like C#, C++, etc) except inside of the generators (i.e. one should not hand write lower layer software using other tools besides the generator), etc. To realize it, one need to develop tools to handle the complexity because the meta languages are most likely not like conventional langauges since they targets particular domain of application and related knowledge ...

For example, if one needs to generate relational database (RDB) related systems that target particular database schema and user specification, the knowlodge is the ones related to RDB in general and the said schema and user specification in particular. It is the developer's job to handle it in general. Unlike the lower level languages, the way how knowledge is inputed, expressed and preserved is one of the challenges one faces here. One could find him/her self triversing knowledge trees more often than the syntax trees here and had to deal with context, etc ...

We use our own x-script system to do it and it was successful. The said generator can auto generate the whole system without human intervention given a particular schema and user specification. It could generates fully consistent codes consisting of 10th of millions of lines that are virtually impossible to produce by human coders ... We are developing a software defined network system (SDN) right now using similar approch and it looks quite promising.

If you could produce a general software defined (computer) language system, that would be greate ...

GeneralRe: My main problem now is finding direction Pin
honey the codewitch9-Jan-20 11:41
mvahoney the codewitch9-Jan-20 11:41 
QuestionFreelancers: How do you cope with that? Pin
Joan M9-Jan-20 0:50
professionalJoan M9-Jan-20 0:50 
AnswerRe: Freelancers: How do you cope with that? Pin
OriginalGriff9-Jan-20 1:04
mveOriginalGriff9-Jan-20 1:04 
GeneralRe: Freelancers: How do you cope with that? Pin
Joan M9-Jan-20 1:08
professionalJoan M9-Jan-20 1:08 
GeneralRe: Freelancers: How do you cope with that? Pin
KSmithDev9-Jan-20 1:29
KSmithDev9-Jan-20 1:29 
GeneralRe: Freelancers: How do you cope with that? Pin
musefan9-Jan-20 3:00
musefan9-Jan-20 3:00 
GeneralRe: Freelancers: How do you cope with that? Pin
honey the codewitch9-Jan-20 3:50
mvahoney the codewitch9-Jan-20 3:50 
GeneralRe: Freelancers: How do you cope with that? Pin
Joan M9-Jan-20 5:08
professionalJoan M9-Jan-20 5:08 
GeneralRe: Freelancers: How do you cope with that? Pin
honey the codewitch9-Jan-20 5:29
mvahoney the codewitch9-Jan-20 5:29 
GeneralRe: Freelancers: How do you cope with that? Pin
Joan M9-Jan-20 5:30
professionalJoan M9-Jan-20 5:30 
GeneralRe: Freelancers: How do you cope with that? Pin
honey the codewitch9-Jan-20 5:34
mvahoney the codewitch9-Jan-20 5:34 
GeneralRe: Freelancers: How do you cope with that? Pin
TheGreatAndPowerfulOz9-Jan-20 5:51
TheGreatAndPowerfulOz9-Jan-20 5:51 
GeneralRe: Freelancers: How do you cope with that? Pin
DerekT-P9-Jan-20 23:18
professionalDerekT-P9-Jan-20 23:18 
AnswerRe: Freelancers: How do you cope with that? Pin
F-ES Sitecore9-Jan-20 1:16
professionalF-ES Sitecore9-Jan-20 1:16 
GeneralRe: Freelancers: How do you cope with that? Pin
Joan M9-Jan-20 1:25
professionalJoan M9-Jan-20 1:25 
GeneralRe: Freelancers: How do you cope with that? Pin
F-ES Sitecore9-Jan-20 1:33
professionalF-ES Sitecore9-Jan-20 1:33 
GeneralRe: Freelancers: How do you cope with that? Pin
davecasdf10-Jan-20 4:28
davecasdf10-Jan-20 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.