Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

How to install Petite Chez Scheme on Ubuntu?

Can someone explain the difference between Cons and Append in scheme?

scheme

Are there any Python reference counting/garbage collection gotchas when dealing with C code?

Guile Scheme and CGI?

apache2 cgi scheme guile

controlling evaluation in scheme (guile)

scheme eval quote guile

How can I avoid using the stack with continuation-passing style?

Why do + and * evaluate to 0 and 1 respectively?

scheme lisp

DrRacket: atom? and symbol? undefined - What's wrong?

scheme lisp racket

How do I get emacs to indent other things like it indents define?

emacs scheme racket

Dynamically find out how many inputs a function has, Racket

scheme racket arity

Scheme: Lists of three dotted elements returning strangely (like an infix operator?)

How to obtain my function definition in MIT Scheme?

scheme mit-scheme

What exactly is the purpose of syntax objects in scheme?

My code signals the error "application: not a procedure" or "call to non procedure"

How do I apply a symbol as a function in Scheme?

lisp scheme

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

Are there whole-program-transforming macros in Lisp or Scheme?

Why my merge sort implementation in Scheme is so slow?

Is there a way to view a function's source code from within the Racket REPL?

SICP exercise 1.5 and 1.6

scheme sicp racket r5rs