We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> (install-clojure-repl) *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< *** ERROR IN ##main -- Unbound variable: ##fixnum.< ...
The text was updated successfully, but these errors were encountered:
I'm facing the same problem
Sorry, something went wrong.
Me too. Please help.
The following change in samples/repl/src/clojure-repl.scm fixes the issue:
(output-port (macro-repl-channel-output-port channel))) - (if (##fixnum.< 0 level) + (if (##fx< 0 level) (##write level output-port)) - (if (##fixnum.< 0 depth) + (if (##fx< 0 depth) (begin
see https://mailman.iro.umontreal.ca/pipermail/gambit-list/2014-January/007406.html
Worked for me, thanks!
No branches or pull requests
The text was updated successfully, but these errors were encountered: