ganit

Ganit(गणित) means calculation in Sanskrit. As the name suggests, this is Programming Language and/or Library for Calculation

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

in.palashkantikundu
ArtifactId

ArtifactId

ganit
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

ganit
Ganit(गणित) means calculation in Sanskrit. As the name suggests, this is Programming Language and/or Library for Calculation
Project URL

Project URL

https://github.com/Palash90/ganit
Source Code Management

Source Code Management

https://github.com/Palash90/ganit

Download ganit

How to add to project

<!-- https://jarcasting.com/artifacts/in.palashkantikundu/ganit/ -->
<dependency>
    <groupId>in.palashkantikundu</groupId>
    <artifactId>ganit</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/in.palashkantikundu/ganit/
implementation 'in.palashkantikundu:ganit:0.0.4'
// https://jarcasting.com/artifacts/in.palashkantikundu/ganit/
implementation ("in.palashkantikundu:ganit:0.0.4")
'in.palashkantikundu:ganit:jar:0.0.4'
<dependency org="in.palashkantikundu" name="ganit" rev="0.0.4">
  <artifact name="ganit" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.palashkantikundu', module='ganit', version='0.0.4')
)
libraryDependencies += "in.palashkantikundu" % "ganit" % "0.0.4"
[in.palashkantikundu/ganit "0.0.4"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Ganit

Ganit(गणित) means calculation in Sanskrit. As the name suggests, this is a Multi-Platform Multi-Language Programming Language Implementation/Library for Calculation. The implementation is planned to be using an Shunting Yard Algorithm. The language supports very basic features and mostly focused on Mathematics and especially Machine Learning. Nothing fancy, not performant. This is just here to prove that things work and makes my understanding of the computer system concrete.

Computers can perform only calculations (or Ganit), even the state of the art Machine Learning algorithms are nothing but a very high level of mathematics. Hence the name - गणित

The Plan

This is a project which is in planning phase and all the required publishing channels have been created. The main moto of this project is to create a Programming Language. The language will also be ported to many languages as library. This will facilitate any developer to work with mathematical expressions. This is lightweight and will have a limilted set of features as compared to Matlab, Wolfram, GNU Octave etc.

The language is planned to be ported to the following languages as libraries -

  1. dotnet (Implementation in Progress)

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  2. JavaScript

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  3. python

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  4. Java

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  5. Rust

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  6. C

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  7. Shell Script

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation
  8. dos

    • Basic Mathematical expression Evaluation
    • Built-in out of box Support for Matrices and Scalar (Like Matlab)
    • Branching and looping support
    • Function Implementation

Versions

Version
0.0.4
0.0.3
0.0.2