Geometry.Net - the online learning center
Home  - Basic_S - Scheme Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
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 (88)
  1. The Seasoned Schemer by Daniel P. Friedman, Matthias Felleisen, 1995-12-21
  2. Game Programming In C++: Start To Finish (Game Development Series) by Erik Yuzwa, 2006-01-11
  3. Optimal contributions in a defined benefit pension scheme with stochastic new entrants [An article from: Insurance Mathematics and Economics] by L. Colombo, S. Haberman,
  4. Theory of Program Structures: Schemes, Semantics, Verification (Lecture Notes in Computer Science) by Sheila A. Greibach, 1985-07-17
  5. Operations Research in Transportation Systems - Ideas and Schemes of Optimization Methods for Strategic (Applied Optimization) by A.S. Belenky, 1998-08
  6. VLISP: A Verified Implementation of Scheme
  7. Digital Signature Schemes: General Framework and Fail-Stop Signatures (Lecture Notes in Computer Science) by Birgit Pfitzmann, 1996-09-30
  8. Hydro-Crisis in the Misddle East: Water Schemes for a Thirsty Region
  9. Concrete Abstractions: An Introduction to Computer Science Using Scheme by Max Hailperin, Barbara Kaiser, et all 1998-09-10
  10. Model-based Fault Diagnosis Techniques: Design Schemes, Algorithms, and Tools by Steven X. Ding, 2008-04-01
  11. Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science) by Harold Abelson, Gerald Jay Sussman, 1996-07-25
  12. Simple Program Schemes and Formal Languages (Lecture Notes in Computer Science, 20) by Joost Engelfriet, 1974-06
  13. The Reasoned Schemer by Daniel P. Friedman, William E. Byrd, et all 2005-07-01
  14. A dynamic programming approach to the optimisation of a complex urban water supply scheme (Research project / Department of National Development, Australian Water Resources Council) by G. P Codner, 1979

61. Oliver Laumann: The Scheme Programming Language
The scheme programming Language. I became interested in Scheme in about 1986 or 1987 when someone talked me into buying a copy of
http://www.informatik.uni-bremen.de/~net/new.1997/scheme.html
The Scheme Programming Language
I became interested in Scheme in about 1986 or 1987 when someone talked me into buying a copy of the now classic Structure and Interpretation of Computer Programs by Abelson and Sussman ( SICP When I began work on the Extension Language Kit Elk ) a while later, the Scheme language seemed like a natural choice as the foundation for Elk, that is, as an application-independent extension language for software written in C or C++. In the meantime, Scheme has become increasingly popular not only as a vehicle for teaching computer science but also as a general extension language for applications; Elk has been used in many projects (both commercial and free software) since its publication in 1989, and Scheme has recently been adopted as the extension language of choice by groups like the CAD Framework Initiative and the GNU project. In 1995, on the occasion of the twentieth anniversary of the Scheme programming language , I produced a Scheme timeline as a ``clickable imagemap'' that leads you to various Scheme-related WWW sites (I never actually finished the ``twenty years of Scheme'' project, and now it's too late, obviously. I'll wait until 2005...). I also wrote a an overview of the history of Scheme which was intended to accompany the Scheme timeline (this is actually an excerpt from my doctoral thesis which focuses on the use of Scheme as a ``reusable'' extension language).

62. Scheme Programming Page
This is a really neat (and really dense) logicprogramming environment for Scheme with first-class relations and transparent integration with normal Scheme
http://www.bloomington.in.us/~jswitte/scheme.html
IU-Match
PLT Scheme has a match command, but it's syntax is different from that used by Chez Scheme's match command. I won't go into the differences here, but suffice it to say, it would be a pain to convert (by hand) PLT match expressions back to Chez match expressions for assignments. (Of course, it would be trivial to write a Scheme program to do that, probably in under 20 lines too. But I'm lazy, in a good way (link forthcoming on the virtues of programming laziness..)
Matt Jadud , a former graduate student at IU, now working over in England at Kent, wrote a module for PLT Scheme that includes code to make IU's match command work with DrScheme. Matt says thanks to Matthew Flatt for his work on the IU match port. If you really want to see the PLT module file for this, it is here along with some other stuff Matt wrote including that big hariy monster that anyone in IUCS has had a run-in with called VINCENT!!! Anyway, Matt has put together a this package for PLT Scheme whose real purpose is to parse XML code in Scheme. But as a side benefit, it includes a PLT-compatible version of the IU matcher. Here are the instructions:
Two files are needed:

