Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Leibniz Formula in Scheme

scheme racket

How to create a function that multiplies all numbers between 1 and "x" with dotimes?

scheme racket

application: not a procedure racket

Reversing list vs non tail recursion when traversing lists

Racket equivalents of python's __repr__ and __str__?

oop racket

Racket Scheme: Include externel rkt file with dynamic file name

include scheme racket

Lazy stream of random(s): When does evaluation happen?

Racket exn:fail? unbound

string-ref function doesn't work as should

string racket

How to apply in typed/racket?

racket typed-racket

How do I include files in DrScheme?

racket sicp

Write three Scheme procedures to simulate these three gates: AND, OR and XOR

Automatic inheritance of bindings in Racket subclasses

oop inheritance racket

Why doesn't this Racket code terminate?

scheme racket

How to break a recursive call before going into a void error

Racket eof-object read from input port

io scheme racket

Dynamically define symbols and macros using a racket macro

dynamic macros lisp racket

Writing a `define-let` macro, with hygiene

Racket: Graphing a parabola with elements from a list

list function plot racket

Basic libs for scheme (queue)

scheme racket