|
Some people have trouble doing programming with syntaxes taken from English. Would you program better if (well, this is a big if) the programming language syntax were in your native language?
Started by Adrian Godong on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
I properly also write it better than I write Danish, at least."
That wouldn't constitute... .
About 6 or 7 years ago my upper secondary school had a IT & economics class reservations) than my native language.
In native language.
|
|
We are a spanish speaking development team, we code in django and we all are pretty fluent in english, as all documentation, sample code, APIs, etc come in english.
On our last project we chose to name all the variables, class names, modules, files and...
Started by Jj on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As of today I have not used developers say they welcome the all English code since it helps them to keep learning the language.
Hi, I am a software developer and my native language is Spanish as well.
|
|
When downloading both Firefox and Chrome, I've noticed that the default version I got was in my native tongue of Hebrew. I personally don't like my applications in Hebrew, since I'm used to the English UI conventions embedded in me since long ago by:
...
Started by Omer van Kloeten on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That didn't use English as their language....
To only choose one language, I would choose English if I was doing all of the work, or the native (not software developers!) prefer by far to have a UI in their native language.
|
Ask your Facebook Friends
|
Hi , is there a Cross Platform ( Win32 / Win64 / Linux32 / Linux64 / MacOSX Snow Leopard ) Commercial Development Tool / IDE / Programming Language ?
( No Java / .Net , only NATIVE )
Thanks a lot Sebastian
Started by Sebastian on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
What exactly do you....
It will be a native compiler for each platform, according to the current, limited, information available.
I waiting delphi x (cross plateform).
Programming Language ?
( No Java / .Net , only NATIVE )
me too.
|
|
I've to implement my custom native-compiled Windows programming language. Is there an easier way then translating it to ASM, or translating it to C/C++ and then use a C/C++ compiler? Is there any SDK or something?
Thank you.
Started by Alon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out ANTLR library
Wouldn't this be a better link to ANTLR ?
There is also a tutorial
And at least one book
LLVM can run under Visual Studio .
|
|
Duplicate: Do you use another language instead of english
Related: Coding in other (spoken) languages
Given a programming language (such as Java) that allows you to use non-ASCII identifiers (class, method, variable names), and an application written ...
Started by Michael Borgwardt on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to increase the probability that anyone will be able to maintain or fix?
My personal... .
I understand your dilemma to be the native language IMO.
Logic i would think that using the native language would work best.
|
|
Hi i want to see implementation of java.util.zip.CRC32. But within this class its using native c library functions for core implementation.How can I get the native source code. I can see the java.util.zip.CRC32 source code, but this doesn't have the actual...
Started by sahil garg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
CRC32 should not have changed much between Java 1.4 and 6. .
:-/
You can try the source code for Java 6 at this download page .
You must ask SUN, I mean Oracle about having the source code.. .
Sun Java 1.4 is not open source.
|
|
Hi.
I'm looking for a programming language. It should be an easy language to learn, and should have a Garbage Collector. It should be a basic language with features like basic types (integer, boolean), arrays and etc, and I should write the framework....
Answer Snippets (Read the full thread at stackoverflow):
C is basic language that you've added the requirement of a garbage collected language, I suppose that you could try Go , but that language is not mature and....
C will compile to native code.
Described all owe their syntax to C.
|
|
I'm a .Net developer but I have a situation where I can't guarantee that the .Net Framework will be installed on the target machine.
I've seen a few questions ( here and here ) that suggest using NGen to compile to native code. Both point out that you...
Started by Damovisa on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Also by compiling to native....
It's got most of the advantage of D including native but it's definitely going to compile to native windows code, and doesn't need bytecode or an interpreter.
Take a look at the D programming language .
|
|
I've been a long-time Delphi developer and honestly day by day it started to feel more and more cumbersome especially in this age of dynamic languages like Python or Ruby . And not only the dynamic ones are progressing fast, C# and Java too are progressing...
Started by utku_karatas on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Both the native array and the....
One thing that I really would like to see, is native hash-handling like php and ruby.
I currently use TPerlRegex from the guy alone advance.
You-like-to-see-in-delphi-for
Native regular expressions.
|