11 projects tagged "Windows"
MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best suited to programming large applications with a rapid development cycle. Recent versions of the system are supported on the following platforms: GNU/Linux, *BSD, OS/2, and Windows.
sr-convert is a sample-rate conversion utility for WAV files. It supports a wide variety of sampling rates and can convert from any of the supported rates to any other. It runs under either x86 Linux or Windows and uses SSE instructions if they are available. Great pains have been taken to make sure that the sound quality of the conversion is excellent.
MzVim is the Vim editor with an embedded MzScheme interpreter. MzScheme is a lightweight, embeddable, scripting-friendly PLT Scheme implementation. It provides full access to Vim commands and registers, and to VimL built-in variables and functions, so there is no need to execute Vim statements in string literal form. It also features OS-independent threads and an event-handling mechanism which allows Scheme to be used for autocommands, keyboard mappings, and menus.
Sizzle is a Scheme interpreter for embedding into C applications and for standalone scripting. It implements a nearly complete subset of R5RS Scheme, adding a lot of primitives for U*ix scripting, regular expression searching, a simple module system, dynamic library linking, powerful string processing procedures, and much more. It includes a user's guide and an embedding manual in texinfo format, some examples, the embedding library, and a standalone interpreter for interactive use and scripting.