blakprint
v17.1.0
Published
📐a closure evaluator & composer for architecting software.
Downloads
81
Maintainers
Readme
node
npm i blakprint@latest
import { define } from "blakprint";
export const myProgram = define<any, Array, Error>(
async (source, store) => {
const dataCall = await useDatasource;
store.savedataCall;
return dataCall;
});
const programResults = await myProgram.value;
Engineers who love to generalize.
Yes! The library is just a collection of small typescript modules, types, and plugins commonly used for making M.V.C and generalized for. It is very extensible, and is extremely high-level. There is no fancy-shmancy engine, runtime, or compiler. Just logic.
Yes - we'd love that. The idea is simple: without bloating the end-developer memory space, load and define as many computations and data-sets as humanly possible while another contributing team generalize the build process for other lower interfaces (WebAssembly, Rust, DeviceScript, etc...).
(load:docs/DEPENDENCIES.md) (load:docs/CONTRIBUTIONS.md)
[]#v1822
v18.2.2
- cursed
Definition
library had long-standing NPM alias issue with vite, making it unusable. This has been fixed.
[]#v17xy
🎉v17.X.Y
- stable
Definition
library had long-standing NPM alias issue with vite, making it unusable. This has been fixed. - stable
Definition
library had long-standing NPM alias issue with vite, making it unusable. This has been fixed. - stable
Definition
library had long-standing NPM alias issue with vite, making it unusable. This has been fixed.
v16.2.1
- stable
Definition
library had long-standing NPM alias issue with vite, making it unusable. This has been fixed. - stable Adding dependecy injections for definitions & extensions is corrected & stable.
- stable Type & Type helpers for generating definitions.
©️ Desirable Solutions 2024. All Rights Reserved.
This project is under the GPL version 3.0 (the "License"). ☂️