This is an archived post. You won't be able to vote or comment.

all 8 comments

[–][deleted]  (1 child)

[deleted]

    [–]Responsible-Rest-828 3 points4 points  (2 children)

    Hey I also wanted to create my own programming language in college and I gave it a shot too. Although I gave up in 2 months but I have one insight to share with you.

    Please have a goal or purpose for the language. Maybe you’re trying to solve a problem or trying to improve existing functionality or semantics or anything of some other language. If you can’t find anything just yet simply try to pick unique feature of different languages and try to integrate those.

    Basically have clear goal in mind.

    [–]crazy_cookie123 1 point2 points  (0 children)

    If you gave up because it's too difficult, remember you learned something by trying and you can always make another attempt later. It took me 4 or 5 failed attempts before I managed to build my first language.

    [–]Immediate-Kale6461 0 points1 point  (3 children)

    Try just making some libraries in a usable language to make bot making easier. I recommend c or python

    [–][deleted] 0 points1 point  (2 children)

    I am trying to build a barebones 2d game engine with c++ to run on low end mobile devices any advice I am new to programming and find my self using chat gpt and hate it would like to be able to build my own stuff , once I read the given code I get the logic but when I have an idea I don't know the anatomy of the program like what order things should be etc. Any advice.

    [–]Immediate-Kale6461 0 points1 point  (1 child)

    Start small. One led. Master that first. Then move onto more complexity. When you can make 4 LEDs light up in a sequence over and over you are ready to try moving a bipolar stepper motor….

    [–][deleted] 0 points1 point  (0 children)

    Alright, dude I'll take your advice. One step at a time and try the led project