Giter Site home page Giter Site logo

jarvis's Introduction

JARVIS - For Humans

Jarvis

Programming Language for Humans

Jarvis is an static-typed language built for humans with expression. Jarvis is a compiled interpreted languages. We are mainly focused on expressive syntax for faster absorbtion of the langugage. Jarvis name comes from a fictional character name in Iron-man. JARVIS - (Just-A-Rather-Very-Intelligent-System).

JARVIS - For Humans

Syntax

Most of the languages available today are trying to reduce the number of lines in code. We are coming up with an approach to reduce the barrier in applying the logic. We have great interest on python but as we very well know everything inside python are written as objects which has its demerits but we follow similar syntax but tear the object part.

Comments

// single line comment

/**
 Document comment
**/

Variables

a = int 10 // Number
b = float 20.0 // Decimals
c = string 'name' // String
d = ['coffee', 'tea', 'beer'] // Array

Constants

const A = string 'name'
const B = int 10
const C = float 10.000

Conditions

if (a > 10):
	// something
else if (a < 10):
	// something
or:
	// Do last condition

Contributing

Jarvis is the work of thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines: https://jarvis-lang.org/docs/contribute.html

Note that the Jarvis project uses the issue tracker for bug reports and proposals only. See https://jarvis-lang.org/wiki/Questions for a list of places to ask questions about the Jarvis language.

jarvis's People

Contributors

bastinrobin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.