Geometry.Net - the online learning center
Home  - Basic_S - Scheme Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-90 of 90    Back | 1  | 2  | 3  | 4  | 5 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Scheme Programming:     more books (100)
  1. Gigabit Networks: Standards and Schemes for Next-Generation Networking by Paul Izzo, 2000-02-02
  2. Stabilization of Nonlinear Systems Using Receding-horizon Control Schemes: A Parametrized Approach for Fast Systems (Lecture Notes in Control and Information Sciences) by Mazen Alamir, 2006-08-18
  3. The Reasoned Schemer by Daniel P. Friedman, William E. Byrd, et all 2005-07-01
  4. Model-based Fault Diagnosis Techniques: Design Schemes, Algorithms, and Tools by Steven X. Ding, 2008-04-10
  5. The Seasoned Schemer by Daniel P. Friedman, Matthias Felleisen, 1995-12-21
  6. Numerical Sound Synthesis: Finite Difference Schemes and Simulation in Musical Acoustics by Stefan Bilbao, 2009-12-14
  7. Linear Programming and Genetic Algorithm Based Optimization for the Weighting Scheme of a Value Focused Thinking Hierarchy by David M. Thawley, 2003
  8. Testing Criteria for the SSADM Version 4 Tools Conformance Scheme (Information Systems Engineering Library) by Central Computer & Telecommunications Agency, 1993-12
  9. PC Scheme: User's Guide and Language Reference Manual - Trade Edition by Texas Instruments, 1990-05-29
  10. Ed Scheme: A Modern Lisp by EdScheme, 1991
  11. Struktur und Interpretation von Computerprogrammen: Eine Informatik-Einführung (Springer-Lehrbuch) (German Edition) by Harold Abelson, Gerald Jay Sussman, 2001-09-24
  12. HTML Encoding Schemes by Theodore Larson, 2008-11-19
  13. Gambit (Scheme implementation)
  14. Classification Scheme

81. Rice University PLT
Drscheme A comprehensive programming environment for writing, debugging, and analyzing scheme programs. Teachscheme!
http://www.cs.rice.edu/CS/PLT
Programming Languages Technology
Rice University
Java PLT
  • DrJava A comprehensive programming environment for writing, debugging and analyzing Java programs. TeachJava! PLT's Java outreach effort for high school and college faculty. NextGen Generics for Java
C# PLT
  • DrC# Coming soon
Publications
Technical publications housed on the Rice University servers.
Scheme PLT
  • DrScheme A comprehensive programming environment for writing, debugging, and analyzing Scheme programs. TeachScheme! PLT's Scheme outreach effort for high school and college faculty. For general information about Scheme PLT, please visit www.plt-scheme.org Recently, the Scheme PLT branch moved to Northeastern University

People
meet all the hard-working people of PLT!

82. The Scheme Programming Language
scheme and the Art of programming by George Springer and Daniel P. Freidman.
http://www.cs.washington.edu/education/courses/341/99su/lectures/scheme/
The Scheme Programming Language
Click here to start
Table of Contents
The Scheme Programming Language Scheme philosophy Scheme C vs. Scheme expressions Prefix vs. infix Nested expressions 1 Nested expressions 2 Nested expressions 3 Nested expressions 4 Nested expressions 5 Evaluating arguments Types More types What’s in a symbol? Some “literals” evaluate to themselves Symbols evaluate by variable lookup define special form Lists evaluate by procedure application* Special forms List evaluation Creating symbol value Suppressing evaluation quote special form Quoting Forcing evaluation with eval The Lambda Calculus Creating procedures with the lambda special form A moment for syntax Naming a procedure Shorthand for procedure definition Procedures vs. variables Conditionals: if special form C vs. Scheme C vs. Scheme eq? procedure tests for identity equality Recursion Linear recursive process Lists are made of cons cells cons cells and the cons procedure List syntax shorthand Beware the arrow: Another look at lists car, cdr, and friends Nested lists Do not try this at home our-list-ref procedure our-list-ref trace Linear iterative process Contrast the inductive steps Tail-recursion our-list-ref tail recursion Re-binding is NOT assignment Iterative version of factorial Iterative factorial trace Nested procedure defines Factoring out common sub-expressions let special form Scope is visibility let bindings happen in parallel Bad let bindings let* special form More about conditionals: cond special form cond example Short-circuiting and, or special forms

83. DrScheme
Drscheme is an interactive, integrated, graphical programming environmentfor the scheme, Mzscheme, and MrEd programming languages.
http://www.drscheme.org/
DrScheme Download DrScheme Documentation More Software Support ... HtUS DrScheme is an interactive, integrated, graphical programming environment for the Scheme MzScheme , and MrEd programming languages. DrScheme runs under Windows (95 and up), Mac OS, and Unix/X. Download DrScheme DrScheme provides source highlighting for syntax and run-time errors, support for multiple language levels, an algebraic stepper, objects, modules, a GUI library, TCP/IP, and much more. It includes an extensive, hyper-linked help system called Help Desk,available from the Help menu. Tour of DrScheme describes many of these features in greater detail. You can enhance DrScheme with many add-ons , including MrFlow , a static debugger, and MysterX , which adds COM support under Windows. See also Dynamic Libraries System Requirements: Windows (95 and up), Mac OS, or Unix running the X Window System. DrScheme is useful given at least 32 MB of RAM. Installing DrScheme requires roughly 30 MB of disk space.

84. Scheme.org
What is scheme? scheme is a programming language.Implementations and environments.
http://www.scheme.org/
What is Scheme? Scheme is a programming language.
Implementations and environments
Reference material
  • , The Revised Report on the Algorithmic Language Scheme, the specification of the language.
Web sites
Related things
Other sources of information
map@stacken.kth.se $Id: index.html,v 1.15 2002/07/17 00:01:06 ahltorp Exp $

85. The TeachScheme! Project: Notes On Scheme
If you need additional information, please contact us by email at the addresspltoutreach@cs.rice.edu . Is scheme a ``real'' programming language?
http://www.teach-scheme.org/Notes/scheme-faq.html
The TeachScheme! Project Notes on Scheme These are some questions we commonly encounter from teachers and parents. If you need additional information, please contact us by email at the address plt-outreach@cs.rice.edu
  • Is Scheme a ``real'' programming language? Scheme supports most of the standard real-world programming protocols: ActiveX, COM, ODBC, SMTP, POP, NNTP, HTTP, IMAP, XML, and so on. Scheme programmers use these protocols daily to develop real programs that see worldwide use. Several companies make their living out of selling Scheme products. Does that count as ``real''? But how about jobs? I don't see job advertisements for Scheme in our local papers. Does anyone actually use it? That's because many Scheme jobs are hired through networking or are listed by other names (well-trained Scheme programmers are ready almost immediately for jobs that use Erlang, Dylan, Common Lisp, and with a little more preparation, Smalltalk and Java). Scheme does see active use at numerous places including Intel, Motorola, Silicon Graphics, Microsoft and Disney's animation studios. Related languages are used for diverse real-world uses ranging from building popular graphical games to controlling international telecommunications networks. In any case, a discussion of jobs is irrelevant because industrial practice should have virtually no bearing on what we teach in the

86. How To Design Programs
The online text of a new (2001) book teaching software design using scheme as the programming languageCategory Computers programming scheme FAQs, Help, and Tutorials......How to Design Programs. September 2002 Version. MIT Press MIT Press.
http://www.htdp.org/
How to Design Programs September 2002 Version

87. Workshop On Scheme And Functional Programming 2001
2nd Workshop on scheme and Functional programming. Call for participation. Florence,Italy, 2 September 2001. The workshop forms part of PLI 2001, which consists.
http://kaolin.unice.fr/Scheme2001/
2nd Workshop on Scheme and Functional Programming Call for participation Florence, Italy, 2 September 2001
The workshop forms part of PLI 2001 , which consists of the ICFP and PPDP conferences and other workshops.
Background and Theme Over the past few years, Scheme and its implementations have made tremendous progress in support of generative programming, shell scripting, COMponent support and distributed programming, graphics and GUI support, OO programming, and various other aspects of engineering real-world software. Following the 1fst Scheme workshop which took place in Montreal, 17 September 2000, we are calling on implementors and users of Scheme systems to share their ideas at a 2nd Scheme workshop during PLI 2001 in Florence. The organizers goal is to attract presentations on a broad spectrum of topics:
  • applications
  • environments
  • extensions
  • implementations
  • logics (predicate types)
  • programs
The committee will consider submissions concerning Scheme and other languages (Erlang, Haskell, LISP, ML, Caml, XML applications, etc.).
Programs Session Author Title Registration...

88. Revised(4) Scheme - Table Of Contents
scheme. Revised(4) Report on the Algorithmic Language scheme. Summary; IntroductionBackground; Acknowledgements. 1. Overview of scheme 1.1 Semantics;
http://www.swiss.ai.mit.edu/~jaffer/r4rs_toc.html
Scheme
Revised(4) Report on the Algorithmic Language Scheme
WILLIAM CLINGER AND JONATHAN REES ( Editors H. ABELSON R. K. DYBVIG C. T. HAYNES G. J. ROZAS N. I. ADAMS IV D. P. FRIEDMAN E. KOHLBECKER G. L. STEELE JR. D. H. BARTLEY R. HALSTEAD D. OXLEY G. J. SUSSMAN G. BROOKS C. HANSON K. M. PITMAN M. WAND

89. ITworld.com - Successful Scheme
17 have. The recent conference means the time is ripe to introduce the schemeprogramming language and mention a bit of what's new in the scheme world.
http://www.itworld.com/AppDev/4061/swol-1013-regex/
Special: CREATE YOUR OWN SUCCESS STORY WITH REAL-TIME BUSINESS INTELLIGENCE Search all sites www.itworld.com security.itworld.com smallbusiness.itworld.com wireless.itworld.com Title Successful Scheme Type Tutorial Source Unix Insider Summary continue Advertisement On this topic Data Management Strategies. Sign up Now! A Vision for Business Intelligence: Engendering a Quiet Revolution in the Work Place Scripted wrappers for legacy applications Better living through scripting ... Scripting systems unite
Featured topics Security You can't outsource liability for security Information Week Homeland Security asks for more tech money IDG News Service Strengthening Network Security with Vulnerability Assessment Qualys
IT in the small business
IDG News Service Building an e-commerce trust infrastructure Verisign, Inc. Online payment processing - what you need to know Verisign, Inc.
Wireless
After three years of Wi-Fi, hurdles remain IDG News Service No money at hotspots yet CyberAtlas Backgrounder: Betting safe and betting smart Computerworld New Zealand Online
Sponsored links FREE WHITE PAPER - Collaring Runaway STORAGE Management Costs. GET IT NOW!

90. PLT Scheme
PLT scheme is an umbrella name for a family of implementations of the schemeprogramming language. PLT is the group of people who produce PLT scheme.
http://www.plt-scheme.org/
PLT Scheme Software Support Learning Publications ... HtUS PLT Scheme is an umbrella name for a family of implementations of the Scheme programming language. PLT is the group of people who produce PLT Scheme. DrScheme is the primary PLT Scheme implementation. TeachScheme! is a PLT project to turn Computing and Programming into an indispensable part of the liberal arts curriculum. How to Design Programs HtDP ) is a textbook for introductory programming that was written by several PLT members. How to Use Scheme HtUS ) is a book about using PLT Scheme for everyday programming tasks. (Still a work in progress.) MzScheme is the lightweight, embeddable, scripting-friendly PLT Scheme implementation.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 5     81-90 of 90    Back | 1  | 2  | 3  | 4  | 5 

free hit counter