Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Understanding Scheme function

lambda scheme racket

How can you re-define a constant identifier in DrScheme?

scheme racket

Scheme append procedure

scheme append

Defining new data types in Scheme

What is the difference between an "interned" and an "uninterned" symbol

scheme racket

What are the differences between 'let' or 'letrec' and 'define' for creating local bindings?

variables scope scheme letrec

if else construction

if-statement scheme

Rewrite this script by designing an interpreter in racket

lisp scheme racket

How to run multiple expressions when an if condition is true?

if-statement scheme

When does scheme evaluate quote?

lisp scheme sicp

What distinguishes a continuation from a function?

Implementation of variadic map function in Scheme

Examples to show the difference between Buffered Asynchronous Channels and Channels?

scheme racket

How do I append to an alist in scheme?

list lisp scheme associative

Get first element in vector in Scheme

arrays vector scheme

Racket: Identifying tail recursion?

Scheme: Cond "not equal"

lisp scheme conditional

not using garbage collector in Scheme/Lisp implementation

Copy of a list (or something else) in Scheme

list copy scheme racket

What's the reason for using lambda expressions to define functions in Scheme?