|
What is D language? What's its differnce from C/C++/C#?
Started by Ole Jak on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Its focus is on combining the power and high performance of C and C++ with the programmerFrom Wikipedia :
The....
Different language (an attempt to bring object orientation to C, avoiding some of the difficulties met language.
|
|
Possible Duplicate:
What language do they build other languages with?
In which language(s) C and C++ were written/developed i.e. in which programming language(s) were their compilers written generally ? Which was the first C compiler and in which language...
Started by Manish on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
As for which language the "first" C compiler was written on when he ....
Every, and that can be done in any language.
Most language compilers, and most interpreters, are written in C.
Appropriate for the architecture.
|
|
Hi,
Will F# ever be a mainstream language like C# is? Or will it remain a niche language? Do you foresee any clients coming to you with projects executed in F#?
Will a professional programmer be able to make a living from F#. What sort of demand do you...
Started by SharePoint Newbie on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
But when is a language considered mainstream? I wouldn't be surprised if there are many many more lines of code in C and ....
Even if F# remains a minority language, ideas and functional style of programming mainstream".
Is for sure.
|
Ask your Facebook Friends
|
When working with my .Net 2.0 code base ReSharper continually recommends applying the latest c# 3.0 language features, most notably; convert simple properties into auto-implement properties or declaring local variables as var. Amongst others.
When a new...
Started by Simon Hutton on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course - in some cases, simplifying code is a valid reason to make a ... .
Of course, if you have confidence in your unit tests, you can give it a whirl, but you shouldn't really go randomly changing code "just because" .
If it ain't broke, don't fix it.
|
|
Possible Duplicates:
What’s your take on Go (the language, not the game)?
What does everyone think of Google Go?
I just read about Go programming language from Google which is intended to replace C/C++ saying its faster and more elegant than C/C++. From...
Started by Xinus on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
They are called maps."
it makes me recall http is no control on resources as in current C / ....
Java or other languages of this type?
Nothing to do with the language as you have to judge tables are provided by the language.
|
|
I'm a C# developer who stumbled across a new programming language for linux called vala. It has almost exactly the same syntax as C#, which is awesome. I never really was a big fan of Mono. This allows programmers to write GTK+ apps in a C# style language...
Started by Lucas McCoy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From....
Yes, Vala is compiled directly to C.
From Wikipedia :
Rather than being compiled directly to assembler or to an intermediate language, Vala is compiled to C which is then compiled with the platform's standard C compiler.
|
|
Are there any solutions somewhere for the exercises in this book?
"The C Programming Language Ansi C Second Ed" Kernighan; Ritchie.
ISBN10: 0131103628 ISBN13: 9780131103627
Started by Chris_45 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ISBN10: 0131096532 ISBN13: 9780131096530
http.
Are given in:
"The C Answer Book" Tondo; Gimpel.
|
|
I have some free time on my hands and am interested in broadening my horizons. My background is in Python, C/C++ and Java. Does anyone have any recommendations on a new language to learn, and why?
Started by daniel on
, 28 posts
by 27 people.
Answer Snippets (Read the full thread at stackoverflow):
Unfortunately the more of these sort of features a language has, the less be broadened by trying out a pure....
As the only purely a new language is.
You don't need an object-oriented language for that.
Doing that already in C.
|
|
I wonder why would a C++, C#, Java developer want to learn a dynamic language?
Assuming the company won't switch its main development language from C++/C#/Java to a dynamic one what use is there for a dynamic language?
What helper tasks can be done by...
Started by szabgab on
, 35 posts
by 33 people.
Answer Snippets (Read the full thread at stackoverflow):
Right?
I have often found that learning another language, especially a dynamically typed language....
By asking what use it is to an American English speaker to learn another language?
The languages we you love programming...
|
|
What is the Objective-C equivalent of the Java Language Specification or the C++ Standard ?
Is it this: http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html ?
(I'm just looking for an (official) authoritative...
Started by Nocturne on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In particular, I'm not aware of any Objective-C language addition problem that comes up from time to time is that the C language has continued to evolve relative to the Objective-C language....
This to be a true statement.
|