Languages
- 3061
- Hasug Flash
- Hartford, CT area SAS user group dedicated to sharing information and quarterly meetings with interested SAS users from Mass, CT and NY.
- 3062
- PhilaSUG
- Philadelphia Area SAS Users Group non-profit professional organization whose primary purpose is to provide a forum for the exchange of ideas, increased knowledge of SAS software, and professional advancement.
- 3064
- South-Central Regional SAS Users' Group (SCSUG)
- This is the official web site of the South-Central SAS Users' Group, Inc. SCSUG serves users of SAS System software in Texas, Oklahoma, Louisiana, Arkansas, and New Mexico.
- 3066
- Better Scheme
- Language designed and largely implemented, now a matter of coding, documenting. Goals: high consistency; improve language's functional nature; consistency with lambda calculus; optimize, but not at cost of other goals.
- 3067
- Bigloo
- 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]
- 3068
- CMU AI Repository Free/Shareware Scheme Implementations
- Yet more Scheme implementations from the CMU AI Repository. Many of these are also available from the Indiana University Scheme Repository.
- 3069
- Chez Scheme
- Reliable, high performance implementation, by Cadence Research Systems. Free version exists. [Commercial]
- 3070
- Elk Scheme: The Extension Language Kit
- New site. Embeddable, reusable extension language subsystem for programs coded in C/C++, also a useful standalone Scheme implementation with interfaces to POSIX, Unix, X11.
- 3071
- Elk: Scheme-based Extension Language Kit
- Old site, last update 1997. Embeddable, reusable extension language subsystem for applications written in C/C++, also a useful standalone Scheme implementation with interfaces to POSIX, Unix, X11.
- 3073
- Gambit
- A portable, high-performance implementation of Scheme based on an optimizing compiler by Marc Feeley. Developed at University of Montreal.
- 3074
- Gauche
- An R5RS Scheme implementation developed to be a handy script interpreter. Quick startup, built-in system interface, native multilingual support. [Open source, BSD license]
- 3075
- Inlab Scheme
- A commercial Scheme which is freely available for non-commercial use on Linux and FreeBSD. It has support for several features like bitmap/greymap processing and can be used as a general tool for image processing, OCR or specialized optical object and pattern recognition.
- 3076
- Kali Scheme
- A distributed implementation of Scheme that permits efficient transmission of higher-order objects such as closures and continuations.
- 3077
- Larceny Project
- Simple, efficient Scheme run-time system, for SPARC architecture. Petit Larceny is portable and emits C, for Linux (Intel IA32), Macintosh OS X (PowerPC), Solaris (SPARC), Windows. Common Larceny runs on Microsoft Common Language Runtime (CLR), emits MS IL not native or C code.
- 3078
- Oaklisp
- Object-oriented Scheme dialect with first-class types, multiple inheritance, lexically distributed method definitions. based on bytecode emulator, yet reasonably fast. Description, downloads, bibliography. [Open Source, GPL]