Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.

learn more… | top users | synonyms

-2
votes
0answers
57 views

What languages are best for beginning programmers? [on hold]

I have always been interested in Computer Science but I really don't know where to start with learning any languages or even where to find good books or tutorials on how to use said languages in ...
-1
votes
0answers
52 views

How To Be a Programmer and Tell path to be a programmer and What thing begineer should keep in mind? [on hold]

Tell the path and give some tips to be a programmer. What things should be in a mind for beginner to be a programmer? This is also useful article I have seen : http://norvig.com/21-days.html
-4
votes
0answers
44 views

What are the different kinds of programming? [on hold]

I have been very curious about this for the last few days: I'd like to know what are, generally speaking, the different "fields" in the programming world. For instance, drivers programming, OS ...
3
votes
0answers
150 views

What rationale is used when programming language designers decide what sign the result of modulo operation takes?

Going through Modulo operation (the avenue I entered while exploring the difference between rem and mod) I came across: In mathematics the result of the modulo operation is the remainder of the ...
0
votes
0answers
26 views

Which field to choose [on hold]

I'm about to complete my degree in computer science and I have to select the field that I'm going to specialize in, but I can not come to a final decision which field is better to choose. I'm ...
-1
votes
0answers
75 views

Execute C code using Notepad++ Editor [closed]

I would like to know how to execute C code using Notepad++ Editor? I want to use Notepad++. I know I have many editors to execute C code , but it is mandatory in my class.
-2
votes
2answers
126 views

What language is used to write Android applications? [closed]

What language is used to write Android applications? I know that mostly applications have to be written in Java but is there any other option? I have nothing against Java I just need to know is ...
3
votes
0answers
152 views

Why, specifically, has Fortran received criticism from established computer scientists? [closed]

Fortran is widely used in science and numerical computing, but it appears that among computer scientists and professional programmers, there is significant criticism of the language. To select an ...
10
votes
6answers
1k views

Are there any ultra high level languages out there? [closed]

Historically a HLL is something like C, Fortran or Pascal and a VHLL is something like Ruby or Python. I am familiar with the terms 4GL, 5GL, DSL and LOP, and those who aren't should read Wikipedia ...
1
vote
2answers
120 views

Parser and interpreter knowledge as a way to gauge programmer ability [closed]

This is only anecdotal evidence but from my past encounters with programmers at various workplaces the programmers that understand the fundamentals of parsing and interpreting seem to be overall ...
0
votes
0answers
24 views

Open ended questions not suited to this site? [migrated]

I understand that programming questions asked here are supposed to be constrained and answerable and should not result in a more open-ended discussion. However, I do have sometimes have programming ...
3
votes
7answers
404 views

Is good Grammar a prerequisite for your development team?

I understand that this may be primarily opinion based, but I also think it is an interesting question and would like to hear others' viewpoints on the subject. I recently became the senior developer ...
2
votes
3answers
327 views

Syntactic Sugar for old languages

I first learned about the existence of syntactic sugar languages, like CoffeeScript and SASS while working in Rails. This got me thinking... why do we not have well-known (if any at all) syntactic ...
-2
votes
0answers
11 views

remove part of a string and show it on the map [migrated]

so lets say that i got this string: school_name = 'hello you world'; when I show this on the google map, it works. var marker2 = new google.maps.Marker({ title: school_name, icon: ...
1
vote
1answer
129 views

Optimizing mindmaps by finding the least amount of redundancy

When using mindmaps, you order them based on how you think it fits best. So for instance (tab means subtree) requirements dinner food forks spoons breakfast food forks this ...

15 30 50 per page