Jordan Scales

Results 15 issues of Jordan Scales

We need to make a `play()` or `sample()` method which gives Melopy that capabilities of playing sound right from `.data`. This shouldn't be terribly hard to achieve, considering programs like...

Hey :) New to emacs but want this, been writing some J articles in org-mode. How do I install?

Needed to concatenate an array of `Text`s and didn't find anything in the standard library so I thought I'd propose it here. Inspired by OCaml's [`String.concat sep sl`](https://caml.inria.fr/pub/docs/manual-ocaml/libref/String.html)/ ## Code...

pull-request

This changeset proposes a new `Stack` datatype for first-in-last-out data. It was mostly inspired by [OCaml's Stack implementation](https://ocaml.org/releases/4.11/htmlman/libref/Stack.html). ## Code review The changes summarized below are available for you to...

pull-request

Posting this for further discussion! If I were to redo 98.css today here's what I'd do: * Write as a series of utility classes a la tailwind (i.e. `class="border-raised-left ...`...