Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Methods and properties in scheme: is OOP possible in Scheme?

oop scheme racket

Why is this legal (racket) scheme?

syntax scheme racket htdp

While Loop Macro in DrRacket

macros scheme racket

Scheme/Racket - Macro to change order of procedure an arguments

macros scheme racket

Sequential procedures in Lisp

How to run a Racket program without output being quoted?

Scheme: Constant Access to the End of a List?

Scheme: What is the difference between define and let when used with continutation

scheme racket continuations

Reversing an integer

scheme racket

Racket mutable variables

How do I handle a variable number of arguments passed to a function in Racket?

How do I write Push and Pop in Scheme?

lisp scheme racket

"require" not working in dr racket

scheme racket

How do you define a constant in PLT Scheme?

scheme racket

How can I create an association list from 2 lists?

scheme racket

Iterate through the letters of the alphabet in Racket

scheme racket

while loop in racket?

scheme racket

Do Racket streams memoize their elements?

stream racket

Scheme and Lisp best practices: recursion yes for Scheme, no for Lisp?