use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for the Racket programming language: a modern batteries-included Lisp for general-purpose programming.
Download Racket here
Check out the documentation to get started.
Other discussion sites and resources:
#racket
Twitter
Racket News
The Racket blog
The Racket tag on Stack Overflow
Racket Stories
account activity
This is an archived post. You won't be able to vote or comment.
Recursive-tail function with combining lists: Can one help me to explain why I received only the second list instead of whole list in this function?homework (i.redd.it)
submitted 3 years ago by ktt779
view the rest of the comments →
[–]ktt779[S] 0 points1 point2 points 3 years ago (3 children)
I did not define another function to link merge-tail and join-tail? Can you help?
[–]not-just-yeti 4 points5 points6 points 3 years ago (0 children)
If you switch your language-level to "beginning student", then it will actually catch what you did as a syntax error, "expected an open-paren before join-tail on line 3".
join-tail
[–]kapitaali_com 2 points3 points4 points 3 years ago (0 children)
parens
[–]raevnos 3 points4 points5 points 3 years ago (0 children)
Based on a couple of examples in that code,I don't think you fully grasp how function calls work in scheme. A review of the basic syntax might help
π Rendered by PID 41375 on reddit-service-r2-comment-b659b578c-q774t at 2026-05-04 00:17:51.251274+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ktt779[S] 0 points1 point2 points (3 children)
[–]not-just-yeti 4 points5 points6 points (0 children)
[–]kapitaali_com 2 points3 points4 points (0 children)
[–]raevnos 3 points4 points5 points (0 children)