63. The Assayer Scheme Programming Language, The
scheme programming Language, The. Author, R. Kent Dybvig, Entered, 200012-27 235325 by bcrowell. Edit, information about this book,
http://www.theassayer.org/cgi-bin/asbook.cgi?book=63

64. <> Scheme Programming Language
The scheme programming language R. Kent Dybvig Publisher Cambridge, Mass. MIT Press 2003 ISBN 026254-148-3. Notes Includes
http://isbndb.com/d/book/the_scheme_programming_language.html
Home Categories Subjects Authors Series Libraries Publishers Help Data My Account Login Logout ISBN: Title: Find this book on:
powells.com

abebooks.com

eBay.com

R. Kent Dybvig
Publisher: Cambridge, Mass. MIT Press
ISBN: 0-26254-148-3
Notes: Includes bibliographical references and index
Book Details: Dewey Class: 005.13/3
Language: eng
Physical Description: p. cm Libraries this book has an entry in: Network of Libraries and Information Centers in Switzerland (NEBIS) (last modified on 11/19/2003) Subjects: You can click on a subject to see other books listed with the same subject or to drilldown into components of the subject such as geographical locations, dates and so on. Scheme (Computer program language) FAQ Contact Us

65. Definition Of Scheme Programming Language - WordIQ Dictionary & Encyclopedia
scheme programming language. daScheme The scheme programming language is a functional programming language and a dialect of Lisp. It was
http://www.wordiq.com/definition/Scheme_programming_language
Encyclopedia Dictionary Thesaurus The Web eBooks loadkeyword("Scheme programming language"); Encyclopedia Definition of: Scheme programming language
Scheme programming language
da:Scheme de:Scheme fr:Scheme nl:Programmeertaal Scheme ... pl:Scheme The Scheme programming language is a functional programming language and a dialect of Lisp . It was developed by Guy L. Steele and Gerald Jay Sussman in the and introduced to the academic world via a series of papers now referred to as Sussman and Steele's Lambda Papers Scheme's philosophy is unashamedly minimalist . Its goal is not to pile feature upon feature, but to remove weaknesses and restrictions that make new features appear necessary. Therefore, Scheme provides as few primitive notions as possible, and lets everything else be implemented on top of them. For example, the main mechanism for governing control flow is tail recursion Scheme was the first variety of Lisp to use lexical variable scoping (as opposed to dynamic variable scoping ) exclusively. It was also one of the first programming languages to support explicit continuations . Scheme supports garbage collection of unreferenced data.

66. The Scheme Programming Language - The MIT Press
The scheme programming Language Third Edition R. Kent Dybvig. This thoroughly updated edition of The scheme programming Language
http://mitpress.mit.edu/0262541483
HOME YOUR PROFILE TO ORDER CONTACT US ... FAQ
Books
October 2003
ISBN 0-262-54148-3
7 x 9, 329 pp., 16 illus.
Request Examination Copy
Endorsements Join an E-Mail Alert List Table of Contents TOPIC AREAS Computer Science and Intelligent Systems Programming The Scheme Programming Language
Third Edition R. Kent Dybvig
This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language. Many exercises are presented to help reinforce the lessons learned, and answers to the exercises are given in a new appendix. Most of the remaining chapters are dedicated to the reference material, which describes in detail the standard features of Scheme included in the Revised Report on Scheme and the ANSI/IEEE standard for Scheme.
Numerous examples are presented throughout the introductory and reference portions of the text, and a unique set of extended example programs and applications, with additional exercises, are presented in the final chapter. Reinforcing the book's utility as a reference text are appendixes that present the formal syntax of Scheme, a summary of standard forms and procedures, and a bibliography of Scheme resources. The Scheme Programming Language stands alone as an introduction to and essential reference for Scheme programmers. It is also useful as a supplementary text for any course that uses Scheme.

67. Welcome To The SICP Web Site
An appendix summarizes the scheme programming language as used in the text, showing at what point in the text each element of Scheme is introduced.
http://mitpress.mit.edu/sicp/
Wizard Book n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT. So called because of the wizard on the jacket. One of the bibles of the LISP/Scheme world. Also, less commonly, known as the Purple Book.
from The New Hacker's Dictionary, 2nd edition
(MIT Press, 1993)
This site is a companion to the influential computer-science text Structure and Interpretation of Computer Programs , by Abelson, Sussman, and Sussman. Its purpose is to demonstrate the Web's potential to be a channel for innovative support for textbook users. The material on this site is aimed at instructors using SICP as a course text, and at people using the book for self-study.
Currently at this site you will find:
Full text!
The complete text in HTML.
Sample programming assignments
This is a collection of assignments, developed for the course at MIT, which instructors can download and modify. Each assignment contains an extensive write-up and all necessary source code.
Code from the book
These files contain all source code from the book, in a form suitable for loading and running.

