Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

printf %6.2f in scheme or racket?

scheme racket

Help with dynamic-wind and call/cc

scheme racket continuations

Racket: using events in a frame% window

events scheme racket

How to get html response from a url string? (Scheme/Racket)

html url scheme racket

Lower case an entire string in Racket

string scheme racket lowercase

How to filter out false values from the list in racket

scheme lisp racket

Avoid displaying 3 time a struct

Require identifiers not provided by a module in Racket

scheme racket

Racket URL dispatch

Too many arguments for function

2 questions at the end of a functional programming course

Getting reference to the JavaScript Function object behind an operator

Calling a Scheme function using its name from a list

multiplication of empty list in emacs lisp

emacs lisp scheme

Specifics of call/cc

scheme continuations callcc

RAII in Scheme?

lisp scheme raii

Scheme macro triggered by keyword which is not the head of a list

macros lisp scheme

Is there any difference between closure in Scheme and usual closure in other languages?

MIT/Scheme as a simple compiler under Windows

windows scheme mit-scheme

SICP Exercise 1.5

scheme sicp