Vely is an software framework that’s primarily based on the C programming language, constructed for growing excessive efficiency apps while not having to be a C professional.
It could assist construct a lot of forms of purposes: internet purposes, command-line applications, cloud purposes, middleware, distributed methods, database purposes, and IoT. The challenge web site even consists of some pattern purposes created utilizing Vely.
Statements written utilizing Vely are very intuitive in order that it’s straightforward to get a transparent understanding of what it’s they do. The maintainers say that Vely code is nearer to pure language than a typical programming language. That is helpful in each writing code and likewise for whoever is sustaining it in a while.
These statements are typically declarative, descriptive, and quick. As soon as written, they’re precompiled into C code after which you might be given a local executable. Due to this fact, you wouldn’t should be an professional within the language as a result of Vely can write the mandatory code for you.
It helps a lot of growth duties, together with querying databases, file manipulation, outputting information, reminiscence administration, and extra.
The maintainers went on to elucidate that for the sake of vitality use and decreasing emissions, C is a robust alternative of language as a result of it’s quick and vitality environment friendly.
“Many different back-end languages and frameworks are operating as a digital machine, interpreter or another type of abstraction, or oblique execution. These layers of abstraction by far don’t have the perfect efficiency, and are energy-inefficient, costing extra electrical energy, water and computing gear that depends on uncommon metals, finally affecting the atmosphere in a adverse method. And sluggish software program by no means makes for good buyer expertise,” the challenge web site states.
The challenge is frequently up to date, and on the time of this writing it appears to be up to date no less than each week or so. It may be discovered on GitHub right here.