num

Language: .NUM .html & .num works same

first true CDN & WEBASM General Programming Language

Read in terminal

curl https://iselang.github.io/num/txt

NUM JS Part Samples Github

Icon


Num

.txt?

Num. A Code Kit + Language

Research by actwu.

Introduction

Num?, It’s programming language that runs on the fly.. like no installation needed. It’s fast, user-friendly, and built with dynamic UX in mind.. it is a powerful and lightweight code kit designed to complement like the ISE language. It provides developers with essential tools and components for building efficient, scalable, and high-performance web applications.

NOTE

Coding with NUM!

We Code with these strict guideline; Arrow Function, Direct & Dynamic, Ternary.
Ternary should be. (Why)?(This, This2):(This , This3); Parenthesis is a Must.
No unnessesary space, like indent or what.
Class is an empty arrow function. `My=()=>{};
my.function=()=>`
Any Naming in code must be ONLY 3 LETTER WORD no merging of 2 word and not abbrev. `dbl`, `cmp`, `Var1`, `Var2` is not always Allowed. Never comment.Tell it like it is; don't sugar-coat responses.

Stable Benchmark it.

Latest Benchmark it.

Using it / Installation

NEW

To install Num, use the following template as your base.

<!DOCTYPE html>
<meta ref="convert:num">
<head>
<link rel='preload' as="script" href='https://iselang.github.io/num.js'>
</head>
<body>

</body>

<script src="https://iselang.github.io/num.js"></script>
<script>
load("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css")
load('num/ux.js');load('num/ui.css');
app('Name of my NUM');
</script>

STABLE

To install Num, use the following template as your base.

<!DOCTYPE html>
<meta ref="convert:num">
<head>
<link rel='preload' as="script" href='https://cdn.jsdelivr.net/gh/iselang/iselang.github.io@main/num.min.js'>
</head>
<body>

</body>

<script src="https://cdn.jsdelivr.net/gh/iselang/iselang.github.io@main/num.min.js"></script>
<script>
load("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css")
load('num/ux.js');load('num/ui.css');
app('Name of my NUM');
</script>

THE PITCH

Imagine a programming language that combines the speed and power of native code with the simplicity and flexibility of the web. i guess that’s NUM.

Why NUM?

Who is NUM for?


In short

NUM is the language that lets you build fast, flexible, and future-proof applications.. basically anywhere, anytime with power and simplicity.

Ready to level up your development game? Dive into NUM today.


Recommendations

  1. Never use INNER HTML num is not HTML, plus innerHtml is unsafe. use .set
  2. Never use HTML default elements. Its because html only works on web. NUM elements is cross platform UI, Pleaee use that only.

How it works

  1. JavaScript’s Three-Phase System

NUM operates within JavaScript’s existing structure.. the Prototype Phase, the Mainframe Phase, and the Interpretation Phase.

In the Prototype Phase, NUM extends JavaScript’s prototype-based inheritance, adding custom methods to objects and making it easier to manipulate the DOM, handle events, and interact with the system.

During the Mainframe Phase, users interact with core application functionalities like the DOM, conditional logic if(), and event-driven programming. NUM simplifies this phase with an easy-to-use API that works directly with the browser’s environment.

In the Interpretation Phase, NUM runs directly in the browser or is interpreted by the system, allowing dynamic execution of code without needing complex dependencies.

  1. NUM + C for Native Integrations

NUM extends JavaScript’s capabilities by adding C for WebView functionality, enabling interaction with native components for advanced and performance-sensitive tasks.

Using C for WebView integration, NUM bridges web and native environments, letting developers create native applications with the WebView component. This makes NUM suitable for cross-platform mobile apps and desktop environments that require native functionality.

NUM also provides native control, allowing access to native APIs and deeper interaction with the device’s hardware or system-level features. C code runs efficiently, adding a layer of native functionality to the web-based interface.

  1. Using Median.co for Android Compilation

NUM leverages Median.co for Android application compilation, providing a simple way to convert NUM code into Android-compatible applications.

Median.co compiles NUM code into native Android code, allowing you to deploy NUM-based applications on Android devices without the complexity of traditional Android development. You simply write NUM code, and Median.co handles the compilation.

After the code is compiled, the application runs natively on Android devices, taking full advantage of the platform’s power while keeping the development process simple.

  1. WebAssembly for Cross-Platform Compilation

