Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

My code signals the error "application: not a procedure" or "call to non procedure"

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

Why my merge sort implementation in Scheme is so slow?

Conditional pattern matching in Racket

Is there a way to view a function's source code from within the Racket REPL?

SICP exercise 1.5 and 1.6

scheme sicp racket r5rs

Scheme's "expected a procedure that can be applied to arguments"

scheme racket

Program to check if the scoping is lexical or dynamic

scope scheme racket

ANDing a boolean and a list

What is the purpose of Closures in Scheme/Racket?

scheme closures racket

defining macro-generated macros that take in variable number of arguments

racket

SICP Video Lecture 2

scheme racket sicp

reverse list - scheme

scheme racket

thorough guide for profiling racket code

profiling racket

Installing packages in Racket

Hosting for Racket web app?

scheme racket

Does Scheme/Racket have an enumeration operation?

How to use append-map in Racket (Scheme)

List to string conversion in Racket

string list scheme racket

Difference between eq? and = in Scheme?

scheme racket