Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to create a regex that matches the inverse of a certain string type (so, strings not ending in \".js\", for example).
I am trying to write a macro that defines a special class of data structure with associated functions.
I\'m trying to hook up URL dispatch with Racket (formerly PLT Sch开发者_运维百科eme). I\'ve taken a look at the tutorial and the server documentation. I can\'t figure out how to route requests to the
I want to represent a graph in Dr. Scheme in the following manner: For each node I want to store it\'s value and a list of adjacent nodes,the problem which i\'m having difficulties with is that I wan
This is a homework question,I\'m trying to do a Depth-first search function in Scheme,Here\'s the code I\'ve written so far:
I\'m using drscheme from: http://www.archlinux.org/packages/extra/x86_64/drscheme/ I\'m trying to work with the sample code in my textbook, but I keep开发者_如何学Go getting getting \"unbound identif
Hi guys i need to integrate drscheme into my c# code for my assignment but i could find any luck on the web. Can anyone help me ? I tried ironscheme but got the following error.
I am trying to add a matrix and it is not working... (define (matrix-matrix-add a b) (map (lambda (row) (row-matrix-add row b))
I\'m writing an application (A juggling pattern animator) in PLT Scheme that accepts Scheme expressions as values for some fields. I\'m attempting to write a small text editor that will let me \"explo