68. Wikipedia Scheme Programming Language
Wikipedia scheme programming language. scheme programming language From Wikipedia, the free encyclopedia. The scheme programming
http://www.factbook.org/wikipedia/en/s/sc/scheme_programming_language.html
Please Enter Your Search Term Below:
only in factbook.org in the entire directory Websearch Directory Dictionary FactBook Wikipedia: Scheme programming language
Scheme programming language

From Wikipedia, the free encyclopedia.
The Scheme programming language is a functional programming language and a dialect of Lisp . It was developed by Guy L. Steele and Gerald Jay Sussman in the and introduced to the academic world via a series of papers now referred to as Sussman and Steele's Lambda Papers Scheme's philosophy is unashamedly minimalist . Its goal is not to pile feature upon feature, but to remove weaknesses and restrictions that make new features appear necessary. Therefore, Scheme provides as few primitive notions as possible, and lets everything else be implemented on top of them. For example, the main mechanism for governing control flow is tail recursion Scheme was the first variety of Lisp to use lexical variable scoping (as opposed to dynamic variable scoping ) exclusively. Scheme supports garbage collection of unreferenced data. It uses lists as the primary data structure, but also has good support for arrays. Owing to the minimalist specification, there is no standard syntax for creating structures with named fields, or for doing object oriented programming , but many individual implementations have such features.

69. Free Software Directory: Scheme Programming Language
FSF / UNESCO Free Software Directory. 3,007 packages indexed. Up . Top Software development Programming languages scheme programming language.
http://gnu.te8.com/directory/devel/prog/scheme/
FSF UNESCO Free Software Directory
3,007 packages indexed Top Software development Programming languages Scheme programming language Bigloo - [The GNU General Public License, Version 2 or later] - 2004-03-16
Implementation of the Scheme programming language Chicken - [a 3-clause BSD-style license] - 2004-02-03
Scheme to C compiler DrScheme - [The GNU General Public License, Version 2 or later] - 2004-02-10
GUI Scheme development environment Glame - [The GNU General Public License, Version 2] - 2004-01-13
Sound editor GOOPS - [The GNU General Public License, Version 2 or later] - 2002-01-24
Object-oriented extension to 'guile' Guile - [The GNU General Public License, Version 2 or later] - 2004-03-22
GNU extensibility library Hobbit - [The GNU General Public License, Version 2] - 2004-02-04
Scheme to C compiler Kawa - [Kawa] - 2002-04-11
Scheme and Emacs Lisp on a Java VM MIT Scheme - [The GNU General Public License, Version 2 or later] - 2002-06-18
MIT Scheme programming language qscheme - [The GNU General Public License, Version 2 or later] - 2001-01-29
Implementation of Scheme written in C Scheme 48 - [a 3-clause BSD-style license] - 2002-05-02 Scheme implementation SISC - [MPL *or* GPLv2] - 2004-01-20 Java-based Scheme interpreter SX - [The GNU General Public License, Version 2] - 2003-03-27

70. Ansidocstore: Product: 'IEEE Standard For The Scheme Programming Language'
Document 11781990. Title IEEE Standard for the scheme programming Language. Abstract NONE. File Size 300 kB. Price $107.00. Get
http://webstore.ansi.org/ansidocstore/product.asp?sku=1178-1990

71. Librairie Eyrolles, Scheme Programming Language : Le Livre De R.Dybvig
48h. Caractéristiques. scheme programming Language.
http://www.calindex.com/livre-informatique-programmation-langages-lisp-scheme-sc

72. 2002 USENIX Annual Technical Program, Freenix Track - Abstract
Biglook a Widget Library for the scheme programming Language. The Biglook implementation separates the scheme programming interface and the native backend.
http://www.usenix.org/events/usenix02/tech/freenix/gallesio.html
2002 FREENIX Track Technical Program - Abstract
Biglook: a Widget Library for the Scheme Programming Language
Erick Gallesio Manuel Serrano Université de Nice Sophia Antipolis Inria Sophia Antipolis
Abstract
Biglook is an Object Oriented Scheme library for constructing Gui s. It uses classes of a Clos -like object layer to represent widgets and Scheme closures to handle events. Combining functional and object-oriented programming styles yields an original application programming interface that advocates a strict separation between the implementation of the graphical interfaces and the user-associated commands, enabling compact source code.
The Biglook implementation separates the Scheme programming interface and the native back-end. This permits different ports for Biglook. The current version uses GTK and Swing graphical toolkits, while the previous release used Tk. It is available at: http://kaolin.unice.fr/Biglook.
  • View the full text of this paper in HTML PDF , and Postscript
  • If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site
  • To become a USENIX Member, please see our

