Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged clojure

0 votes
445 views
1 answer
    I'm trying to write a macro that will generate n functions. Here's what I have so far: ; only defined this ... I think it is inside a macro. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    Trying to define a factors function that will return a vector of all the factors of a number using loop ... suggestions are much appreciated! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
382 views
1 answer
    On this site they say there are 10 LISP primitives. The primitives are: atom, quote, eq, car, cdr, cons, ... live without atom, label and apply) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
601 views
1 answer
    Quoting from Joy of Clojure, section 4.3.1-- Because keywords are self-evaluating and provide fast equality checks, ... the end of the list? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
454 views
1 answer
    Any ideas what ???? should be? Is there a built in? What would be the best way to accomplish this task? ( ... 1,3), actually probably a lazy-seq See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
396 views
1 answer
    I recently saw some Clojure or Scala (sorry I'm not familiar with them) and they did zip on a list or something ... and where did it come from ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    Can anyone explain the difference between use and require, both when used directly and as :use and :require in the ns macro? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
344 views
1 answer
    I am new to clojure and am trying to understand how to properly use its concurrency features, so any critique/ ... the code on me anymore) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...