Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Racket - require an entire directory of files

scheme lisp racket require

How to 'display' multiple parameters in R5RS Scheme

scheme lisp racket r5rs

How to change the interact language back to English from Simplified Chinese in DrRacket

racket

unfold function in scheme

lisp scheme 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