Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

In Scheme, what's the point of "set!"?

scheme

How to implement the Observer Design Pattern in a pure functional way?

Clearing the screen by printing a character?

terminal scheme ascii

Null value in Mit-Scheme?

scheme sicp mit-scheme

Is Clojure closer to Scheme or Common Lisp from a beginner's perspective? [closed]

lisp clojure scheme

Lisp as a Scripting Language in a C++ app [closed]

Does the yin yang continuations puzzle make sense in a typed language?

When did the idea of macros (user-defined code transformation) appear?

Confused by the difference between let and let* in Scheme

scheme let

No idea how to solve SICP exercise 1.11

Programming Scheme(Racket) with VIM - How to get started

vim lisp scheme racket

Practical use of curried functions?

Can a compiled language be homoiconic?

Commenting code in Scheme

scheme comments

What's the point of lambda in scheme?

lambda scheme let

Continuations in Clojure

call/cc implementation?

Is there an equivalent to Lisp's "runtime" primitive in Scheme?

lisp scheme racket sicp

"Functional programming" has a clear meaning, but does "functional language"?

Can someone explain the concept of 'hygiene' to me (I'm a scheme programmer)?

macros scheme r6rs hygiene