Skip to content

Semantic consistency for sending built-ins #34

Open
@aslanix

Description

@aslanix

This has been spotted by one of the students during LBS 2024 Troupe lecture. We're currently inconsistent when it comes to serializing built-ins. For example, the following is OK

send (pid, fn () => self ()) 

but this results in a serialization error

send (pid, self)

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