Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Racket run thread for fixed amount of time

timeout racket

Weird code example from "Realm of Racket"

lisp scheme racket

Is this possible to define a function with no arguments in racket?

function racket

How do you return the description of a procedure in Scheme?

scheme racket

How to optimize this piece of Racket code?

Change output printing style from Racket REPL

Macro that unrolls a 'for' loop in racket/scheme?

for-loop macros scheme racket

Unable to use eval on user input in Racket

scheme lisp racket

Racket: Logging to a file

racket

Changing the current input port in racket

scheme racket

Including an r5rs file into another file in racket

scheme sicp racket

Create Files Through Racket

scheme racket

Loading a module from the current directory in racket

racket

How to do pattern matching in Scheme?

Is ((1 2) 3) the same as ((1 2) . 3)?

scheme racket

Optional struct field

struct racket

Curly brackets {} to replace 'begin' in Racket

scheme racket

Multiply without + or *

recursion lisp scheme racket

In Scheme or Racket when to use functions and when to use macros

scheme racket

racket/base namespace

scheme racket r7rs