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 'ROTATEF' undefined #483

Open
VitoVan opened this issue Jun 4, 2023 · 0 comments
Open

ERROR: Function 'ROTATEF' undefined #483

VitoVan opened this issue Jun 4, 2023 · 0 comments

Comments

@VitoVan
Copy link
Contributor

VitoVan commented Jun 4, 2023

Welcome to JSCL (version 25e0341 built on 18 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> (let ((n 0) 
...         (x (list 'a 'b 'c 'd 'e 'f 'g))) 
...     (rotatef (nth (incf n) x) 
...              (nth (incf n) x) 
...              (nth (incf n) x)) 
...     x) 
ERROR: Function 'ROTATEF' undefined
CL-USER>

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

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