CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
scheme
08-11
OS
Scheme output has extra parenthesis and periods
08-05
Mobile
Where does function gets values
08-01
Back-end
How might I rewrite this function so that it supports a keyword argument while preserving what case-
07-22
Blockchain
How might I rewrite this recursive function so that it does no consume all my CPU cycles?
07-14
Software engineering
Why do I get "application: not a procedure" with this for loop in Racket?
07-12
OS
What is the memory footprint of a character in a byte string when compared to a character in a strin
07-10
Software engineering
trouble recognizing \ as a character
07-07
Software design
Can I replace a Racket's function with my custom function of the same name? Doable?
07-03
OS
How do I scrape the title of a page in Racket?
06-22
Net
Invert list in Scheme Language. Mistake: car: contract violation expected: pair? given: a
06-20
OS
How does scramble function works? (Chapter 1 of The Seasoned Schemer)
06-18
Blockchain
"pair required" error when trying to count how many times the first number is repeated in
06-17
Back-end
Scheme program to multiply all the elements of a list together
06-03
Software design
How do I get the partition to return two list output when pivot and the list are given as inputs?
05-09
front end
what's wrong with this basic scheme function
05-07
Back-end
Use map() to multiply a list of numbers by two each using Racket
04-23
Mobile
Convert to Racket(Scheme)
04-21
Software design
What is the correct way to use for/fold check if an element exists in nested list ;Racket?
04-21
Software design
How to convert String to Binary in Scheme
04-20
OS
How can i create a list just using cons and empty list? Racket
04-19
Software design
How can i add 2 to only even numers using for/list? Racket
03-27
Blockchain
Reversing a list in Scheme with some restrictions
03-26
other
Reversing a list on Scheme with restrictions
03-25
Mobile
How to make a list with approved and failed students in scheme?
03-10
database
Racket rod cutting problem, how to use vectors in recursive functions
02-25
front end
How does this count-even racket function work?
02-25
Mobile
Tail-Call sum-of-squares-recursive function Racket
02-12
Net
How to check if a set1 is a subset of set2 in Scheme?
12-30
other
How to use of laziness in Scheme efficiently?
12-06
front end
Why my Racket program does not give me any output?
12-06
Software design
Is there an algorithm to find the shortest binary representation for every entry within a given rang
11-14
Software engineering
Printing each number in new line in Scheme
10-17
database
How do you implement a simple list iterator in scheme?
10-06
database
What is wrong with this answer
10-01
OS
Replacing token RANDOM with a random number between 0 and 100 in a list scheme
09-21
Back-end
Mapping over two lists with uneven lengths - Scheme
Links:
CodePudding