satyabansahoo2000 / Kalaam

Kalaam is the first-ever online Programming language in Hindi.

Home Page:https://www.kalaam.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kalaam logo

Supporting Kalaam

Introduction

Kalaam is the programming language in Hindi and has all the basic functionalities of a modern programming language. From for loops to while loops and from functions to conditional statements.

Kalaam has it's own parser, interpretor, Virtual memory stack and executes source code from parse tree generated by parser.

Thank you to all the amazing developers who showed interest in contributing to the development of Kalaam.

Branch Guide

Compiler

  • All the compiler related work is done here. No frontend pull requests here, this space belongs to backend people.

Frontend-UI

  • All the compiler, UI work is done here. No Compiler/Backend pull requests here, this space belongs to frontend people.

dev-Kalaam-nextVersion

  • As the name suggests, this will contain latest and stable Kalaam code. If everything performs as expected, this will be merged with master.
  • Test,Test,Test!

Contributions

  • You can work on either Frontend, Backend or Documentation, whatever you think you can be best at with your current level of experiance.
  • This is a complete Kalaam.io application. The compiler is availible as a standalone npm package called Kalaam-core.
  • Fork the repo by selecting the branch you want to work on.
  • Feel absolutely free to play with frontend or backend. Creative ideas are most welcome.
  • Use Kalaam Discord sever to connect with fellow contributers.

Future plans

  • Right now, Kalaam is in it's early stage. Many programming languges took decades of team work to reach their God level. We go step by step.
  • Kalaam needs to have a usecase so that people can start building stuff with it like apps, websites, extensions, plugins. The usecase can be unique that suits well to the indian ecosystem. This will help us to move in a straight direction.
  • Conside Kalaam as your own project, explore it and feel free to try out new ideas.

Documentation

To check out documentation visit Documentation.

  • Documentation needs a lot of work. I think short video tuts will really help insated of just overload of texts.

Examples

To check out examples visit live examples.

Feel free to add more examples. We have three categories for examples. Basic, Intermediate and advanced. Add according to conext.

Questions

For questions and support please use the discord server.

NPM

P.S- The package is not setup for named exports yet like import 'Compile' from 'Kalaam-core'. Instead, use the node_modules path like import 'Compile' from '../node_modules/src/lib/Compiler/main.js'

Where is the compiler code?:

Visit 'src/lib/Compiler/main.js' in repo structure to access Kalaam compile engine and learn about how Kalaam works.

To test kalaam.io locally

The setups for recreating the project have been given in the SETUP.md file.

Issues

Found an issue in Kalaam? Please use submit issue.

License

MIT

Copyright (c) 2020-present, Swanand Kadam

About

Kalaam is the first-ever online Programming language in Hindi.

https://www.kalaam.io

License:MIT License


Languages

Language:JavaScript 66.5%Language:Vue 31.6%Language:HTML 1.0%Language:CSS 0.7%Language:Sass 0.1%