Git Product home page Git Product logo

june-programming-language's Introduction

June-Programming-Language

A programming language with unbelievable speed, syntax and security.

Warning: This programming language is a joke - please do not use for actual projects.

Unbelievable speed

This programming language has some unbelieveable speeds! Compared to python, it can be up to 2x slower! Few programming languages can come close to that kind of speed.

Amazing syntax

This syntax is so great it might as well be english! All sorts of confusing symbols and terms.

Security

This programming language is one of the most secure. Why? Anyone who reads it will instantly run as far away from the computer as they can!

FAQs

Who hurt you?

Nobody. I just wanted to write a great programming language!

Just... why?

I got bored.

Please stop

No.

Documentation

If you actually want to use this, here's a short guide on how it works.

To declare a variable:

_ var_name : "Hello, World" ;

Fairly simple.

If you want to print said variable:

_ var_name : "Hello, World" ;
+ print : var_name, ;

Simple program to count 0-9:

_ iterator : "0", ;

* while : iterator != "10" {
    + print : iterator, ;
    * if : iterator == "3" {
        + print : "3 is a nice number", ;
    }
    _ iterator : + sum : iterator, "1", ; ;
}

You can run each file as a function, for example if you have a file called function.june you can run it using + function.june :;

june-programming-language's People

Contributors

juneprimavera 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.