Macha code is a new programming language with a general purpose of high-level design and inspired by the Korean language to be simple for learning for new programmers, the development is thought to be used to create desktop apps.
This language has an understanding of the basic rules of programming, such as declarations, assignation of variables, and printing the value of each one. The particularity of this language is writing on the Romanization of Korean words so if you love the Korean culture and the language Macha you will love it.
To start coding on Macha you need to know these basics:
- All instructions on Macha are written on separated lines.
- The variables need to have the data type defined.
- To code on Macha you need to start with the command
chichak - You need to use
{ }to include your code - There's no need of ; in Macha just write your code with no worries.
chichak{
//All your code
}
###Variable declartions
There's at the moment just one type of data on Macha
-geum: Used for Integer values 3``2``2145
chichak{
geum a = 3654
}
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!