Skip to content

Code from Arclanguage tutorial does not work #2

Open
@alexispurslane

Description

@alexispurslane

Almost none of the library functions from the language reference at arclanguage.org work.
For instance, the code:

(w/socket s 8888 (let (i o ip) (socket-accept s)
  (w/stdout o (prn "Hello") (close i o))
  (prn ip)))

complains about none of these functions existing.

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