73. The Scheme Programming Language à La Calvin And Hobbes
The scheme programming Language after Calvin and Hobbes. C Before going down a steep hill like this, one should always give his sled a safety check. H Right.
http://www.brics.dk/~danvy/scheme.html
The Scheme Programming Language after Calvin and Hobbes
C: Before going down a steep hill like this, one should always give his sled a safety check.
H: Right.
C: Seat belts?
H: None.
C: Signals?
H: None.
C: Brakes?
H: None.
C: Steering?
H: None.
Bill Watterson - Before starting a computer project, one should always assess one's programming language. - Right. - Macros? - None. - Static type-checking? - None. - Records? - None. - Modules? - None. - Exceptions? - None. - Sequencing order in applications? - None. [Starting GNU-Emacs in Scheme mode, and smiling hugely:] WHEEEEEE! It's more fun to compute. November 16, 2003 danvy hat brics dot dk

74. Book: The Scheme Programming Language : ANSI Scheme
CSC, The scheme programming language ANSI Scheme. Title The scheme programming language ANSI Scheme Edition ISBN 0134546466 Author R. Kent Dybvig.
http://www.csclub.uwaterloo.ca/office/books/0134546466.html
The Scheme programming language : ANSI Scheme Office Staff Books Title: The Scheme programming language : ANSI Scheme
Edition:
ISBN:
Author:
R. Kent Dybvig.
Published: Upper Saddle River, N.J. : Prentice Hall PTR, c1996.
Home

About

Events

Docs
...
Stats
This page was generated on 2004-06-11 at 03:00:08.
Please direct website comments to the Webmaster

75. Tools And Techniques For Use Of The Scheme Programming Language In Undergraduate
Tools and Techniques for Use of the scheme programming Language in Undergraduate Education. Type Award NSF Org CDA Latest Amendment
http://www.siggraph.org/education/nsfcscr/projects/gen/haynes.html
Tools and Techniques for Use of the Scheme Programming Language in Undergraduate Education
Type : Award
NSF Org : CDA
Latest Amendment Date : August 26, 1994
File : a9312614
Award Number: 9312614 Award Instr.: Standard Grant
Prgm Manager: Caroline Wardle
CDA OFFICE OF CROSS-DISCIPLINARY ACTIVITIES
Start Date : August 1, 1993
Expires : January 31, 1997
Expected Total Amt. : $411,910
Investigator:
Christopher T Haynes LoriLee Sadler R. Kent Dybvig Daniel P Friedman George Springer
Sponsor :
Indiana U Bloomington P O Box 1847 Bloomington, IN 47402
NSF Program : 2885 CISE INSTITUTIONAL INFRASTRUCT
Fld Applictn: 0000099 Other Applications NEC Abstract : This award is for the development of software and curricular materials to support the use of a dialect of the Scheme programming language in undergraduate computer science courses. The simplicity and power of Scheme that account for its widespread use in computer science research also explain its increasing use in education. This project, complementary to the one at Oberlin College, stresses the development of the programming environment and tools. The programming environment will be portable to a wide range of implementations and window systems and will support graphical user interface development, hypertext authoring and delivery, object- oriented programming, and static type analysis, among other modes of programming and courseware development. Indiana University will investigate the use of Scheme in a variety of courses, including but not limited to introductory programming, programming languages, mathematical methods, data structures, and artificial intelligence. Teaching materials to be developed include computer assisted instruction courseware, outlines and visual aids for a variety of curricular options, laboratory manuals, and exercise sets including software support and solutions. Curricular knowledge, materials, and software will be disseminated through summer workshops, Internet, professional meetings, and publications. Evaluation instruments will assess the effectiveness of Scheme as a first programming language and the utility of the curricular materials developed by this project.

