Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Weird space before last parenthesis #21

Closed
jcubic opened this issue Dec 1, 2019 · 1 comment
Closed

Weird space before last parenthesis #21

jcubic opened this issue Dec 1, 2019 · 1 comment
Labels
bug Something isn't working resolved

Comments

@jcubic
Copy link
Owner

jcubic commented Dec 1, 2019

Way to reproduce:

  1. Open demo
  2. type (map 1+ (range 9))
  3. it display: (1 2 3 4 5 6 7 8 9 )
@jcubic
Copy link
Owner Author

jcubic commented Dec 1, 2019

The problem is that cdr after last cell (that hold 9) is empty list instead of nil. I need remove nil from the code and use empty list like in scheme. Or make nil the same as empty list.

@jcubic jcubic added bug Something isn't working resolved labels Dec 1, 2019
@jcubic jcubic closed this as completed Dec 1, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working resolved
Projects
None yet
Development

No branches or pull requests

1 participant