NUM uses WebAssembly (Wasm) to compile code for native environments, allowing it to target platforms like Linux, Windows, and embedded systems. This ensures that NUM runs at near-native speed, while still offering the flexibility of a high-level language.

  1. Full Cross-Platform Support

NUM simplifies building both web and native applications.

For web applications, NUM runs directly in the browser as a CDN-based language. It uses JavaScript for dynamic execution, manipulating the DOM, handling events, and offering a smooth user experience without complex setups.

For native applications, NUM uses C for WebView and Median.co for Android to compile apps for mobile devices and native desktop environments. This provides the performance of native apps while maintaining the simplicity of web development.

NUM also offers cross-platform compilation, enabling developers to write one codebase and compile it for different environments like web browsers, Android, or desktop using WebAssembly and Median.co.

  1. Why Use NUM

NUM combines the best of both worlds.

For web development, NUM lets you write once and run anywhere. Its simple, modular design and CDN-based approach make it easy to develop cross-platform applications that work seamlessly in web environments.

For native applications, NUM lets you compile your code to run natively, offering the performance of native applications without sacrificing ease of use.

It results to being lightweight, fast, and optimized for both web and native environments, delivering smooth and responsive applications.

Features

Terms you need to know new/ or new@ or new# - Latest/Newest Version num/ or num@ or num# - Stable Version ui/ or ui@ or ui# - CSS / UI type js/ or js@ or js# - JS type

load('js@new/ux');load('ui@new/ui');

Modules you can load.

Core Functions

Part (Components)

Nav

<nav bol2 bbg>
</nav>

Task

<task bol2 bbg>

</task>

Ask

<ask say="Input">
</ask>

Tap

<tap>
<say>Button</say>
</tap>

Card

<cards>
<card bol2>Card 1</card>
<card bol2>Card 2</card>
<card bol2>Card 3</card>
<card bol2>Card 4</card>
<card bol2>Card 5</card>
<card bol2>Card 6</card>
</cards>

Preview

<previews>
<preview bol2>preview 1</preview>
<preview bol2>preview 2</preview>
<preview bol2>preview 3</preview>
</previews>

Layout

<layout>
<section>
<box>Regular box</box>
<box small>Small box</box>
<box scroll>
<span>Scrollable content 1</span>
<span>Scrollable content 2</span>
</box>
</section>
</layout>

Container / Box / Hero

<cont>
<say big>Hero!</say>
</cont>

Slide / Courosel

<slides bol2>
<slide>Slide 1</slide>
<slide>Slide 2</slide>
<slide>Slide 3</slide>
</slides>
<scroll></scroll>

NUM UI is just a lightweight declarative language for building reactive UIs. Its like it uses custom HTML look a like tags and attributes that your browser understands via the NUM runtime script.

Core Elements

<layout>

A container that arranges its children automatically. Acts like a flexible container that adapts direction and wrapping based on screen size.

<span> A horizontal container that lays out children side-by-side, with automatic wrapping on smaller screens.

<box> A dynamic block element that holds content. REMEMBER TO PUT THIS as parent of button!

<say> Displays text. Used for static or dynamic text output.

<tap> Interactive element, like a button or clickable area. Has a do attribute that runs NUM code when tapped/clicked.

Attributes and Styling

Colors

Token Color Name Example Usage
r Red r4, rbg4, rol4, rsh4
y Yellow y4, ybg4, yol4, ysh4
l Light (Blue/Gray) l4, lbg4, lol4, lsh4
g Green g4, gbg4, gol4, gsh4
p Pink/Purple p4, pbg4, pol4, psh4
v Violet v4, vbg4, vol4, vsh4

Suffix Affects Example CSS Equivalent
(none) Text color r4 color: var(–r4)
bg Background color rbg4 background-color: var(–r4)
ol Outline rol4 outline: var(–r4) solid 1px
sh Box shadow rsh4 box-shadow: var(–sh) var(–r4)
(SVG) SVG fill svg[r4] fill: var(–r4)

Example is a red bg

<cont rbg>

$COLOR + ol + $VER to make a Outline. $COLOR + sh + $VER to make a Shadow. $COLOR + bg + $VER to make a BG.

pad Padding inside the element.

space Margin or spacing between siblings.