76. Welcome To Schemers.org!
A collection of resources for the scheme language. The place to go to get comprehensive, upto-date information on all aspects of scheme implementations, papers, and code. Maintained by the Rice programming Languages Team, the folks behind Mzscheme and Drscheme.
http://www.schemers.org/
'(schemers . org):
an improper list of Scheme resources
DS
welcome '(schemers . org)) I intend this but for a Scheme of a larger Design.
Woodward, Nat. Hist. Earth News Items and Announcements There are two upcoming Scheme workshops: one in Europe in June and one in the US in September. Submit to and attend both! The new Scheme standard process is under way. Yipee! Check out the Scheme Meetup site . Sign up for Scheme Weekly News . Ask Scheme-related questions on the #scheme The Regular Fare case what-would-you-like-to-do? learn choose-from FAQ textbooks standards tutorials ... education program choose-from implementations libraries environments SRFIs socialize choose-from Scheme Boston Boston, MA, USA Denver Lispers Denver, CO, USA Scheme UK London, UK Montreal Scheme/Lisp User Group CRACL Los Angeles, CA, USA Metro Schemers Washington, DC, USA)) (( work choose-from jobs stay-informed choose-from events else choose-from other resources the lighter side We're compiling a list of Scheme ``success stories'', such as DSSSL and GIMP. If you have suggestions, please send them to the FAQ 's maintaner.

77. Functional Programming In The Real World
Lists functional programs written primarily to perform to realworld tasks. Has pure programs (no side effects) and impure (some use of side effects). Languages Caml, Clean, Erlang, Haskell, Miranda, scheme, Standard ML.
http://homepages.inf.ed.ac.uk/wadler/realworld/

78. Programming In Ruby
Take the pure object orientation of Smalltalk, remove the quirky syntax and reliance on a workspace. Add the convenience and power of Perl, but without the special cases and magic conversions. Give it a clean syntax based partly on Eiffel, add a few concepts from scheme, CLU, Sather, Common Lisp. You end up with Ruby. Dr. Dobb's Journal
http://www.ddj.com/articles/2001/0101/
Jump to... Subscribe to DDJ My DDJ Account Premium Services Free Content Source Code Articles Newsletters DDJ Topic Areas Integration Learning Center AI Algorithms Basic Best Practices C/C++ Communications/Networking Computer Security Data Compression Database Development Distributed Computing Graphics Java Linux Patterns/OOD Perl Python-URL! Real-Time Computing Scientific Computing Scripting/Alt. Languages Tcl-URL! UNIX XML and Web Services Welcome New User to DDJ.com. We have over twenty years of experience covering all languages, platforms, and tools. We now provide three levels of web site access from which you can choose. SUBSCRIBE today. DDJ Dr. Dobb's Articles Dr. Dobb's Journal, 2001 > Jan01: Table of Contents
DDJ, January 2001
Scripting Languages + 25th Anniversary Issue
Additional resources (listings and source code) for the articles below can be found here
Eugene Eric Kim
Twenty-five years ago, computer programming was big-iron heavy — then the personal computer came along and everything changed. In this special anniversary retrospective, Eugene Kim looks back at what computing was like then, and DDJ's role in that revolution Programming in Ruby
Dave Thomas Andy Hunt
Ruby is a freely available pure, untyped, object-oriented language. Dave and Andy show how to use the language, while Yukihiro Matsumoto (Ruby's creator) adds a note on why he developed it.

79. Nathan Wiger's Homepage - Rock Music, Microbrews, UNIX, Perl
Journal, and links to car, resume of experience with programming languages, rock music, and microbrewed beer. Selectable color scheme.
http://nate.wiger.org/
nate.wiger.org
Fri Jun 11 16:06:48 2004
Nate's Homepage
Style Surprise Me! Easy Reading Postmodern Death Metal Wonder Llama Agent Orange Bankroll Surf or Die UC Feegents Tomato Soup Siphon my band (I play guitar) BeerLabels.com my obsession with microbrews Sun Fire Book my book (really!) my car preorder journal Resume my career experience crap Contact my email form
Despise the color scheme?
Select a new style from the list in the upper right,
or hit "Reload".
The Extensive Bio I'm a guitar-playing, microbrew-swilling computer donk who lives in San Diego, CA. Quote of the Week IBM: It's hard to use, but it's slow. Current Happenings
The Mars Volta. So, I just got back from seeing literally one of the best concerts of my entire life - The Mars Volta. Oh yeah, A Perfect Circle was there too. Fuck, I mean, these guys really blew my fucking mind. I'll tell you, that's hard to do. Bottom line, you need to make sure to see The Mars Volta at any chance you get. Buy The Mars Volta album, go to a show - whatever. Honestly, like Woodstock level incredible. BTW, on a separate but related note, my band's singer quit, so I'm the new guy on the job. Check our website for more info, late...

80. Index Of /stijnh1
Personal information, mathematically coloured material, and programming in scheme (a dialect of Lisp), SWIProlog, Matlab and C++.
http://www.geocities.com/stijnh1/
Index of /stijnh1
Name Last modified Size Description ... Parent Directory 08-May-2004 10:53 -

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 4     61-80 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter