Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gluon-repl fails to import stdlib #966

Open
FayCarsons opened this issue Nov 5, 2024 · 0 comments
Open

gluon-repl fails to import stdlib #966

FayCarsons opened this issue Nov 5, 2024 · 0 comments

Comments

@FayCarsons
Copy link

When I try to run gluon-repl using the gluon -i, which is the only way I can get it to run at all, it fails with a series of errors similar to the following:
"error: No fixity specified for +. Fixity must be specified with the #[infix] attribute
┌─ :5:7

5 │ let { (+), (-), (*), (/), negate, (==), (/=), (<), (<=), (>=), (>), (++), show, not, flat_map, (<|) } = __implicit_prelude

"

I have a few questions regarding this and a few other things:

  • Is there a solution for this?
  • Is there another way to run the repl and compile programs aside from what's listed in the documentation?
  • Gluon is theoretically exactly what I'm looking for in a couple use-cases I have, are there plans to maintain it? Trying to determine whether I should either fork it or use OCaml or similar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant