Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . scheme
This is a Usenet group - learn more
Find or start a Google Group about scheme.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 16461  Older »
Description: The Scheme Programming language.
 

ANN: bigloo3.8c 
  ------------------------------ ------------------------------ ---- Bigloo (3.8c) ,--^, `a practical Scheme compiler' _ ___/ /|/ Fri Jun 1 10:11:19 CEST 2012 ,;'( )__, ) ' Inria -- Sophia Antipolis ;; // L__.... more »
By Manuel Serrano  - Jun 1 - 1 new of 1 message    

SICP: orders of growth 
  Hello, Could you explain the following? "The tree-recursive Fibonacci computation requires theta(phi^n) steps and space theta(n), where phi is the golden ratio described in section 1.2.2." [1] Why theta(phi^n), not theta(phi^n/sqrt5)? How to check this? Could you also comment on the Exercise 1.14?... more »
By .  - May 30 - 1 new of 1 message    

problem with lat? (TLS 4ed) 
  Hi, I'm just starting out with Scheme (and Lisp) and am going through The Little Schemer. I'm confused, right at the beginning and wanted to ask, since this seems important (cf. The First Commandment)... lat? is defined in the book as (define lat? (lambda (l) (cond ((null? l) #t)... more »
By colin howarth  - May 29 - 7 new of 7 messages    

Call for Papers: Implementation and Application of Functional Languages 2012 
  ------------------------------ ------------------------------ ------------------- CALL FOR PAPERS 24th Symposium on Implementation and Application of Functional Languages (IFL 2012) University of Oxford, UK, August 30-September 1, 2012... more »
By José Pedro Magalhães  - May 23 - 1 new of 1 message    

ssax-sxml to ignore namespaces 
  I'm using ssax-sxlm to parse Maven's pom.xml files. Some will have namespaces and the rest just a plain project tag. I'd like to get the sxml with the simple local names even when the namespaces are present but haven't figured out how to use ssax-sxml for doing that. Alternatively, I defined two aliases, for ns and xsi, but can't get the sxpath function to recognize the aliases (I get "unknown namespace ns") using a string path like "//project/dependencies/*".... more »
By Armando Blancas  - May 21 - 1 new of 1 message    

is there a prevalence layer in scheme? 
  [link]
By quiet_lad  - May 20 - 1 new of 1 message    

NEW HOT PHOTOS & VIDEOS 
  ALL INTERVIEW QUESTIONS& STUDY MATERIAL [link] TOP DATING TIPS TO ENCOURAGE WOMEN FOR DATING [link] FOR LATEST MOVIE UPDATED LINKS MR 7 MOVIE FILM GALLERY... more »
By SRAVANTHI LOVE  - May 20 - 1 new of 1 message    

SICP: Exercise 1.11. 
  Hello, I've got stuck with another exercise. "A function f is defined by the rule that f(n) = n if n<3 and f(n) = f(n - 1) + 2f(n - 2) + 3f(n - 3) if n> 3. Write a procedure that computes f by means of a recursive process. Write a procedure that computes f by means of an iterative process." [1]... more »
By .  - May 19 - 11 new of 11 messages    

SICP: Counting change 
  Hello, "If a is exactly 0, we should count that as 1 way to make change." [1] Could you explain this? I thought that we should count that as 0 ways to make a change. [1] [link] Regards
By .  - May 17 - 3 new of 3 messages    

in search of a cute type predicate syntax 
  Ciao, I am redesigning the class libraries in Nausicaa[1]; one goal is to allow use of classes and labels by importing only the type identifier (which is a macro keyword) and not the full language (nausicaa). For example: #!r6rs (library (alpha) (export <alpha>) (import (nausicaa))... more »
By Marco Maggi  - May 13 - 1 new of 1 message    

1 - 10 of 16461   « Newer | Older »

XML