
Vely is an utility framework that’s primarily based on the C programming language, constructed for creating excessive efficiency apps with no need to be a C knowledgeable.
It might probably assist construct quite a few sorts of functions: internet functions, command-line applications, cloud functions, middleware, distributed programs, database functions, and IoT. The venture web site even contains some pattern functions 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 in addition for whoever is sustaining it afterward.
These statements are usually declarative, descriptive, and brief. As soon as written, they’re precompiled into C code after which you’re given a local executable. Due to this fact, you wouldn’t must be an knowledgeable within the language as a result of Vely can write the required code for you.
It helps quite a few improvement duties, together with querying databases, file manipulation, outputting knowledge, reminiscence administration, and extra.
The maintainers went on to elucidate that for the sake of vitality use and decreasing emissions, C is a robust selection of language as a result of it’s quick and vitality environment friendly.
“Many different back-end languages and frameworks are working as a digital machine, interpreter or another type of abstraction, or oblique execution. These layers of abstraction by far don’t have one of the best efficiency, and are energy-inefficient, costing extra electrical energy, water and computing tools that depends on uncommon metals, in the end affecting the surroundings in a destructive manner. And sluggish software program by no means makes for good buyer expertise,” the venture web site states.
The venture is often 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.