Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

What are improper lists for?

lisp scheme s-expression

Recursive range in Lisp adds a period?

lisp scheme

How do foldl and foldr work, broken down in an example?

scheme lisp racket fold

File I/O operations - scheme

io scheme racket

How does `let` work in Scheme?

scheme

Scheme define/lambda shorthand

lambda scheme

How can I use Scheme/Lisp/Clojure for Matrix/LP problems?

java lisp clojure matrix scheme

Which will serve a budding programmer better: A classic book in scheme or a modern language like python?

scheme

Exclusive OR in Scheme

lisp scheme logic

In clojure, is (= 'a 'a) referring to the 'same atom'?

java clojure lisp scheme

What is define-struct in Racket and why are there no variables?

Extensible macro definitions

inheritance macros scheme r5rs

(fluxus) learning curve

scheme osc

How to get a list of files (*. jpg) from all folders?

scheme gimp script-fu

How can I group optional attributes captured with syntax-parse?

macros scheme racket

How to abbreviate 'note with the same note an octave higher, parenthesized' in Lilypond?

Racket as scripting language in a game engine

curry in scheme

scheme currying

What makes a heap-based Scheme slower than a stack-based Scheme?

Programmatic non-tail recursion elimination