How do you create your own programming language?
Hey guys, I'd like to invent my own programming language and game engine. Do you have a proper tutorial or can you explain to me in writing what I need to install, for example?
Hey guys, I'd like to invent my own programming language and game engine. Do you have a proper tutorial or can you explain to me in writing what I need to install, for example?
???? pretty good code, right? public class Main { public static void main(String[] args) { Person p1 = new Person(); p1.alter = 3; p1.name = "Dietrich Butzbach"; System.out.println(p1.alter + " " + p1.name); p1.älter(); System.out.println(p1.alter+ " " + p1.name); } } class Person{ String name; int alter; S void älter(){ this.alter = alter+1; } }
When I want to create player movement for my Unity game in Visual Studio, I eventually reach the point where I need to use velocity. But when I type "velocity," it's immediately marked as an error, crossed out, and replaced with angularVelocity. How can I fix this?
What do you use it for and does it help you a lot?
Hello folks! I programmed a small game on Visual Studio Code. When I start the program, my console is spammed with: Enter a number between 1-100: Please make sure you stay between 1-100! Enter a number between 1-100: Please make sure you stay between 1-100! How can I fix this error? Can someone help me?…
Hello everyone, I have a problem. I'm coding a game in JAVA where you have to collect items. I have a HashMap<Player Name (String), Items to Collect (ArrayList<Items>)>. I now want to sort this HashMap by the size of the ArrayList. Suppose I have 3 ArrayLists and want to sort them by size, how do…
Hi, How can I fix this? LG TWG
A good programming language and a good engine can be done if you know what it takes. You need XP without end.
So first play the game “I write a game on Unity” and then maybe another one on Unreal. Then you know what you missed.
Most products are created by people who know the offer well and therefore know what is missing, and with which product they will reach customers who are unhappy with the current offer. At the same time developing a new language and a new engine is a big thing. You could first read yourself deeply into programming languages as suggested below. Or you program a game as suggested above.
Evtl. Learn to run before you sign up for a 40 km marathon…
450km Ultra
Learning assembler language! This allows you to program your own programming language for your own (operating) system. Drivers and Co.
There is also a long version, please.
Check out a book about Compilerbau. Also look at a book about existing languages. Learn about Smalltalk, C, C#, C++, JAVA, Rust, Python, Julia, Lisp, Standard ML, Prolog. And assembler too. Read a book about Game Design.
Thank you
Good luck!
Search for Book of Lenses Schell. There are also books for specific frameworks. :-
Can you trust me for game gaming and how to make your own so recommend a book and or a youtuber whovideo.
I’ve been using HTML, css, uh, scratch, Javascript and python since today.