answersLogoWhite

0

Writing your own programming language is an incredibly ambitious, and almost unachievable, goal. You won't be able to do this on your own unless you are a hardworking genius. Writing a programming language entails making a way for the average individual to communicate with electronic equipment. To make a language you need a working knowledge of the electronics you are making the language for - either a CPU or a smaller chip.

When you understand how all the 1s and 0s (off and on, respectively) work, then you can combine them to create definitions for different programming words (i.e. Add, Subtract, If/Then, etc.).

An alternative is to base your programming language off another programming language. In other words, if you would like to simplify a language like C then you would need a working knowledge of that language. From that knowledge, you can create definitions which can be used to invoke C code.

There are programs to create compilers -- YACC is the most well known of them (use Google for details).

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is COBOL programming language?

You have answered your own question: it is a programming language.


What coding language was five nights at freddys coded in?

Five Nights at Freddies used a game engine called "Clickteam Fusion 2.5" which uses a 'programming language' called MMF. I put that in quotes because MMF isn't really a programming language it is more of an event system.


When was scratch made?

Hello there ,Scratch is a free educational programming language that was developed by the Lifelong Kindergarten Group at the Massachusetts Institute of Technology (MIT). It has the tools for creating interactive stories, games, art, simulations, and more. Scratch even has its own paint editor and sound editor built-in.Users program in Scratch by dragging blocks from the block palette and attaching them to other blocks like a jigsaw puzzle. Structures of multiple blocks are called scripts. This method of programming (building code with blocks) is referred to as "drag-and-drop programming".- noizyoyster.com


What criteria should be considered when choosing a programming language?

When choosing a programming language, consider factors such as the project requirements, the language's compatibility with existing systems, its performance, community support, and your own familiarity and expertise with the language.


How do you create your own operating system from scratch without any knowledge?

You cannot code an operating system without any knowledge of Programming. Developing an OS from scratch requires skills and a good knowledge of programming. It is not an easy task to develop an OS ,but it is not difficult either. To start with , you can start learning Assembly Language ,as this will help you to learn basics of CPU processing and Memory handling. Once you grasp the Assembly language you start of with first of with simple programs in Assembly language. After you have mastered it you can go out for coding a real running OS


What are the words that a programming language puts aside for its own use?

Reserved words.


What are the words that a programming language has set aside for its own use?

Such words are called "keywords".


What is e language and l language?

"e language" typically refers to Eiffel, a programming language known for its emphasis on object-oriented design. "L language" can refer to several different programming languages, such as Lisp, Lua, and LabVIEW, each with its own unique features and applications.


What does the acronym YOPL stand for?

YOPL stands for "Your Own Programming Language". It is a term used to describe the process of creating a custom programming language tailored to specific needs or preferences.


What are the advantages of programming?

The main advantage is that you don't have to buy software, you can simply write your own.


Difference between high level language and script language?

There is no real difference; a scripting language is a programming language like any other. We use the term script to infer a programming language that does not need to be compiled to a lower-level code before running. Generally speaking, a scripting language is usually a high-level, interpreted programming language.


How do you learn Java Programming?

you go to school to learn it or you can read books on your own particuarly at amazon just search java programing or google it One of the best ways to learn a new programming language is to write programs in it. Try rooting around in the Java Programming category on this site. Look for questions like "Write a program to...?" and see if you can figure out how to answer them. Sun (now Oracle) has a whole website dedicated to the online versions of print books about learning the various parts and techniques of Java, including a very good introduction to Java programming language.