How modulo and remainder should work in Scheme?...
Read MoreIs there a way to run guile function from command line...
Read MoreImplementing last-non-zero without continuations...
Read MoreWhich is better?: (reduce + ...) or (apply + ...)?...
Read MoreWhy do I get "application: not a procedure" with this for loop in Racket?...
Read MoreWhy is my (chez) scheme symbol not visible when running with --program, but is with --script?...
Read Morein the Scheme language, a code that returns a list with all prime numbers less than or equal to n...
Read MoreHow to calculate the sum of a digits of a number in Scheme?...
Read MoreDelete common elements in two lists...
Read Moreracket (lisp) error: expected a procedure that can be applied to arguments...
Read MoreIn Scheme, how can I write an iterative multiplication code (iter-multiply a b)...
Read MoreGetting an wrong answer in scheme program...
Read MoreNeed help to understand some of the SICP streams examples...
Read MoreHow to identify the latest selected image in gimp from (scheme function) gimp-image-list?...
Read MoreHow do I convert a list of strings into a list of lists in Racket?...
Read MoreFrame 1:26 - What does q unify with?...
Read MoreFrame 1:33 - How do we unify two lists?...
Read MoreFrame 2:26 - Why does conso have a strange cube?...
Read MoreHow do I send an attachment with an email in Racket?...
Read MoreWhat is the difference between using COND and IF in regards to Lamba/map?...
Read MoreConvert MIT Scheme code logic into Common Lisp...
Read MoreWhy is `(,x) a shorthand for (cons x '())?...
Read MoreWhat algorithm is used in Scheme for pattern matching in syntax-case?...
Read MoreWhen I doing tree-depth function, it got a mistake...
Read MoreWhy is it that wrong return for bst scheme...
Read MoreWhy am I getting `Generic operator inapplicable` error in Scheme function...
Read More