Skip to content

This is a programming language, I designed for making performance wise code and for fun.

Notifications You must be signed in to change notification settings

michaelcheers/Mpl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Mpl2

This is a programming language, I designed for making performance wise code and for fun.

I wanted automatic optimizer and when you call a function sometimes do you wonder how long it will take. This is what you can get, for example if you have got a JsonTable, this language makes it quite easy to make a OptJsonTable which does the same thing except can't take abstract strings. If you call

baked(JsonTable.parse("{\"do\":\"dont\"}\"));

then the json will load at compile time. You could make it automatic that it does that. I like the idea of making a programming language especially an open source one. That way if anybody dosen't like an aspect of the language the change the source code.

About

This is a programming language, I designed for making performance wise code and for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages