Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

racket at-exp include curly bracket

racket

"for each" or "every" keywords in Scheme

loops scheme racket

In beginner scheme how do I represent a variable as a string?

scheme racket

Racket/Scheme converting "-0" to "-0.0"

scheme racket

Lists as arguments in Scheme

list scheme racket procedures

How do I get scribble to make -- be two short dashes rather than one long dash?

Why does DrRacket seem to identify this as a tail call?

How to convert sql-timestamp to string in Racket?

lisp timestamp scheme racket

String containing a list into an actual list

scheme racket

Reducing garbage-collection time while using large data structures in a functional language

How to do the reverse of format?

scheme racket

Racket Server & PostgreSQL - BLOB upload/download without saving to memory or disk

controlling "current directory" in which subprocess is executed in racket

process racket

how to resolve this error "reference to an identifier before its definition: with"

scheme racket plai

Take inverse of a function in Racket

How can I see expanded macros in racket?

racket lisp-macros

Moving beyond world/universe

How to represent sugared λ-terms in Haskell?

Smallest element in a list using higher-order functions