Skip to content

Survey of non-Rust implementations #5

Open
@pliniker

Description

@pliniker

Papers

Languages/VMs

If ergonomic integration with Rust is desirable, perhaps looking at languages that have good CFFI would be instructive?

  • CPython - easy ref-counting cffi
  • micropython - different tradeoffs for small runtime footprint
  • CRuby - cffi with incremental tracing gc
  • Lua 5
  • LuaJIT - new gc
  • Pony
  • Go
  • Elixir, BEAM and gc - immutable data
  • GHC - immutable data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions