Click here to Skip to main content
15,898,222 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
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 
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 
D4rkTrick wrote:
He talks about functions, that should tell in their head, if
they can return NULL (like Java does with exception). Because of that, he wrote
a totally new language.
Sounds like overkill; and when encoding too much information in a name you get more unreadable code.

My user-code could adhere to the same principle, I do not see what value the change to the language has (is it the language, or rather the framework? Sounds more like the latter one where somebody thinks his naming is 'better')

I also do not see how this would work in practice; it may change code unintentionally whenever someone downloads a new 'keyword'. How would that affect code that's already compiled?

I think the amount of actual keywords is limited, and the bulk of extensions will be done in usercode, using plugins. As for language-extensibility, I'm happy with the current .NET runtime; new keywords are defined (!) for each version, and they are consistent - with the added option to define your own language for the runtime, and the ability to extend the syntactic sugar using either a plugin for your IDE, or adding 'aspects' Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 7:45
Stephen Holdorf20-Nov-15 7:45 
QuestionScaling a Core PHP Project Pin
gouravkaila6-Nov-15 6:47
gouravkaila6-Nov-15 6:47 
AnswerRe: Scaling a Core PHP Project Pin
jschell7-Nov-15 6:22
jschell7-Nov-15 6:22 
QuestionInter-process communications in a desktop client-server app with local server? Pin
markrlondon3-Nov-15 11:01
markrlondon3-Nov-15 11:01 

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.