Church encoding (lambda calculus) arithmetic comparisons < , > , !=...
Read MoreI couldn't understand the Y-Combinator, so I tried to implement it and ended up with something s...
Read MoreSICP Infinite Streams (Chapter 3.5.2)...
Read Morefor*/list in typed/racket: Expression should produce 1 values, but produces an unknown number of val...
Read MoreDefine a scheme function for infix...
Read MoreCalculating time elasped in ChezScheme...
Read MoreScheme: find out if an "complex" element is in a "complex" list...
Read MoreHow to define two R7RS libraries in Guile...
Read MoreWhat is the name of the "=>" keyword in Scheme?...
Read MoreImproving performance of Racket Code and error when trying to byte compile...
Read MoreHow to round very big float number into x numbers after decimal point in Scheme?...
Read MoreWhy is (atom? (car '('bacon 'and 'eggs))) different from (atom? 'bacon) in ChezS...
Read MoreWhat is a 'thunk', as used in Scheme or in general?...
Read MoreGenerating powerset in one function, no explicit recursion, and using only simplest primitives in Ra...
Read MoreReplacing the element in the list with the specific index using `foldr` —— Exercise 1.19 of Essentia...
Read Moreset-car!, set-cdr! unbound in racket?...
Read MoreDifference between Print and Display...
Read MoreIs it possible to create uninterned symbols in Scheme?...
Read MoreImproving SICP primes sieve's time complexity...
Read MoreAutomatic differentiation library in Scheme / Common Lisp / Clojure...
Read MoreHow do I create a pipe between two processes in Guile?...
Read MoreWhat is the Scheme function to find an element in a list?...
Read MoreExecute command line from Scheme (Guile)...
Read More