Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Confused by "Init/Base" in foldr/foldl (Racket)

Usage of nested let or let* in scheme

scheme racket

Functions as elements of a vector in racket

racket

How do I read a set from a file in Racket?

Overloading a struct constructor?

racket

case and quotation in scheme & racket

scheme lisp racket

Does racket allow for function overloading?

racket

Racket function for finding minimum element of list given a function

How to write the Average Function for this Data structure in Scheme/Lisp?

How can I return list with different values?

recursion scheme racket

Including files from within racket/scheme

scheme racket

Scheme (Racket) if within cond returns nothing

if-statement scheme racket

Infinite ascending sequence in Racket

Racket Macro Ellipsis Syntax

macros racket ellipsis

How can this racket code for an anaphoric -> or ->> macro be improved?

macros scheme racket

What's the function to render scribble string with the environment in a hash table?

racket scribble

Sending HTTP POST in Racket

Racket macro for expanding code

Pattern matching with streams in Racket?

Scheme equivalent to Haskell where clause

haskell scheme racket