Skip to content

FloppaG/June-Programming-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 :;

About

A programming language with unbelievable speed, syntax and style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages