My programming language

 Dear all,

I made my own programming language, and it's called "ablang". This is the intro:

Warning! Only for people who know basic coding or python coz this is not going to make sense otherwise.

What is ablang? It is a programming language. You can run ablang files by opening any source code editor(like notepad or notepad++)and type in all your code there. Open it with your web browser. It has to be Microsoft edge or google chrome or firefox. And you can also download it. This tutorial does not have syntax highlighting. This is the main concept of ablang, to do something you must something called an allower. To install your first allower type:

Install;allower;basic-writer

The “basic-writer” allows you to print whatever you want on the screen and assign variables and lists and a dictionary. This is our first bit of code:


install;allower;basic-writer

get allower_basic-writer

|dis “Hello!”|

basic-writer.run|*|


The “dis” command is “print” in ablang. All of your code has to be in the “||” sign which can be found next to the square brackets. If you plan to include more lines like when you type, for example: jh = ‘hgh’ as a variable you simply put the | whenever you end the code. And when it spans over multiple lines you type “basic-writer.run|**|” instead of “basic-writer.run|*|”.

If you have 3 lines you don’t have to type “***” it shouldn’t exceed 2.

If you want to see the original source, this is the link: https://docs.google.com/document/d/1IhtZuRX0JOPUsCnqgZRqDYuWRqs4-n_kIaWK3INIbVg/edit

And python programming tutorial: https://www.w3schools.com/python/

Bye!


Comments

  1. "Impressive" would be an understatement! Too good Abir! Great content, nicely written. Keep going.

    Also, let me know if you are interested in joining Microsoft, our team is hiring! ;)

    ReplyDelete
  2. Ok! I would love that. What do you do there?

    ReplyDelete

Post a Comment