Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Is there a valid usecase for redefining "define" in scheme/racket?

or as procedure in scheme

Why higher order procedures?

Designing SQL alternative?

sql lisp scheme innodb dsl

Not return anything from LISP/Scheme

Scheme built-in to check list containment

list scheme

Practical Scheme Programming

scheme racket continuations

Difference between OOP and Functional Programming (scheme) [closed]

Pattern matching with Kleene star on structure type in Racket

scheme racket

New to Scheme/Racket: Heavy use of recursion a way of life or am I just going through a typical phase

recursion scheme racket

Find the index of element in list

list scheme element

Difference between multiple values and plain tuples in Racket?

How do I calculate non-natural logarithms in Racket?

lisp scheme racket

Transpose a matrix in racket (list of lists

What is the difference between Latent type and Manifest type?

scheme type-systems

How Do For Loops Work In Scheme?

for-loop scheme racket

How to Merge 2 lists into one in racket

scheme racket

scheme functions that "remember" values with let/set

Why (apply and '(1 2 3)) doesn't work while (and 1 2 3) works in R5RS? [duplicate]

lisp scheme

What is a good intermediate introduction to Scheme?

scheme