Guess the Number Game #259
Capital-EX
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hey, welcome! And thanks for reporting this bug. Have you tried running the example outside of the effekt repl / sbt? I also noticed problems with the chez backend, when starting the program from within The scheme file will be generated in the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wanted to share a guess the number game I made with Effekt. It's the first time I've experimented with algebraic effects so I was just placing them wherever I could squeeze them.
https://codeberg.org/CapitalEx/effekt-guessing-game/src/branch/main
I did find on bug with the
chez
backends. Running(get-line (current-input-port))
would freeze the repl. Terminating the session usingctrl-c
would cause the process to swiftly consume memory.Beta Was this translation helpful? Give feedback.
All reactions