Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>How many computer programming languages are used all in the world ?</p> </blockquote> <p>Wikipedia <a href="http://en.wikipedia.org/wiki/List_of_programming_languages" rel="nofollow noreferrer">lists a lot</a> of them!</p> <blockquote> <p>I want to create a language like 'java or c#'. What is the procedure for creating a language and how it will create?</p> </blockquote> <p>If you need an answer to this question probably you won't be able to create one, I guess (definitely I wouldn't be able to). Anyway, if you want to go that way and create a very very simple language you should start by building a parser that takes the commands you wrote and interprets them to do something, checks for syntax errors etc. That already will take a big effort.</p> <blockquote> <p>Which language is used for manipulate Window operating system?</p> </blockquote> <p>You can use several: C++, C#, Visual Basic, etc etc etc Microsoft provides several <a href="http://msdn.microsoft.com/en-us/library/default.aspx" rel="nofollow noreferrer">APIs</a> (<a href="http://en.wikipedia.org/wiki/Application_programming_interface" rel="nofollow noreferrer">Application Programming Interface</a>s) to "manipulate" Windows</p> <blockquote> <p>What is the procedure of create Operating System like Windows/Linux/Mac and in which language it should create?</p> </blockquote> <p>As for #2. If you're starting programming you probably better focus on a simple project. Creating an OS is a <strong>huge</strong> effort and it requires profound knowledge of the computer architecture. You would probably create it using C++ and/or Assembly I guess. (as above, I wouldn't be able to create a programming language, an OS is completely out of question)</p> <blockquote> <p>What is the procedure of create open source framework project in javascript and php?</p> </blockquote> <p>This question does not make too much sense to me. You create your project and then release it to the public under an opensource licence, e.g. <a href="http://www.gnu.org/licenses/gpl.html" rel="nofollow noreferrer">GPL</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload