wcore

Crates.iowcore
lib.rswcore
version0.5.1
sourcesrc
created_at2022-02-22 20:01:43.537441
updated_at2022-04-19 08:19:16.908835
descriptionA highly abstracted mathematical programming language
homepage
repositoryhttps://github.com/Wlanguage/core
max_upload_size
id537442
size38,705
James Butcher (KJ002)

documentation

README

The W Programming Language

A highly abstracted array-based mathematical programming language.

Who should use W?

The W programming language can be used for short scripts and demonstrations of algorithms. It would lend itself to a scientific computing and engineering setting.

Core Concept

The W Programming Language's fusion of functional and array based paradigms makes it a programming language unlike any other. it fuses functional and array based paradigms. The core idea is that each line of code is it's own array that then consumes and evaluates it's self. To achieve this W try's to abstract it's self as much as it can. For example functions, procedures and variables all fall under what in W is known as a container.

Commit count: 384

cargo fmt