CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
racket
08-30
OS
Why do these recursive functions behave this way in Python and no so when rewritten in other languag
08-29
Net
Is there a way to limit or whitelist which files the command "raco test" should execute, b
08-17
Enterprise
Sum a list of lists in Racket
08-11
OS
Scheme output has extra parenthesis and periods
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-15
Enterprise
Does specifying the number of elements on defining a vector in Racket make the program use less time
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-28
OS
How to implement try-catch block in racket?
06-22
Net
Invert list in Scheme Language. Mistake: car: contract violation expected: pair? given: a
06-18
Blockchain
"pair required" error when trying to count how many times the first number is repeated in
06-10
front end
Recursion/Lists in Racket
06-02
OS
Recursion/Lists in Racket
05-30
Software design
Why is my sandboxed Racket GUI app not responding to events?
05-07
Back-end
Use map() to multiply a list of numbers by two each using Racket
05-06
Blockchain
In Racket's FFI, how do you register a callback that takes a list?
04-30
Enterprise
Find the longest integer in a vector using while loops
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
Enterprise
How can i write a function which extracts the nth element of a list?
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-24
Net
How can i create function that takes an instance and updates it?
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-22
database
DrRacket Using accumulator as List-ref index
02-13
Enterprise
For Loop Construction Turned Functional
02-12
Net
How to check if a set1 is a subset of set2 in Scheme?
02-10
Software engineering
Defining a lazy stream in Scala (translating a Racket example)
12-23
database
DrRacket: How to remove elements in a list that are greater/lower than a certain number
12-18
OS
is it possible to create an anonymous recursive function in racket
52
1
2
Next
Last
Links:
CodePudding