Skip to content

Komodo Mini #103

@danilopedraza

Description

@danilopedraza

The easiest way to compile the interpreter again to WASM is not implementing numbers with GMP, and using native ones.

For this to work, the following types should be implemented:

  • int: a fixed-size signed integer.
  • double: a double precision floating-point number.
  • SmallFraction: like a Fraction, but made of ints instead of Integers.

I call Komodo Mini to a release of the interpreter without the GMP-based numbers and with these instead. These new types could be also added to the main release of Komodo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions