Can you create your own language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

Can you create your own language

4th Sep 2020, 11:24 PM
Ultra WALKER
Ultra WALKER - avatar
42 Answers
+ 37
Martin Taylor so here i am , interested in knowing how to create a language, looks up lexical analysis, finds term Deterministic finite automata, wth is this, clicks link, sees bunch of crazy math symbols ive only seen a couple of with a bunch of words ive never heard, closes webpage, realizes how little i still know, back to regular programming lol
5th Sep 2020, 3:29 AM
Robert Atkins
Robert Atkins - avatar
+ 10
Tindan Sandow. Actually an operating system is made from programming languages which are abstract representations of machine language, which is an abstract representation of binary, which in itself is an abstraction of the presence or lack of electricity on billions of transistors that we refer to as bits connected in specific circuits determined by engineers that make the hardware, and while an OS and a programming language are governed by an overarching set of rules that is where the similarity stops, what you are saying is basically a dog and a crocodile are the same because they have four legs.
5th Sep 2020, 3:46 AM
Robert Atkins
Robert Atkins - avatar
+ 9
Why would you want to create your own laguage ? There are so many existing technologies already. What is missing ?
5th Sep 2020, 5:38 PM
🍂B. Eitan 🌵
🍂B. Eitan 🌵 - avatar
+ 6
You can. But i wouldn’t dare. I would rather try to understand and find a way why i need one and resolve rather than reinventing. IMO more language creates conflicts even when they have same purpose. I think it should evolve not reinvent. Just a thought
6th Sep 2020, 1:53 AM
\•/
\•/ - avatar
+ 5
Tindan Sandow It is possible but it will be a low level programming language. You can invent an interpreter as in it can make people understand a programming language. Or Google it
5th Sep 2020, 7:25 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
+ 4
Creating a programming language is a bit harder even using high level languages like python. And usually most of high level programming languages are built using C or Assembly (and may be in machine language?). In assembly it is extremely hard. But I'm not discouraging you. Create it using high level languages then translate it to low levels.
5th Sep 2020, 11:46 AM
Roopesh
Roopesh - avatar
+ 3
Robert Atkins if you're interested about creating a programming language, you can go on github. Look for 'build your own x', scroll down to the section 'programming languages', and you'll see some tutorials and interesting links.
5th Sep 2020, 6:51 AM
Théophile
Théophile - avatar
+ 2
Tindan Sandow there is a suggestion ,use description to define your question is detail not comments✌️
4th Sep 2020, 11:32 PM
Abhay
Abhay - avatar
+ 2
And an operating system is a language
5th Sep 2020, 1:00 AM
Ultra WALKER
Ultra WALKER - avatar
+ 2
The operating system has an order or sequence that every code follows For example a Logical AND operator (&&) it's written like (a && b) not )&&ab( and for English we can have a sentence like "I am going to School" not "To going I am School" so in hindsight they are the same
5th Sep 2020, 1:07 AM
Ultra WALKER
Ultra WALKER - avatar
+ 2
Dadson Wamuiga Matu please use the q&a as it is intended which is for questions concerning codes related issues, not advertising. Not only are you offtopic but being disrespectful to the poster and those whom are trying to help them. Please remove all your YouTube posted comments. Thanks and happy coding. https://www.sololearn.com/discuss/1316935/?ref=app https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
5th Sep 2020, 7:39 PM
BroFar
BroFar - avatar
+ 2
we had a project using C; its about an OS. Actually one can write his OS but there are a lot of things to b3ar in mind. Look, hardware, software(system and third party) all these are nasty phases you should think. And "Language " is also the same think in programming era. You should understand the deep walls and caves of programming, mathematics and physics. NB: I can assure you that one can definitely make his OS (sth in sandbox😂) or language.
6th Sep 2020, 4:52 AM
I C
I C - avatar
+ 1
Yes
5th Sep 2020, 1:00 AM
Ultra WALKER
Ultra WALKER - avatar
+ 1
You can if you have the patience and drive.
5th Sep 2020, 9:00 AM
Sonic
Sonic - avatar
+ 1
To implement your programming language, that is to say to actually making something happens, you can build one of two things: a compiler or an interpreter. You could also build both of them if you want. Here you can find a good overview if you need it: Compiled and Interpreted Languages.
5th Sep 2020, 2:34 PM
Devansh Sadhya
Devansh Sadhya - avatar
+ 1
to make a programming language is hard to will take you time lots of Good programming language of many Technologies
6th Sep 2020, 5:10 AM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
+ 1
If you are interested to create your own language then I advice you to search for 'brainfuck'. It is a typeless, structured interpreter language. The Hello World programm looks like: ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++. Have fun with it
6th Sep 2020, 7:57 AM
Tris Megistos
Tris Megistos - avatar
+ 1
Hello
6th Sep 2020, 7:31 PM
kiff mix officiel
kiff mix officiel - avatar
+ 1
Why does the tag say operators
15th Sep 2020, 2:53 PM
Goldicane
Goldicane - avatar
+ 1
absolutely yes, for this you may work hard and smart!
17th Sep 2020, 12:12 PM
Azizbek Khabibullaev
Azizbek Khabibullaev - avatar