|
I have a colleague that handles tech support, and her role involves a lot of transforming ASCII files from one format to another and occasionally reporting on them. The formats tend to be largely plain text with an occasional bit of XML. She regularly...
Started by Shane MacLaughlin on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
I mention this not only because it seems to be an extremely simple language a lot of extremely high quality learning material (more than I have seen for any language in a long time with a dynamic scripting ....
Programmer is probably Ruby.
|
|
I'm working on a personal project doing some finance analysis. It's a totally new field for me, and I'm really having fun with it so far, plus working in the high-level language arena is a great break from my embedded systems daytime work.
I have a MySQL...
Started by Paul Nathan on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
You may end up writing "PHP in Lisp", but that's not so bad, and CLISP has any language feature you can possibly want, being that it's Common Lisp from which all known language features seem to have does have a SQL libraries, is by....
|
|
Hi everyone,
Can someone tell me how to set language of a web page on the knowledge of IP address of visitor so that he automatically gets page in his country's language. Of course if that language is implemented by web developer. Even better I sow some...
Started by SonOfOmer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To see what's in your....
Look at the request header's "accept-language" value.
Checkout the official mod-rewrite documentation
good language example: http://techEither:
Guess language from location (which you can get from their IP).
|
Ask your Facebook Friends
|
Possible Duplicates:
Which Programming Language Should I Learn?
Want to learn a new language, what to learn and why?
Personal Project - Next practical language/tech to learn
I'm a university student near graduation and the languages used for assignments...
Started by ThanosPapathanasiou on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As it is a dynamic language it will also have some experience with the core....
Python is an excellent language to learn.
F# is supported by Visual Studio 2010, btw.
Your new language with a currently existing solution (if you wish).
|
|
It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly for a new project I am working on. The point of this ...
Started by Craig H on
, 50 posts
by 47 people.
Answer Snippets (Read the full thread at stackoverflow):
To really learn a language, you need the equivalent of a "book to spend more than $30 and a ....
Don't know a good tutorial on JS in browser a little taste of the language.
To the language (not the browser specifics) for programmers.
|
|
What is the real benefit of creating a new programming language? It is highly unlikely that you are going to actually use it.
In short, how will the process of creating a new language make you a better programmer?
Started by Pranav on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Similar to the way we learn new ways to code solutions when we use other code instead of to another language....
You will understand the decisions behind language design and garner a better overall understanding and language features better.
|
|
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 there....
C will compile to native code.
Described all owe their syntax to C.
|
|
The question is how to succeed to escape from the job you are very good at.
I worked 12 years with the same language for 2 different companies.
The easiest for me is to search another company which is using that same language - again. But, what if you...
Started by Pierre W on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to explore other options company that doesn't understand that a language is simply a tool for getting the job done isn't simply what language you use, are they....
Got 12 years in a language, seek out employment for that.
|
|
I intend to learn/taste a new language every now and then to be able to swim in all kinds of waters. I have fiddled around with Ruby, Python etc and have made some side projects which I did get paid for. Now the question is that what is a good indicator...
Started by Perpetualcoder on
, 22 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
A good measurement is if you can write an application that the programming language is commonly used can look at any source code in that language....
Say I've learned a language after I write something non-trivial and practically useful in it.
|
|
I just had a discussion with an employee of mine about the department programming language standard. He felt that the choice of the programming language should reside with the project team. I feel that management should have the overall decision on what...
Started by Jorriss on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Job market (ability to hire new people to....
I think team morale is going to suffer pretty terribly if they say "We'd like to use this language." and management say "No, you have to use this language instead."
It really needs to be a joint.
|