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

ERROR: Function 'EQUALP' undefined #479

Open
VitoVan opened this issue May 12, 2023 · 2 comments
Open

ERROR: Function 'EQUALP' undefined #479

VitoVan opened this issue May 12, 2023 · 2 comments

Comments

@VitoVan
Copy link
Contributor

VitoVan commented May 12, 2023

Welcome to JSCL (version 4d7e110 built on 5 May 2023)

JSCL is a Common Lisp implementation on Javascript.
For more information, visit the project page at [GitHub](https://github.com/jscl-project/jscl).

CL-USER> (equalp #(1 2 3) #(1 2 3))
ERROR: Function 'EQUALP' undefined
CL-USER>

http://clhs.lisp.se/Body/f_equalp.htm

@mmontone
Copy link

Wow. How did JSCL go so far without EQUALP? :)

@VitoVan
Copy link
Contributor Author

VitoVan commented May 12, 2023

Wow. How did JSCL go so far without EQUALP? :)

I just found that the implementation of EQUALP could be very hard (to me at least):

https://github.com/sbcl/sbcl/blob/8dad0d498286d0201bcb9ac3443fb7cbcb47befc/src/code/pred.lisp#L502

I tried to implement it today, but was frightened by the potential complexity.

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

2 participants