Lumi Pakkanen

Results 25 issues of Lumi Pakkanen

Mainly environement -> environment.

Update links to the implementations of Q-table and policy Monte Carlo to reflect current project structure.

It would be nice to have a `ganja.d.ts` file so that the TypeScript compiler can understand what's going on without having to write local type declarations.

```node > GA = Algebra(0) > scalar = new GA([1]) > scalar.Inverse() Uncaught TypeError: this.constructor.Scalar is not a constructor ```

Swap the order of the real and imaginary parts of semisine to produce the intended waveform in the time domain.

Putting the current thread to sleep for a while would be useful. Having real precision for time measurements would also be nice.

enhancement

A word of the current context should be auto-completed when pressing the tabulator key.

enhancement

Make it possible to turn quotes into interruptible programs. Proposed example: ``` # Push an endlessly running quote onto the stack. ( 0 ( true ) ( dup yield #...

enhancement