Click here to Skip to main content
15,890,609 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
Questionthe right technology Pin
V.21-Dec-15 19:56
professionalV.21-Dec-15 19:56 
AnswerRe: the right technology Pin
Mycroft Holmes22-Dec-15 12:08
professionalMycroft Holmes22-Dec-15 12:08 
GeneralRe: the right technology Pin
Gerry Schmitz22-Dec-15 17:49
mveGerry Schmitz22-Dec-15 17:49 
GeneralRe: the right technology Pin
Pete O'Hanlon22-Dec-15 21:16
mvePete O'Hanlon22-Dec-15 21:16 
GeneralRe: the right technology Pin
Gerry Schmitz23-Dec-15 10:45
mveGerry Schmitz23-Dec-15 10:45 
AnswerRe: the right technology Pin
Kornfeld Eliyahu Peter23-Dec-15 1:39
professionalKornfeld Eliyahu Peter23-Dec-15 1:39 
GeneralRe: the right technology Pin
V.23-Dec-15 1:46
professionalV.23-Dec-15 1:46 
SuggestionCompiler/syntax checker with add-on functionality Pin
D4rkTrick15-Dec-15 1:24
professionalD4rkTrick15-Dec-15 1:24 
Hi,

I got the feeling, that new programming languages spread out of the earth like gras... or at least did so a while ago.

I want to question the need of new languages here. Why don't we have just a couple of basic rules and build the "languages" on top of it like add-ons. So if you want the have a keyword X, you can just implement it as an add-on to the compiler.
Why should that be necessary?

I think if you want to start a project and would have a free choice over the language you use, you might get in a situation like this:
- I want to use language X, but it's library is not that big
- I want to use Java, but it's too heavy
- I want to use x because it hast feature y
- I need lightweight stuff, so I should use X, but it lacks features, syntactic sugar, already implemented patterns.

I just came to think of that, because I'm usually using c++, which forces me to do a lot of writing for things, that could be automated (which by now, can only be done by the SDE).
On the other hand I also use Java, which lacks the constant-iation of the this-pointer or typedefs (as known from c++).

So then, the compiler would not be a blackbox anymore and everybody can create their own programming environment which suits best to the solution that's going to be created.

what do you think about this idea?

regards

GeneralRe: Compiler/syntax checker with add-on functionality Pin
Member 1221169716-Dec-15 5:22
Member 1221169716-Dec-15 5:22 
GeneralRe: Compiler/syntax checker with add-on functionality Pin
Eddy Vluggen16-Dec-15 6:11
professionalEddy Vluggen16-Dec-15 6:11 
Generalnew syntax / new semantics Pin
D4rkTrick17-Dec-15 5:22
professionalD4rkTrick17-Dec-15 5:22 
GeneralRe: new syntax / new semantics Pin
Eddy Vluggen17-Dec-15 8:53
professionalEddy Vluggen17-Dec-15 8:53 
Praiseidd portability would suffer! Pin
D4rkTrick22-Dec-15 3:14
professionalD4rkTrick22-Dec-15 3:14 
GeneralRe: idd portability would suffer! Pin
Eddy Vluggen22-Dec-15 7:33
professionalEddy Vluggen22-Dec-15 7:33 
GeneralRe: Compiler/syntax checker with add-on functionality Pin
jschell18-Dec-15 11:38
jschell18-Dec-15 11:38 
GeneralRe: Compiler/syntax checker with add-on functionality Pin
D4rkTrick13-Oct-22 23:52
professionalD4rkTrick13-Oct-22 23:52 
QuestionFrontend JS directly invoking backend services Pin
Member 1220163911-Dec-15 8:44
Member 1220163911-Dec-15 8:44 
AnswerRe: Frontend JS directly invoking backend services Pin
Eddy Vluggen14-Dec-15 6:25
professionalEddy Vluggen14-Dec-15 6:25 
QuestionJava web service code design Pin
Stephen Holdorf18-Nov-15 1:55
Stephen Holdorf18-Nov-15 1:55 
AnswerRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 3:19
Stephen Holdorf20-Nov-15 3:19 
AnswerRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 5:49
mveGerry Schmitz20-Nov-15 5:49 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 6:14
Stephen Holdorf20-Nov-15 6:14 
GeneralRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 6:37
mveGerry Schmitz20-Nov-15 6:37 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 6:59
Stephen Holdorf20-Nov-15 6:59 
GeneralRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 7:24
mveGerry Schmitz20-Nov-15 7:24 

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.