Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

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

Order of the evaluation of lambda expressions in Scheme

lambda scheme racket brackets

Scheme / Racket Vector in Vector transformation

vector scheme racket

How do I load and use a .rkt file in command-line Racket's REPL?

Scheme: using backtracking to find sentence permutations given chars list and words list

How to record scheme session in a file?

scheme racket

Turn string into number in Racket

scheme racket