programming-languages

Is there a programming language that performs currying when named parameters are omitted?

Many functional programming languages have support for curried parameters. To support currying functions the parameters to the function are essentially a tuple where the last parameter can be omitted making a new function requiring a smaller tuple. I'm thinking of designing a language that always uses records (aka named parameters) for ...

Picking the right language

I am a student at University so my experience is limited, hence the question. If someone says to you, here is a task to code, what are you looking at in order to choose the language or paradigm in which you will do it in? Hope the question makes sense? ...

Help me sort programming languages a bit

Hi, so I asked here few days ago about C# and its principles. Now, if I may, I have some additional general questions about some languages, because for novice like me, it seems a bit confusing. To be exact I want to ask more about language functions capabilities than syntax and so. To be honest, its just these special functions that bot...

bool true or false and negative return

what is the deference between returning a bool (true or false) and returning negative value ...

Recommendation on an esoteric programming language?

Possible Duplicate: What is your favorite esoteric programming language? Hello Everyone, If there is one esoteric programming language that you'd recommend someone to pick up (assume a C++/Perl background), which one would it be? Arpan ...

How to improve programming knowledge, and how to test the current state of it?

Hey guys, I'm very excited about how experienced I am in programming. The first, working program that I have written, was in 2004 with C. Since this I have tried many programming languages, now got stuck with php. Currently I'm working as a web-developer, and everyones pleased with the work I do. Except me :) Thats the reason why i wan...

Abstract over X

Sorry for this english related question but I only came across that expression in the context of IT. What does abstracting over something mean ? For example abstracting over objects or abstracting over classes. Thanks ...

What type of programs are C/C++ used for now?

Possible Duplicate: in which area is c++ mostly used? I started off with C in school, went to Java and now I primarily use the P's(Php, Perl, Python) so my exposure to the lower level languages have all but disappeared. I would like to get back into it but I can never justify using C over Perl or Python. What real-world apps ...

Why are Python Programs often slower than the Equivalent Program Written in C or C++?

Why does Python seem slower, on average, than C/C++? I learned Python as my first programming language, but I've only just started with C and already I feel I can see a clear difference. ...

What language is smart so that it could understand 'variable a = 0 , 20, ..., 300' ?

What language is smart so that it could understand 'variable a = 0 , 20, ..., 300' ? so you could easily create arrays with it giving step start var last var (or, better no last variable (a la infinite array)) and not only for numbers (but even complex numbers and custom structures like Sedenion's which you would probably define on your...

Java or C for image processing

I am looking in to learning a programming language (take a course) for use in image analysis and processing. Possibly Bioinformatics too. Which language should I go for? C or Java? Other languages are not an option for me. Also please explain why either of the languages is a better option for my application. ...

What is difference between scripting languages and other languages

Possible Duplicate: When is a language considered a scripting language? I am really confused between different types of languages. Can any one guide what are diff types of languages or diff categories. Like some saying python is scripting langauge. Now what does that mean. Are other langueages like php , asp , java not script...

Which frameworks (and associated languages) support class replacement?

Hi, I'm writing my master thesis, which deals with AOP in .NET, among other things, and I mention the lack of support for replacing classes at load time as an important factor in the fact that there are currently no .NET AOP frameworks that perform true dynamic weaving -- not without imposing the requirement that woven classes must exte...

Referencing environment and scope

All, In any programming language, is the type of referencing environment dependent on the scoping? i.e. a static scoped language would necessarily have static referencing environment? Regards, darkie ...

FIFA official website design and development

Hi, I'm just curious about design and development of official FIFA website. What is the programming language being used to build the site? What is the development methodology they are using? I used Firebug to look around the site.Here's sth I found: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, private Conten...

How to make it easy for users to install my software? Does the programming language matter?

I'm a beginner to intermediate programmer and I've learned some java and C#. I want to start thinking about making some simple programs that I can release to the world. Just some basic stuff like calendar software that will probably be free. Users want the install process to be quick and easy. To install a java program, I have to tel...

What language is this?

I thought this was Javascript... but parser is giving me trouble. Any ideas? for (;;); {"error":0,"errorSummary":"","errorDescription":"","errorIsWarning":false,"silentError":0,"payload":{"collections": [{"name":"bcm","type":"flp","filter":"flp_662923563701","value":"662923563701","editable":true,"deletable":true,"members": ["1319651388...

What is SWIG and for what it is used for

I just on internet the Google is using swig. Does any one have used that and tell me will it be helpful for me. I mean why it is used and how it can make my work good. As google is using it must be good ...

Event driven PHP framework? If so, which one?

What advantages has event-based PHP frameworks? Is this way of programming more effectively compared to imperative programming? What experiences do you have with there frameworks? http://phpwork.org/ http://www.pradosoft.com/ ...

How can I get the source code for ASTassistant?

I'm trying to develop an application similar to ASTassistant, and in the article the author says that he included "the source code with the binaries." After downloading the ZIP folder, however, I've found no source. The program is written in REAL Basic, which I don't know anything about. Do I need to purchase REAL Basic to view ASTassist...