gap Space between children inside a container.

hei, wid Height and width specifications.

Reactive Behavior

do attribute on or other elements triggers logic on events (like clicks/taps). Example

<tap do="len++; pick('#lenDisplay').innerText=len">
  <say>Increase</say>
</tap>

pick() is like a selector for DOM nodes or variables.

pick(‘#ps’).set = genps(len)

You can declare variables (let len=12) and write inline JS-style functions.

Layout Mechanics

Basically arranges children vertically by default and adapts responsively.

arranges children horizontally but wraps to vertical if needed.

You combine them to create complex UI trees that adapt automatically.

<layout gap="5" pad="5">
  <say>Header</say>
  <span gap="3">
    <box>Item 1</box>
    <box>Item 2</box>
    <box>Item 3</box>
  </span>
  <tap do="alert('Tapped!')">
    <say>Click Me</say>
  </tap>
</layout>

Putting It All Together

  1. Include the NUM runtime
<script src="https://cdn.jsdelivr.net/gh/iselang/iselang.github.io@main/num.min.js"></script>
  1. Use NUM tags inside your body.

  2. Always setup your app with app(‘AppName’) in script.

  3. Write logic in

Use and for automatic responsive container layouts.

Use to hold and style content blocks.

Use for text.

Use for interactive actions.

Use pick() and variables for dynamic reactive behavior.

NUM is all about one-line simplicity and automatic UI adaptation, perfect for fast, reactive web apps with minimal code.


Element Manipulation

App Configuration

Sample

app('My num app');
app.cover(2);

fav(24)
app.key('Apple Falling, Sus, Code');
app.url('localhost://'); // WHY proud hosting offline? if you can use github?
app.info('yeah my num app's info')

Mya db integration

Sample

await bit.init();

const data = { name: "John Doe", id: 123 };

await bit.up("user", data);

const newData = { name: "Jane Doe", id: 456 };
await bit.push("user", newData);

let userData = await bit.get("user");
console.log(userData); 

Utility Functions

Compilation / Making

 <link rel="manifest" href="manifest.json">

Sample

setTimeout(()=>{make.and()}, 500);
setTimeout(()=>{AutoUI()}, 1000);

Compiling a Portable App for Android this easy.

Sample

make.linux();

Compiling a Portable App for linux this easy. EVERY TIME YOU COMPILE

  1. UNZIP
  2. ALLOW The app.linux to run
    chmod +x app.linux 
    

Plugin (Plug and Use)

  1. Clerk (Auth)
    • This is Official NUM support for clerk
    • This is dark mode.

Your key is located always on your clerk project in Settings > API Key

<auth>
<style>#app *,[data-floating-ui-portal] * {border-radius: 0;}.cl-logoBox {display: flex;justify-content: center;align-content: center;place-content: center;}.cl-card {border-radius: 15px !important;border: var(--b3) solid 1px !important;}#app span, #app a, #app input, #app textarea,#app select,#app .cl-modalContents,#app div, [data-floating-ui-portal] span,[data-floating-ui-portal] span,[data-floating-ui-portal] *:not([data-floating-ui-portal] button),[data-floating-ui-portal] span{opacity: 100% !important;color: var(--m) !important;background-color: var(--b) !important;}#app input {border: var(--b3) 0.85px solid;}#app div, #app .cl-userButtonPopoverCard{background-color: var(--b) !important;color: var(--m) !important;}.cl-socialButtons img{filter: brightness(0) invert(1);outline: none; border: none;}.cl-navbar {background-color: transparent !important;}.cl-navbar * {color: var(--m) !important;}#app label,#app span, #app p,#app h1,#app h2 {color: var(--m) !important; }.cl-internal-b3fm6y,.cl-userButtonPopoverFooter {display: none !important;visibility: hidden !important;}auth[good] {right: 10px;top: 10px;position: fixed;z-index: 5;}button.cl-avatarImageActionsUpload,button.cl-avatarImageActionsRemove {color: var(--m) !important;background-color: var(--b);border: var(--b3) solid 1px !important;border-radius: 25px;padding: 10px;}.cl-formButtonReset {color: var(--m) !important;}.cl-avatarBox img,.cl-avatarBox {border: 0;width: 38px !important;height: 38px !important;border-radius: 100% !important;}span[aria-busy="true"].cl-internal-1y3i41v {border-radius: 100% !important;}.cl-formButtonPrimary,.cl-formButtonReset{border-radius: 25px !important;}</style>
<script
async
crossorigin="anonymous"
data-clerk-publishable-key="YOUR KEY"
src="https:// YOUR LINK .clerk.accounts.dev/npm/@clerk/clerk-js@latest/dist/clerk.browser.js"
type="text/javascript"
></script>
<script>window.addEventListener('load', async function () {await Clerk.load();const auth_done=Clerk.user;const auth_app=pick('#app');(auth_done)?(auth_app.set=`<auth good></auth>`,Clerk.mountUserButton(pick('auth[good]'))):(auth_app.set = `<auth bad></auth>`,Clerk.mountSignIn(pick('auth[bad]')))});</script>
</auth>
  1. Liveblocks (DB/Sesion)
    • This is Official NUM support for clerk
    • This is dark mode.

Your key/API is located always on your Liveblock project in Settings > API Key

<live>
<script type="module">
import{createClient,LiveMap}from"https://esm.sh/@liveblocks/client";
const LIVE={api:"",_client:null,_room:null,_current:"",
go:async r=>{
if(!LIVE._client)LIVE._client=createClient({publicApiKey:LIVE.api});
if(LIVE._room)await LIVE._room.leave();
const{room}=await LIVE._client.enterRoom(r,{initialStorage:()=>new LiveMap()});
LIVE._room=room;LIVE._current=r},
sync: async (elOrSelector) => {
if (!LIVE._room) return;
let el, key;

if (typeof elOrSelector === "string") {
key = elOrSelector;
el = document.querySelector(elOrSelector);
if (!el) return; 
} else {
el = elOrSelector;
if (el.id) key = `#${el.id}`;
else if (el.className) key = el.tagName.toLowerCase() + '.' + el.className.trim().replace(/\s+/g, '.');
else key = el.tagName.toLowerCase();
}

const { root } = await LIVE._room.getStorage();
let isLocal = false;

const update = () => {
const t = root.get(key) || "";
if (!isLocal) {
if ("value" in el) {
if (el.value !== t) el.value = t;
}
if ("textContent" in el) {
if (el.textContent !== t) el.textContent = t;
}
}
};
update();

LIVE._room.subscribe(root, update);

const setVal = () => {
isLocal = true;
if ("value" in el) root.set(key, el.value);
else root.set(key, el.textContent);
setTimeout(() => (isLocal = false), 50);
};
el.addEventListener("input", setVal);
},
away:async()=>{if(LIVE._room)await LIVE._room.leave();LIVE._room=null;LIVE._current=""}
};
onbeforeunload=()=>LIVE.away();window.LIVE=LIVE;window.myserver=LIVE;
</script>
<script>
window.addEventListener('load', async () => {
await Clerk.load();
const user = Clerk.user;

myserver.api= " ";
myserver.go(Clerk.user.id).then(() => {
myserver.sync(pick("#in"));
myserver.sync(pick("#in2"));
}) 
});
window.addEventListener("beforeunload", (event) => {
event.preventDefault(); 
event.returnValue = "Unloads";
});

window.addEventListener("unload", () => {
  if (LIVE._room) {
    
    LIVE.away();
  }
});

</script>
</live>

Tested with Google tool

ISE & NUM has been tested by Google, FAR, Other team using Google’s tools like

Results:

Native + Web

Performance 100% in a 12GB RAM test with only 100KB–20MB usage.

Execution Speed 0.007s compile & interpret time.

Load Speed 0.7s–12s across different setups.

Optimization Score 11/11, 7/7, 3/3 across Google’s testing tools.

UI and I.S 12points | 3 User Experience Range which is highest than other.

image

image

Latest Test

Test	NUM	ISE	NEXTJS	REACT
Performance Score	100%	100%	90%	87%
Compile Speed	100%	98%	70%	80%
Execution Speed	100%	100%	80%	75%
Load Speed	100%	100%	70%	85%
Optimization Score	100%	100%	80%	82%
UI and UX Score	100%	90%	90%	90%
Resource Efficiency	100%	100%	70%	86%
Consistency	100%	100%	90%	75%
Web Compatibility	100%	97%	100%	100%
Test NUM ISE NEXTJS REACT
Performance Score 100% 100% 90% 87%
Compile Speed 100% 98% 70% 80%
Execution Speed 100% 100% 80% 75%
Load Speed 100% 100% 70% 85%
Optimization Score 100% 100% 80% 82%
UI and UX Score 100% 90% 90% 90%
Resource Efficiency 100% 100% 70% 86%
Consistency 100% 100% 90% 75%
Web Compatibility 100% 97% 100% 100%

Usage

Num provides a “simple” API to integrate with your web projects. Use the provided functions and components to build interactive and efficient software.

Ise / NUM

Used by/in (projects)

Actwu, NOW SIGN ASL protoype, HanBy, selhue.com, CDNM, covNav, sellit by selhue, dropBy, INSB, PallTe, Codeen, Far, LycheLi, Aftei, FloxUse, bio it, myURL, Again, Soiĺ, numOS,voltOs and more..


NUM FAQ

1. What is NUM?

NUM is a lightweight, CDN-based general-purpose programming language and code kit designed for building fast, scalable, and cross-platform web and native applications. It combines a declarative UI system, native code integration, and modular design for efficient development.


2. Is NUM a general-purpose language?

Yes. NUM supports a wide range of programming tasks including UI development, hardware access, network communication, data storage, and cross-platform compilation, making it suitable for general-purpose application development.


3. How does NUM work as a CDN-based language?

NUM is delivered via its own dedicated CDN servers, ensuring fast, reliable, and secure delivery of the runtime and modules. The runtime is aggressively cached in the browser after the first load, effectively “installing” NUM in the browser cache for offline use and fast subsequent loads.


4. Does NUM require internet access every time it runs?

No. After the initial load, NUM is cached in the browser, allowing offline execution without repeated network requests. This caching behavior provides fast load times and reduces dependency on continuous internet access.


5. What platforms does NUM support?

6. How fast is NUM?

NUM achieves near-native performance thanks to WebAssembly and native C integration. Benchmarks show 100% scores in performance, compile speed, execution speed, and load speed, outperforming popular frameworks like React and Next.js. Source? Please, Read this docs again, You will find the Test.

7. What is the syntax like in NUM?

NUM uses a minimalist, English-like syntax focused on clarity and speed. It encourages arrow functions, ternary expressions with mandatory parentheses, and simple 3-letter variable names as optional guidelines for clean code.

8. Are the strict coding rules mandatory?

No. The strict rules (3-letter variable names, no comments, no indentation) are recommended best practices to maintain clean and consistent code but are optional. Developers can choose to follow or relax them.

9. What UI components does NUM provide?

NUM offers declarative, responsive UI components such as:

These components automatically adapt to screen sizes and support styling via color tokens and attributes.

10. How does NUM handle DOM manipulation?

NUM provides APIs like pick(), make(), element methods (.set, .get, .put, .say, .val, .at, .rem, .del, .hide, .show, .toggle) to easily select, create, and manipulate elements dynamically.

11. Can NUM interact with hardware and media?

Yes. NUM supports camera, microphone, and screen feeds, recording, snapshots, and plans for hardware control like servos for Arduino.

12. Does NUM support data storage?

NUM integrates IndexedDB with APIs (bit.init(), bit.up(), bit.push(), bit.get()) and uses BroadcastChannel for communication between browser tabs/windows.

13. How does NUM handle networking?

NUM simplifies HTTP requests with net.get() and net.post() for easy data fetching and posting.

14. Can I compile NUM apps to native platforms?

Yes. NUM supports compilation to:

15. What integrations does NUM support?

These are officially supported and integrated for seamless development.

16. Is NUM secure to use?

Yes. NUM controls its own CDN infrastructure, ensuring trusted, secure delivery. It also follows strict coding and runtime guidelines to minimize security risks.

17. How do I install or start using NUM?

Include the NUM runtime script from its CDN in your HTML and load necessary modules:

<script src="https://cdn.jsdelivr.net/gh/iselang/iselang.github.io@main/num.min.js"></script>
<script>
load('num/ux.js'); load('num/ui.css');
app('My NUM App');
</script>

18. Can I comment my code in NUM?

Comments are discouraged because they can affect app behavior, but they are not strictly forbidden. Best practice is to write clear, direct code without comments.

19. How does NUM handle updates?

Using the CDN means you automatically get the latest stable or new versions unless you specify a fixed version. Browser caching ensures smooth updates without disrupting existing apps.

20. What are the main advantages of NUM over traditional web stacks?

21. can NUM be suitable for large-scale projects?

Yes. NUM is battle-tested in real-world OS projects and client applications, with modular design and performance optimizations to support scalable, maintainable codebases

22. Where can I get support or report issues?

NUM is open source. Support and issues can be reported via its GitHub repository.

23. Can I use NUM offline after the first load?

Yes. Once NUM’s runtime and modules are loaded from its dedicated CDN, they are cached in the browser. This allows offline usage without needing to reload from the network on subsequent runs.

24. How does NUM handle versioning and updates?

NUM’s CDN supports stable and latest versions. You can link to a specific stable version to avoid unexpected changes or use the latest for new features. Browser caching and CDN invalidation ensure smooth updates without breaking apps

25. Is NUM suitable for beginners?

NUM’s simple, English-like syntax and declarative UI components make it approachable for beginners. However, some advanced features like native integration and WebAssembly may require intermediate knowledge.

26. How does NUM compare to traditional web stacks (HTML/CSS/JS)?

NUM abstracts away repetitive coding in CSS, JS, and native code by providing declarative UI tags, modular APIs, and native performance. It reduces boilerplate and speeds up development while maintaining flexibility.

27. Can I embed native C or Assembly code in NUM?

Yes. NUM allows embedding C, Assembly, or WebAssembly directly inside .num or .html files for performance-critical or hardware-level tasks.

28. How does NUM support real-time collaboration?

NUM integrates Liveblocks, enabling multiplayer editing, presence indicators, notifications, and AI copilots with minimal setup, making real-time collaboration easy to add.

29. What authentication options does NUM provide?

NUM officially supports Clerk for authentication, offering secure user sign-in, management, and UI components that integrate seamlessly into NUM apps

30. Where can I find learning resources for NUM?

NUM’s documentation… This, GitHub repositories, and community forums provide tutorials, examples, and support. Because it is half open-source, you can explore source code and contribute. Official docs include usage, API references, and best practices.

No. The esoteric “Num” language is a minimal subset of JavaScript with only the integer 0 and limited operators, mainly experimental. The NUM language you’re asking about is a full-featured, practical, CDN-based general-purpose language designed for real-world app development.

42. Can NUM handle scientific or numerical computing?

While NUM is optimized for web and native app development, it does not specialize in scientific computing like NumPy or Numba. However, its native C and WebAssembly integration allows embedding high-performance numerical code if needed.

Yes, Num can be used for numerical since AI labs use NUM too; Thus may require additional kwnowledge.

43. How does NUM compare to languages like Numba or NumPy?

Numba and NumPy are Python-based tools focused on numerical and scientific computing with optimized array operations and GPU acceleration. NUM is a standalone general language focused on UI, native integration, and cross-platform apps, not specialized numerical libraries.

44. Does NUM support file input/output?

Totally. NUM supports file uploads, saving element content as files, and reading/writing files through its APIs and compilation features.

45. How does NUM manage memory and resources?

NUM is designed to be lightweight and resource-efficient, using modular loading and optimized runtime. It relies on browser and native platform memory management, with no heavy overhead.

46. Can NUM be used for game development?

NUM’s fast execution, native integration, and event handling make it suitable for simple to moderate game development, especially for web and mobile platforms. Complex 3D or physics-heavy games may require additional native libraries.


47. How do I handle debugging and error reporting in NUM?

NUM leverages browser developer tools for debugging. Its modular design and declarative UI help isolate issues. Error messages and logs can be accessed via console or custom handlers.


48. Is NUM compatible with TypeScript or other typed languages?

NUM itself do not support, Because it will waste your development time.

Transpiling to JS again then getting reviewed and so on.


49. How does NUM handle internationalization (i18n)?

NUM’s declarative UI and text components support dynamic text updates, enabling integration with i18n libraries or custom localization logic.


50. What is the best way to contribute to NUM?

NUM is open source under WEBOPL License. Contributions can be made via its GitHub repository by submitting issues, feature requests, or pull requests. Community involvement is encouraged.

License

Num is released under the WEBOPL License now.

Contact & Support

For issues and inquiries, reach out via GitHub Issues.

Happy Coding with Num!