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

Make it portable for other Common Lisp implementations #21

Closed
ryukinix opened this issue Feb 20, 2019 · 1 comment
Closed

Make it portable for other Common Lisp implementations #21

ryukinix opened this issue Feb 20, 2019 · 1 comment

Comments

@ryukinix
Copy link
Owner

  • It should not declare GNU readline as dependency if is running on windows
  • It should use bordeux-threads for portability
  • It should use portable way to exit

Related to #16

Should be tested and running at least on clisp and ecl. LispWorks is desirable. Should works on Windows as well.

@ryukinix ryukinix pinned this issue Feb 28, 2019
ryukinix added a commit that referenced this issue Mar 11, 2019
That way probably this software now will run without any problems at
least in:
+ ECL
+ SBCL
+ CCL

BTW, I'm using uiop:exit to avoid expose sbcl interface.  It's defined
on ASDF but I think it's safe that ASDF it's always present in a
quicklisp environment.

Closes #16 and #21
@ryukinix
Copy link
Owner Author

Closing this, portable at:

  • ECL
  • SBCL
  • CCL

Not tested in other environments

@ryukinix ryukinix mentioned this issue Mar 11, 2019
@ryukinix ryukinix unpinned this issue Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant