Geometry.Net - the online learning center
Home  - Basic_S - Scheme Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 59    Back | 1  | 2  | 3  | 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 (100)
  1. Dylan (programming language): Programming language, Functional programming, Object-oriented programming, Dynamic programming language, Reflection (computer ... Bob Dylan, Scheme (programming language)
  2. Logic Programming in Scheme by Nils M Holm, 2007-01-01
  3. INTRODUCTION TO PROGRAMMING LANGUAGES: PRINCIPLES, C, C++, SCHEME AND PROLOG by CHENYINONG, TSAIWEI-TEK, 2006-08-31
  4. Direct Marketing: Neuro-Linguistic Programming, Pyramid Scheme, Large Group Awareness Training, Telemarketing, Mailing List, Infomercial
  5. Recueil de petits problèmes en Scheme (SCOPOS) (French Edition) by L. Moreau, C. Queinnec, et all 1999-09-15
  6. An Introduction to Functional Programming with Scheme,2008 publication by Nancy Lyn Tinkham, 2008
  7. Housing Schemes: Creation and Programming by P N Houstoun, 1970-09-01
  8. PROLOG-II as an instance of the logic programming language scheme (Research Report RC. International Business Machine Inc. Research Division) by Joxan Jaffar, 1985
  9. Simply Scheme programming examples by Brian Harvey, Matthew Wright, 1994-04-20
  10. Scheme translation of functions from functional programming application and implementation (Technical report / Computer Science Dept., Indiana University) by Dave Laymon, 1983
  11. The Scheme Programming Language by R. Kent Dybvig, 1987
  12. Programming and verification scheme in the [iota] system-integration of verification and data abstraction (RIMS) by Reiji Nakajima, 1977
  13. Classification schemes in programming languages: A framework for study (CIS group working paper series) by Linda Weiser Friedman, 1992
  14. Scheme Programming Language Third Edition by Kent R. Dybvig, 2003

21. Envision: Scheme With Pictures
An extension of the Scheme programming language to support research in computer vision.
http://www.cs.hmc.edu/~fleck/envision/envision.html
Envision: scheme with pictures
Daniel E. Stevenson and Margaret M. Fleck This document describes an implementation which still being debugged. We hope for an alpha release in the near future. However, please don't expect the same quality control you might expect in a finished product. This document describes Envision, an extension of the Scheme programming language to support research in computer vision. It includes high-level discussion, a user reference manual, example code, and directions on how to obtain and install a copy of the language. A paper on Envision appeared in the 1997 Usenix Conference on Domain-Specific Languages ( postscript ), pp. 271-284.
What is Envision?
Computer vision algorithms are notoriously difficult to implement, read, maintain, adapt, and share. This slows the progress of research in computer vision and discourages other computer scientists from using techniques developed in computer vision. We have developed a solution to this problem, where previous researchers have failed , by combining insights from computer vision and programming language design. Envision improves computer vision programming in two ways.

22. Scheme (programming Language) - VisWiki
Scheme (programming language) Guy L. Steele Jr., PLT Scheme, Larceny (Scheme implementation), Ikarus (Scheme implementation), Gambit (Scheme implementation) - VisWiki
http://www.viswiki.com/en/Scheme_(programming_language)

23. LEHALLE.net - Portal To Lehalle Family
A version of AWK in the Scheme programming language. It goal is to offer the same features as awk to scheme programmers.
http://charles.lehalle.free.fr/tools.html
MEMBERS
SUBJECTS
Tools
scawk
Home page of Scawk
Scawk is a port of awk to scheme. The implementation of scheme used is siod, but it is planned to extend scawk to other scheme implementations. The interressant point with siod is that a scheme file can be compiled into an executable one. So I use scawk as an exec file for WinNT (scawk.exe). I tied to give to scawk all the features of awk. It is not completed actually, but I think scawk has enough functions to be used. Actually I use scawk instead of awk for a very large number of applications. The point is that I have not actually a CWEB-like application to use with scawk, but I work on it. The use of awkweb is the only point that makes me prefer awk to scawk sometimes. You can download the full version 1.0 of scawk here (including binaries for WinNT). You can read the documentation (pdf format) here Links :
  • awk FAQ
  • siod
  • scheme
Here is an example of scawk file : ; contants : (define *example* 0) (define *classic* 1) (define *paragra* 2) (define *section* 3) (define *nothing* 4) (define section-s '( )) (define paragra-s '( )) (define example-s '( )) (define replace-strings '( ( ))) (define *nbsp* ; I cut this line for HTML pretty printing reasons : (define head-and-foot '( ; global variables : (define current-type *nothing*) (define special-end #f) (define (*begin* ) (display (car head-and-foot)) ) (define (*end* ) ; do not forget to close current env type : ; and write the foot (display (cadr head-and-foot)) )

24. Scheme Programming
An archive of Scheme code Scheme Hash. XML and Scheme Consistent or conformant Scheme implementations of W3C Recommendations XML Infoset, XPath query language and a small
http://okmij.org/ftp/Scheme/
previous next contents top
Scheme Hash
XML and Scheme
Consistent or conformant Scheme implementations of W3C Recommendations: XML Infoset, XPath query language and a small subset of XSL Transformations. An XML document and operations on it can be expressed in Scheme and regarded either as data structures or as code.
  • Tools: SSAX, SXML, SXPath, SXSLT
    • A functional-style framework to parse XML documents
    • SXML specification
    • SXPath SXML query language, XPath implementation
    • SXML traversals and transformations
  • Applications, Examples, Sample Code
    • Authoring of web pages, XML documents and (PDF) papers
    • SXML as a higher-order, more expressive markup language
    • Writing LaTeX/PDF mathematical papers with SXML
    • Joint processing of two immutable SXML documents with update cursors
    • SXML as a normalized database
    • Literate XML/DTD programming
    • Complete examples of stream-wise (SAX) and DOM parsing with SSAX
    • parsing and unparsing of a namespace-rich XML document: DAML/RDF
    • Permissive parsing of perhaps invalid HTML
    • On parent pointers in SXML trees
    • XML pull parsing and SSAX
    • SSAX parsing with limited XML doctype validation and datatype conversion
    • Complete examples of practical (context-sensitive) SXML Transformations
  • SXML Papers and Presentations
  • CDATA #PCDATA , and ANY
  • Evaluating SXML
  • SOAP 1.2 and SXML

25. Scheme - Beginning SCHEME Programming
Talk With Other Members; Be Notified Of Responses To Your Posts; Keyword Search; OneClick Access To Your Favorite Forums; Automated Signatures On Your Posts
http://www.tek-tips.com/viewthread.cfm?qid=504167&page=5

26. STeXme
Allows to manipulate TeX internals using the Scheme programming language. Sourceforge project page and guides.
http://stexme.sourceforge.net/
sTeXme
The TeX extension "sTeXme" allows to manipulate TeX internals using the Scheme programming language. sTeXme = TeX + Scheme. Documentation: Download: from SourceForge The [La]TeX macro language was a great development when it appeared, but now it is too out-of-date. Programming in TeX is a fun, but more often it is a pain. As it seems for me, only very few people can write [La]TeX macros, but a lot of people would like doing it (like me, for example). This is the problem. One of the solutions is to provide another scripting language for TeX. That's what is the goal of the sTeXme project. It should provide the Scheme programming language as a TeX scripting language. At the moment I've done a proof of concept. I've tested that Scheme code can be executed from TeX and that Scheme code can access TeX internals (getting a string from the TeX string pool, getting a macro definition as the Scheme list). Even in it's early state you can find sTeXme useful. I've written a Scheme procedure which recursively dumps a macro definition. For example:

27. Scheme_(programming_language) Synonyms, Scheme_(programming_language) Antonyms |
No results found for Scheme_(programming_language) Please try spelling the word differently, searching another resource, or typing a new word.
http://thesaurus.com/browse/Scheme_(programming_language)

28. The Art Of Metaprogramming, Part 2: Metaprogramming Using Scheme
Methods and uses of metaprogramming in Scheme programming language, see how macros are programmed and how they can make large-scale programming tasks easier. IBM developerWorks.
http://www.ibm.com/developerworks/linux/library/l-metaprog2.html
Skip to main content All of dW AIX and UNIX Information Mgmt Lotus Rational Tivoli WebSphere Java technology Linux Open source SOA/Web services Web development XML dW forums University alphaWorks All of IBM
The art of metaprogramming, Part 2: Metaprogramming using Scheme
The macro facility can generate code to simplify large projects Jonathan Bartlett johnnyb@eskimo.com ), Director of Technology, New Medio Jonathan Bartlett is the author of the book Programming from the Ground Up , an introduction to programming using Linux assembly language. He is the lead developer at New Medio, developing Web, video, kiosk, and desktop applications for clients. Summary: Metaprogramming programming with code generators or writing programs that themselves write code has numerous useful attributes, such as simplifying code maintenance and making it easier to craft boilerplate code. The first article of this series explained why metaprogramming is necessary, looked at some of the components of metaprogramming, showed how to build a code generator, and introduced language-sensitive macro programming. In this article, learn techniques and applications of metaprogramming in the Scheme programming language, and see how macros are programmed and how they can make your large-scale programming tasks significantly easier. Tag this!

29. RE: Scheme Programming Reference
Hi Jack This is what I am trying to do, but it takes time regards Didier PH Martin mailtomartind@xxxxxxxxxxxxx http//www.netfolder.comOriginal Message- From owner
http://www.biglist.com/lists/dssslist/archives/199906/msg00188.html
<-prev Thread next-> <-prev ... List Home
RE: Scheme Programming Reference
Subject : RE: Scheme Programming Reference
From : "Didier PH Martin" <
Date : Mon, 21 Jun 1999 12:58:05 -0400
Hi Jack This is what I am trying to do, but it takes time... regards Didier PH Martin http://www.netfolder.com http://www.mulberrytech.com/dsssl/dssslist DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist Current Thread DPawson - Tue, 22 Jun 1999 03:35:17 -0400 (EDT) DPawson - Wed, 23 Jun 1999 02:51:30 -0400 (EDT) Pieter Rijken - Wed, 23 Jun 1999 07:03:44 -0400 (EDT) <- Previous Index Next -> Re: Scheme Programming Reference Tony Graham Thread RE: Scheme Programming Reference DPawson Re: Non-expanding space Daniel Speck Date JadeTex frustration Andreas Saremba Bri Month

30. The Scheme Programming Language, 4th Edition - The MIT Press
A thoroughly updated and expanded edition brings this popular introductory text and reference up to date with the current Scheme standard, the Revised Report on Scheme.
http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=11984

31. Schemers Inc. - Other Scheme Books
This revised edition of The Scheme Programming Language provides an introduction to the language for readers who already have some programming experience.
http://www.schemers.com/scm_bks.html
Other Scheme Books
Schemers Inc. is pleased to announce the availability of the following Scheme-related texts: "The Little Schemer" "The Seasoned Schemer" "Structure and Interpretation of Computer Programs", 2nd edition "Essentials of Programming Languages", 1st edition ... Other books
"The Little Schemer"
    [Fourth Edition]
    by Daniel P. Friedman and Matthias Felleisen
    Drawings by Duane Bibby
    Foreword by Gerald J. Sussman
Schemers Recommendation
"The Little Schemer" and "The Seasoned Schemer" would prove popular as companion texts for any complete introductory course in Computer Science. The notion that thinking about computing is one of the most exciting things the human mind can do sets both "The Little Schemer" (formerly known as "The Little LISPer") and its new companion volume, "The Seasoned Schemer", apart from other books on LISP and its dialects. The author's enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. "The Little Schemer" introduces computing as an extension of arithmetic and algebrathings that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme and a menu of interesting foods to illustrate these abstract ideas. "The Seasoned Schemer" introduces the reader to additional dimensions of computing: functions as values, change of state, and exceptional cases.

32. Welcome To Schemers Inc.
Publishes and carries excellent educational materials, including books, using the Scheme programming language. Has Windows and Macintosh Scheme interpreters and a Scheme-driven state-of-the-art solid modeler.
http://www.schemers.com/
Specializing in Innovative Educational Computing Read about Schemers Inc. and its philosophy. Discover the Scheme advantage! Find out about the software products and books offered by Schemers Inc. Order products from our secure on-line order form. Catch up on Scheme community news. Download free , fully-functional copies of EdScheme for Windows 3DScheme Pro v2.0 , and other public access files.
What's
Schemers Inc. releases EdScheme for Windows 3DScheme Pro v2.0 Free trial copies of EdScheme for Windows , and 3DScheme Pro are available for download Schemers Inc. publishes "The Schemer's Guide To C++" and "The Schemer's Guide to Solid Modeling" Schemers Inc. distributes many new Scheme publications Schools Using Scheme listing updated July 20, 2009
Join Our Mailing List
If you'd like to be kept up to date with developments here at Schemers Inc., please join our mailing list by clicking on the rolodex icon and including your name, title, institution, EMail address, and (optionally) your postal address in a message to mail-list@schemers.com

33. The Scheme Programming Language, 2nd Edition
By R. Kent Dybvig; Prentice Hall, 1996, ISBN 0134546466, 2nd edition. Reference book, describes R5RS Scheme in style similar to K and R Online full text version.
http://www.scheme.com/tspl2d/

Prentice Hall, Inc.

A Simon and Schuster Company
Upper Saddle River, NJ 07458 ISBN: 0-13-454646-6
Library catalog: QA76.73.S34D93
Table of Contents

34. The Scheme Programming Language, 3rd Edition
The Scheme Programming Language, 3rd Edition. The Scheme Programming Language, 3rd Edition, by R. Kent Dybvig is available for purchase through all major online and retail
http://scheme.com/tspl3.html
Home
Chez Scheme

Petite Chez Scheme

Books
... scheme.com search:
The Scheme Programming Language, 3rd Edition
The Scheme Programming Language, 3rd Edition, by R. Kent Dybvig is available for purchase through all major online and retail bookstores directly from the publisher, MIT Press The full text is also available online, as well as the (short) list of errata. 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.

35. Bigloo Homepage
System with one goal enable Scheme programming style where C(++) is usually needed; makes Scheme practical via features found in most normal languages but not Scheme and functional programming. Generators for C code, Java Virtual Machine, .NET bytecode. Open Source, GPL
http://www-sop.inria.fr/mimosa/fp/Bigloo/
Bigloo homepage Inria Sophia-Antipolis 2004 route des Lucioles - BP 93 F-06902 Sophia Antipolis, Cedex France Table of contents Bigloo homepage Related Mailing list License ... ChangeLog Technical information Bigloo wiki Mailing archive Mailing archive (mirror) Programming Environment Packages Bugloo Integrated Programming Environment Biglook Contributions bigloo-setup Libraries Bigloo-lib Finalizers Bigloo library ... Windows support Applications Bglstone The Bigloo benchmark suite contains various tools to produce and display bar charts Mole Literate programming in Scheme. SCOP SCOP (a light-weight, simple but powerful, high-level communication interface) Scheme Binding Phptools A toolkit for PHP4 documents. Skribe A programming language to build documents (such as Web pages or program documentations) SX A 3D modeler. VRLM parser VRML 1.0 parser in Scheme An Apache module providing a mean for communication between Apache server and the external process using Unix pipes. Hive Source code manager. SXML/SSAX/SXPath Suite for handling XML documents in Scheme
Presentation
Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast stand alone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.

36. The Scheme Programming Language, 3rd Edition - The MIT Press
The thoroughly updated third edition of a popular introductory and reference text for standard Scheme, with examples and exercises.
http://mitpress.mit.edu/0262541483

37. An Introduction To Scheme
A paper by Daniel P. Friedman (1994) which provides a good introduction to Scheme programming. Presented at the First International Forum on Computer Programming in Education, ITESM, Mexico.
http://www.cs.indiana.edu/eip/dfried.ps

38. PC AI - Scheme Programming Language
CMU Scheme Archives Archives of Schemerelated newsgroups and other information. Different Scheme Implementations and Dialects
http://www.pcai.com/web/ai_info/pcai_scheme.html
Where Intelligent Technology Meets the Real World Home Contents Search News ... Contact PC AI
Scheme Programming Language
Glossary Link - Scheme Programming Language SUBMIT YOUR SITE To Prolog Programming Language To Smalltalk Programming Language
Scheme Information on the Internet
CMU Scheme Archives Archives of Scheme-related newsgroups and other information. Different Scheme Implementations and Dialects An archive of Scheme implementations and information. The Extension Language Kit (ELK) Elk is an implementation of Scheme designed as an embeddable, reusable extension language subsystem for applications written in C or C++. Free Scheme Compilers and Interpreters Free compiler site containing many languages including Scheme. The Internet Scheme Repository On-line documents, implementations, instructions, utilities, links and more. The Scheme Programming Language Find scheme resources and implementations. The Scheme Programming Language Learn about what the scheme programming language is.

39. JPlag
An on-line plagiarism detection program for Java, C, C++ and Scheme programming code.
http://wwwipd.ira.uka.de:2222/
NEW: JPlag Webservice
Try out our new JPlag web service and client.
What is JPlag
JPlag is a system that finds similarities among multiple sets of source code files. This way it can detect software plagiarism. JPlag does not merely compare bytes of text, but is aware of programming language syntax and program structure and hence is robust against many kinds of attempts to disguise similarities between plagiarized files. JPlag currently supports Java, C#, C, C++, Scheme, and natural language text.
JPlag is typically used to detect and thus discourage the unallowed copying of student exercise programs in programming education. But in principle it can also be used to detect stolen software parts among large amounts of source text or modules that have been duplicated (and only slightly modified). JPlag has already played a part in several intellectual property cases where it has been successfully used by expert witnesses.
JPlag has a powerful graphical interface for presenting its results. See our example
Use JPlag
The use of JPlag is free, but you must obtain an account. This requirement is not only necessary to avoid unauthorized use of JPlag by students, but also to provide the easy and installation-free access to the software.

40. Scheme Programming In Fluent -- CFD Online Discussion Forums
I noticed the earlier post (Fluent Scheme +Wiki) and was wondering if the document had been placed on the site yet as I can't seem to find it. Any
http://www.cfd-online.com/Forums/cfd-wiki/57185-scheme-programming-fluent.html
  • Home News
    • Index Post News ... Search Blogs
      Scheme Programming in Fluent
      User Name Remember Me Password Register Blogs vbmenu_register("vbbloglinks"); Members List Search Today's Posts Mark Forums Read ... Display Modes April 22, 2008, 16:24 Scheme Programming in Fluent James Nally Guest
      Posts: n/a I noticed the earlier post (Fluent Scheme +Wiki) and was wondering if the document had been placed on the site yet as I can't seem to find it.
      Any help is welcome.
      Thanks,
      James
      October 13, 2008, 06:17 Re: Scheme Programming in Fluent scheme Guest
      Posts: n/a that document is in german, and unfortunately those who can understand or has the translated version do not wish to share it. its been almost 4 years when we are hoping that someone who understands german will show some mercy and upload it for others.
      i do not understand german otherwise it would be online for others.
      December 14, 2008, 13:02 Re: Scheme Programming in Fluent Klemens Schatka Guest
      Posts: n/a Hello James

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 2     21-40 of 59    Back | 1  | 2  | 3  | Next 20

free hit counter