Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Racket FFI: C function which accepts a pointer to a function

racket ffi

How is let* Defined in Chez Scheme/Racket?

scheme racket let chez-scheme

Racket FFI: initialize pointer to NULL

racket ffi

Cond definition in scheme

Extract a type from a Typed Racket union

racket typed-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