Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Check if an argument is a list or an atom

scheme racket

Is there a shorthand way to update a specific struct field in racket?

scheme racket

Why doesn't Scheme support first class environments?

scheme racket

Racket reader macros

macros lisp scheme racket

Converting String to integer in Scheme

scheme racket

Use of lambda for cons/car/cdr definition in SICP

lambda scheme racket sicp

In Racket, what is the advantage of lists over vectors?

How do I do anything with multiple return values in racket?

racket

Including an external file in racket

include scheme racket

What is the difference between [ ] and ( ) brackets in Racket (lisp programming language)?

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

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

vim lisp scheme racket

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

lisp scheme racket sicp

What exactly is a "continuation prompt?"

Why is one-armed "if" missing from Racket?

racket

Dr Racket problems with SICP

lisp scheme racket sicp

Help understanding Continuations in Scheme

Why is foldl defined in a strange way in Racket?

What exactly is a symbol in lisp/scheme?

lisp scheme racket

What is the difference between quote and list?

scheme racket evaluation quote