Yolk

Numerical computing for YOLOL.

WhatWhyHowLicenseAttribution

Warning: Yolk is currently in development. Things may break at any time!

What is Yolk?

Yolk is a domain-specific language that transpiles to YOLOL.

Yolk specializes in working with numbers and arrays.

Why should I use Yolk?

Simplicity

WIP

Convenience

YOLOL doesn't support arrays, so each element must be a separate variable.

Yolk handles array expansion so that you don't have to.

``` // YOLOL v0=1 v1=2 v2=4 v3=8

// Yolk let v = [1, 2, 4, 8]; ```

Efficiency

WIP

How do I get started?

WIP

License

MIT

Attribution

Logo derived from: Egg by David from the Noun Project