Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

How do I undefine in Dr Racket?

racket

How can I put a plot on GUI in Racket?

user-interface racket

Using a defined procedure as argument yields different result than using a lambda-expression as argument

Why "there is no such thing as stack overflow" in Racket?

Recursive Function Composition in Scheme

Racket: Change two constants with one function

scheme constants racket

Find empy lines in text file

racket

Racket function flag arguments

Function count should accept two arguments: an atom and a simple list. The function should return the number of times the atom is found in the list

scheme racket

Scheme duplicate entries in a list

list scheme double racket

If statements in Racket

if-statement racket

Scheme - SubSets of a list

list scheme racket

How play mp3/audio files in Racket?

audio scheme racket mp3 wav

Unzip an entry to memory in Racket

racket unzip

Functional variant of 'oneof' function in Racket

Create a modified `equal?` function for use with RackUnit

racket rackunit

How do I define a recursive struct in Racket?

What Racket function can I use to insert a value into an arbitrary position within a list?

lisp scheme racket