Home Set as Homepage Add to Favorite Contact
           05 July, 2009
 
search for
 
 
 
egories
Arts »
Business »
Computers »
Education »
Entertainment »
Health »
Home »
Kids and Teens »
News »
Recreation »
Reference »
Science »
Shopping »
Society »
Sports »


New Addition
Industrial Pipes Manufacturer
Silencer Manufacturer, Suppliers in india
Thai Massage School
South Shore Sea Burials
Fascial Kinetics A Bowen Therapy
Drug Side Effects & Clinical Trials
Multi Level Marketing Services
Surrey Invisalign CEREC Zoom Dentistry - Southridge Dental Clinic
Pipe Fittings Exporter India
Mobile Application Development
Attorney Maurice Lasry
Cheap Flights Florida
Atlanta Lease Purchase
Cheque Book Loans – Cheque Loans
Memory Foam Topper
Gas Leak Detection Systems
Forex Trading for a Good Living
Fuel Cells
Industrial Fabric Manufacturing
Pranic Healing Center


    
scheme


Sponsored Links:

KSM-Scheme (Popularity: ) (Score: 13.41)
http://square.umin.ac.jp/~hchang/ksm/
A R5RS Scheme interpreter which integrates with C, allowing calling of C functions and accessing C variables from Scheme. It provides a mechanism to load C shared libraries. It runs on x86 and PowerPC based Linux systems.
Category:   Main\Computers\Programming\Languages\Lisp

Schemers, Inc. (Popularity: ) (Score: 13.41)
http://www.schemers.com/
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.
Category:   Main\Computers\Programming\Languages\Lisp

PLT Scheme (Popularity: ) (Score: 13.05)
http://www.plt-scheme.org/
Advocacy and authoring group, umbrella name for family of implementations: DrScheme (Scheme, MzScheme, MrEd); books: How to Design Programs, How to Use Scheme; and TeachScheme! project. University-based, supported by many volunteers writing code, documentation ...
Category:   Main\Computers\Programming\Languages\Lisp

ETOS (Popularity: ) (Score: 13.04)
http://www.iro.umontreal.ca/~etos/
Commercial quality, efficient Erlang implementation based on Gambit Scheme. State-of-the-art native code Scheme compiler transforms Erlang code to Scheme, which can then gain from the special features of the Gambit Scheme compiler. Developed at University ...
Category:   Main\Computers\Programming\Languages\Erlang

Bigloo (Popularity: ) (Score: 12.94)
http://www-sop.inria.fr/mimosa/fp/Bigloo/
System with one goal: enable Scheme-based programming style where C(++) is usually needed; makes Scheme practical via features found in most traditional languages but not Scheme and functional programming. [Open Source, GPL]
Category:   Main\Computers\Programming\Languages\Lisp

Kawa Java-based Scheme System (Popularity: ) (Score: 12.78)
http://www.gnu.org/software/kawa/
Scheme environment, written in Java, compiles Scheme code to Java bytecode. [Open Source, modified GPL]
Category:   Main\Computers\Programming\Languages\Lisp

Petite Chez Scheme (Popularity: ) (Score: 12.63)
http://www.scheme.com/petitechezscheme.html
A complete Scheme system that is fully compatible with Chez Scheme but uses high-speed threaded interpreter technology in place of Chez Scheme's incremental native-code compiler. [Freeware]
Category:   Main\Computers\Programming\Languages\Lisp

SISC: Second Interpreter of Scheme Code (Popularity: ) (Score: 12.42)
http://sourceforge.net/projects/sisc/
Extensible Java-based interpreter for Scheme. The entire R5RS Scheme standard is supported, including a full numeric tower as well as full support for first-class continuations. [Open Source, GPL]
Category:   Main\Computers\Programming\Languages\Lisp

Teach Yourself Scheme in Fixnum Days (Popularity: ) (Score: 11.68)
http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html
An online Scheme tutorial by Dorai Sitaram.
Category:   Main\Computers\Programming\Languages\Lisp

Scheme->C (Popularity: ) (Score: 11.67)
http://ftp.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
DEC's venerable Scheme to C translator which runs on most anything with an ANSI C compiler.
Category:   Main\Computers\Programming\Languages\Lisp

Scheme Hash (Popularity: ) (Score: 11.67)
http://okmij.org/ftp/Scheme/index.html
A whole handfull of Scheme programs and applications, including Treaps ("A sorted dictionary data structure based on randomized search trees."), Scheme database interfaces, parsing utilities for CGI and XML, binary I/O and applications, POSIX ...
Category:   Main\Computers\Programming\Languages\Lisp

The Ksi Scheme Interpreter (Popularity: ) (Score: 11.66)
http://ksi.sourceforge.net/
Ksi is a portable, embeddable Scheme implementation written in C. Unfortunately its documentation is all in Russian at this point.
Category:   Main\Computers\Programming\Languages\Lisp

Scawk (Popularity: ) (Score: 11.66)
http://charles.lehalle.free.fr/tools.html
A version of AWK in the Scheme programming language. It goal is to offer the same features as awk to scheme programmers.
Category:   Main\Computers\Programming\Languages\Lisp

The Scheme Underground (Popularity: ) (Score: 11.62)
http://www.ai.mit.edu/projects/su/su.html
An effort aimed at developing useful software packages in Scheme for use in research projects and for distribution on the net.
Category:   Main\Computers\Programming\Languages\Lisp

Scheme Requests For Implementation (Popularity: ) (Score: 11.57)
http://srfi.schemers.org/
A forum for people interested in coordinating libraries and other extensions of the Scheme language between implementations.
Category:   Main\Computers\Programming\Languages\Lisp

Kali Scheme (Popularity: ) (Score: 11.51)
http://community.schemewiki.org/kali-scheme/
A distributed implementation of Scheme that permits efficient transmission of higher-order objects such as closures and continuations.
Category:   Main\Computers\Programming\Languages\Lisp

SLIB (Popularity: ) (Score: 11.44)
http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
A portable Scheme library providing compatibility and utility functions for standard Scheme implementations. By Audrey Jaffer, author of SCM.
Category:   Main\Computers\Programming\Languages\Lisp

Indiana University's Internet Scheme Repository (Popularity: ) (Score: 11.37)
http://www.cs.indiana.edu/scheme-repository/SRhome.html
The definitive resource for Scheme on the net. Contains a large catalog of implementations, useful source code, and documents, many of which you won't find anywhere else.
Category:   Main\Computers\Programming\Languages\Lisp

The Scheme Programming Language, Second Edition (Popularity: ) (Score: 11.29)
http://www.scheme.com/tspl2d/
Of R. Kent Dybvig's reference manual. Describes R5RS Scheme in a style similar to K&R [Online fulltext version].
Category:   Main\Computers\Programming\Languages\Lisp

Vx-scheme (Popularity: ) (Score: 11.29)
http://colin-smith.net/vx-scheme/
A compact (<64 Kb) implementation of R4RS Scheme that compiles for VxWorks/Tornado (and is integrated with the system symbol table). [Open source, Artistic License]
Category:   Main\Computers\Programming\Languages\Lisp

Chez Scheme (Popularity: ) (Score: 11.29)
http://www.scheme.com/chezscheme.html
A Scheme implementation. [Commercial]
Category:   Main\Computers\Programming\Languages\Lisp

CMU AI Repository Free/Shareware Scheme Implementations (Popularity: ) (Score: 11.25)
http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/0.html
Yet more Scheme implementations from the CMU AI Repository. Many of these are also available from the Indiana University Scheme Repository.
Category:   Main\Computers\Programming\Languages\Lisp

The Scheme Programming Language (Popularity: ) (Score: 11.22)
http://www.swiss.ai.mit.edu/projects/scheme/
Main page at MIT, Scheme's birthplace; short list of implementations, some general documentation, information on the MIT Scheme implementation, some random links.
Category:   Main\Computers\Programming\Languages\Lisp

Separate compilation for Scheme (Popularity: ) (Score: 11.14)
http://citeseer.ist.psu.edu/rd/0%2C95701%2C1%2C0.25%2CDownload/http://citeseer.ist.psu.edu/cache/papers/cs/886/ftp:zSzzSzftp.cs.indiana.eduzSzindrazSzscheme-repositoryzSzdoczSzpropzSzblume-mod.pdf/blume94separate.pdf
(Postscript) A paper by Matthias Blume (1997) which presents an outline of a module system for Scheme to solve several problems encountered with contemporary implementations.
Category:   Main\Computers\Programming\Languages\Lisp

Schools Using Scheme (Popularity: ) (Score: 10.92)
http://www.schemers.com/schools.html
A compilation of colleges, universities, and secondary schools which use Scheme in their curricula. Compiled and maintained by Ed Martin of Schemers, Inc.
Category:   Main\Computers\Programming\Languages\Lisp

Interpreter Transformations (Popularity: ) (Score: 10.91)
http://www.cs.indiana.edu/~dfried/dfried/trans/
Scheme code for Daniel P. Friedman's various transformations on interpreters he presented at the 1996 Scheme Workshop.
Category:   Main\Computers\Programming\Languages\Lisp

Infer Project (Popularity: ) (Score: 10.91)
http://www.cs.indiana.edu/~chaynes/infer.html
Statically-typed Scheme dialect, written in Infer, combines many of the best features of Scheme and ML. NSF funded.
Category:   Main\Computers\Programming\Languages\Lisp

The SU (Scheme Underground) Net package for SCSH (Popularity: ) (Score: 10.91)
http://www-pu.informatik.uni-tuebingen.de/users/sperber/software/sunet/
A collection of libraries for common internet protocols for SCSH, the Scheme Shell.
Category:   Main\Computers\Programming\Languages\Lisp

Scheme in Education (Popularity: ) (Score: 10.91)
http://www.schemers.org/Education/
A meta-resource maintained by Shriram Krishnamurthi for people interested in Scheme as a tool in education.
Category:   Main\Computers\Programming\Languages\Lisp

Scheme Meetup Day (Popularity: ) (Score: 10.88)
http://scheme.meetup.com/
Meetup with other local programmers interested in Lisp, Scheme and other functional programming languages.
Category:   Main\Computers\Programming\Languages\Lisp

Portable Antiquities Scheme (Popularity: ) (Score: 10.86)
http://www.finds.org.uk/
A government-backed scheme for the recording of finds in England and Wales. Includes a database containing information on c.9,000 archaeological finds with c.600 images.
Category:   Main\Science\Social Sciences\Archaeology\Topics

The Coffee Scheme (Popularity: ) (Score: 10.81)
http://www.coffeescheme.freeservers.com/
Funny collection of real e-mails concerning the coffee scheme in a University Department.
Category:   Main\Recreation\Humor\Personal Pages\C

Motherjones.com - The Net As Ponzi Scheme (Popularity: ) (Score: 10.81)
http://www.motherjones.com/news/feature/2000/03/fotc21.html
Article compares the internet stock boom with a Ponzi scheme.
Category:   Main\Society\Issues\Fraud\Investment

Compiling: A High-level Introduction Using Scheme (Popularity: ) (Score: 10.80)
http://www.cs.indiana.edu/~chaynes/papers/sigcse97.ps
A short paper by Christopher T. Haynes (1997) which outlines a one-semester course presenting compiler development in a number of code transformation steps using Scheme as its source language.
Category:   Main\Computers\Programming\Languages\Lisp

Schemers.org (Popularity: ) (Score: 10.80)
http://www.schemers.org/
A collection of resources for the Scheme language. The place to go to get comprehensive, up-to-date information on all aspects of Scheme: implementations, papers, and code. Maintained by the Rice Programming Languages Team, the folks behind MzScheme and ...
Category:   Main\Computers\Programming\Languages\Lisp

The Scheme Configurable (Constraints?) Window Manager (Popularity: ) (Score: 10.74)
http://scwm.sourceforge.net/
A highly configurable X Window manager written and configurable with Guile Scheme. An absolute must for any hardcore Schemer who uses X Window. Now at version 0.99.6.1 with Gnome support, a CORBA interface, a complex constraint system for pseudointelligent ...
Category:   Main\Computers\Software\Operating Systems\Graphic Subsystems

The Kaleidoscope Scheme Archive (Popularity: ) (Score: 10.72)
http://www.kaleidoscope.net/schemes/
Resources for Kaleidoscope users find the latest 3rd party schemes, tools and goodies, and join the mailing list. The one stop shop for scheme files.
Category:   Main\Computers\Software\Desktop Customization\Themes

The OU: Student Associates Scheme (Popularity: ) (Score: 10.64)
http://sa-scheme.open.ac.uk/index.cfm
A new three-year programme funded by the Teacher Training Agency (TTA) and operating in England in the shortage subjects of design & technology, geography, mathematics, modern foreign languages, music and science. Details about the scheme.
Category:   Main\Reference\Education\Colleges and Universities\Europe

TinyScheme (Popularity: ) (Score: 10.55)
http://tinyscheme.sourceforge.net/
A tiny implementation of Scheme based on MiniSCHEME. It provides almost complete coverage of R5RS Scheme. Geared towards embedded scripting use, but also functions as a standalone interpreter and extensible shell tool. Recent changes have gotten the ...
Category:   Main\Computers\Programming\Languages\Lisp

SXM, CXEMA (Popularity: ) (Score: 10.53)
http://www.malgil.com/sxm/
Portable Scheme implementation, conforms to IEEE/ANSI standard, supports all features of R5RS Report, many features of Chez Scheme and various SRFIs. Derived from XScheme: object system dropped, many changes, additions.
Category:   Main\Computers\Programming\Languages\Lisp

 
 
Home | Top | Set as Homepage | Bookmark this Page | Privacy | Contact | Submit URL
© 2003-2008, ABC-Directory.Com. All Rights Reserved