scheme
Finding element in list in Scheme
i\'m very beginner of Scheme and try to figure out how it is functioning; so i want to write a basic code:[详细]
2023-03-06 22:58 分类:问答return range of list in scheme
in scheme, list-ref returns only one element. but I want to do like (my-list-operation 0 4 \'(1 2 3 4 5 6 7 8 9开发者_JAVA百科 10 11 12))[详细]
2023-03-06 21:12 分类:问答Comparing two sets for equality recursively?
I am pretty new to programming in general and am trying to construct a function that will take as input two sets, which can contain other sets (a (b c) d e (f g (h)), 开发者_开发知识库(a b c (d e f))[详细]
2023-03-06 13:23 分类:问答Timing in Scheme
I\'m currently going through the Project Euler\'s problems and I\'m so开发者_运维问答lving them both in C# and Scheme (the Racket implementation). I know C# but I\'m learning Scheme as I go along.[详细]
2023-03-06 09:57 分类:问答Environment not part of a continuation?
Is the environment not part of a continuation in scheme? I have tested this with Chicken, Gauche, Racket and Gambit, and they all behave similarly:[详细]
2023-03-06 08:47 分类:问答Scheme - takink list from lists
If I have list:((3 4 5) (2 开发者_运维技巧1 4) (4 1 3)) and I want to get only the (3 4 5) list, How can I do it?[详细]
2023-03-06 06:33 分类:问答Clojure vs other Lisps [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-06 05:25 分类:问答Does the Church programming language work on Windows?
Has anyone gotten the Church programming language to work on Windows?I followed the directions here and I wasn\'t able to run the examples in the tutorial in any obvious way.I used ikarus although I w[详细]
2023-03-06 00:50 分类:问答Are pair and list different in Scheme?
I wonder whether \'(1 开发者_Go百科. 2) and \'(1 2) mean the same data (equal to each other) in Scheme or not? I think they are the same thing, is this correct?No, they are not the same.[详细]
2023-03-05 19:17 分类:问答What are some good ways of implementing tail call elimination?
I\'ve written a small Scheme interpreter in an unholy mix of C/C++, but I have yet to implement proper tail calls.[详细]
2023-03-05 17:32 分类:问答