aquamacs
Aquamacs Emacs 1.8rc1
Text and code editor based on Emacs. more>>
Aquamacs Emacs 1.8rc1 provides users with a Mac-like distribution of the powerful Emacs text editor. It looks and behaves like a Mac program - even though it's still GNU Emacs with all the extensibility that millions have come to appreciate.
Emacs is a text editor of legendary power and configurability, but it also has an enormously complex interface. Aquamacs tames the Emacs tiger: you get Apple shortcuts (in addition to the Emacs ones), nice fonts, one file per window (if wanted), international input methods, Apple Help manuals and more. Aquamacs comes with a range of modes for various markup and programming languages: HTML, C/C , Java, Python, Perl, AppleScript, Tcl, XML, R (S)... These modes have extra functions for the languages, including excellent syntax highlighting. You can even use Aquamacs to read news and e-mail, just like any Emacs.
License:Freeware
License:Freeware
Aquamacs Emacs 2.0preview2
Aquamacs Emacs is a very flexible and effective Mac-like distribution of the powerful Emacs text editor which looks and behaves like a Mac program - even though its still GNU Emacs with all the extensibility that millions have come to appreciate. more>>
Aquamacs Emacs 2.0preview2 is a very flexible and effective Mac-like distribution of the powerful Emacs text editor which looks and behaves like a Mac program - even though it's still GNU Emacs with all the extensibility that millions have come to appreciate.
Emacs is a text editor of legendary power and configurability, but it also has an enormously complex interface. Aquamacs tames the Emacs tiger: you get Apple shortcuts (in addition to the Emacs ones), nice fonts, one file per window (if wanted), international input methods, Apple Help manuals and more.
Aquamacs comes with a range of modes for various markup and programming languages: HTML, C/C, Java, Python, Perl, AppleScript, Tcl, XML, R (S)... These modes have extra functions for the languages, including excellent syntax highlighting. You can even use Aquamacs to read news and e-mail, just like any Emacs.
Aquamacs Emacs 2.0preview1
Aquamacs Emacs is considered as a simple and easy to use Mac-like distribution of the powerful Emacs text editor. more>>
Aquamacs Emacs 2.0preview1 is considered as a simple and easy to use Mac-like distribution of the powerful Emacs text editor. It looks and behaves like a Mac program - even though it's still GNU Emacs with all the extensibility that millions have come to appreciate.
Emacs is a text editor of legendary power and configurability, but it also has an enormously complex interface. Aquamacs tames the Emacs tiger: you get Apple shortcuts (in addition to the Emacs ones), nice fonts, one file per window (if wanted), international input methods, Apple Help manuals and more.
Aquamacs comes with a range of modes for various markup and programming languages: HTML, C/C , Java, Python, Perl, AppleScript, Tcl, XML, R (S)... These modes have extra functions for the languages, including excellent syntax highlighting. You can even use Aquamacs to read news and e-mail, just like any Emacs.
Aquamacs Emacs 2.0preview3
Aquamacs Emacs 2.0preview3 is designed to be a useful and familiar Mac-like distribution of the powerful Emacs text editor. more>> <<less
Enhanced Carbon Emacs Plugin 1.1
Enhanced Carbon Emacs Plugin - a universal enhancement plugin for arbitrary (unix, carbon, or aqua) emacs distributions more>>
Enhanced Carbon Emacs is a tool that includes a fully customisable LaTeX editing environment based on AucTeX, RefTeX, Preview and other packages. Basically, ECE is a convenient way to properly install a large number of pre-configured useful packages for LaTeX users, which includes a hack of AUCTeX, that allows to have a more intuitive handling of the "view" command in a macintosh context (in particular, for non-pdftex users willing to preview in pdf).
From emacs, you can launch directly any latex process or any mac application on files or regions you are working on.
Enhanced Carbon Emacs (ECE) plugin 1.1
Enhanced Carbon Emacs (ECE) plugin is created to be an innovative plugin for arbitrary (unix, carbon, or aqua) emacs distributions (such as Yaced, Aquamacs, CarbonEmacs Tiger, or the native darwin emacs in /usr/bin/emacs). more>>
Enhanced Carbon Emacs (ECE) plugin 1.1 is created to be an innovative plugin for arbitrary (unix, carbon, or aqua) emacs distributions (such as Yaced, Aquamacs, CarbonEmacs Tiger, or the native darwin emacs in /usr/bin/emacs). This includes a fully customisable LaTeX editing environment based on AucTeX, RefTeX, Preview and other packages.
Basically, ECE is a convenient way to properly install a large number of pre-configured useful packages for LaTeX users, which includes a hack of AUCTeX, that allows to have a more intuitive handling of the "view" command in a macintosh context (in particular, for non-pdftex users willing to preview in pdf), and to use simpdftex and dvipdfmx in a seamless way. From emacs, you can launch directly any latex process or any mac application on files or regions you are working on.
Requirements: Any emacs already installed
The Mozart Programming System 1.4.0.20080702
Free programming system based on the OZ language more>>
Mozart has an interactive incremental development environment and a production-quality implementation for Unix and Windows platforms. Mozart is the fruit of an ongoing research collaboration by the Mozart Consortium.
Mozart is based on the Oz language, which supports declarative programming, object-oriented programming, constraint programming, and concurrency as part of a coherent whole.
For distribution, Mozart provides a true network transparent implementation with support for network awareness, openness, and fault tolerance. Mozart supports multi-core programming with its network transparent distribution and is an ideal platform for both general-purpose distributed applications as well as for hard problems requiring sophisticated optimization and inferencing abilities.
Mozart was used to developed many applications including multi-agent systems, digital assistants and sophisticated collaborative tools, as well as applications in natural language understanding and knowledge representation, in scheduling and time-tabling,
Major Features:
- Programming:
- Oz is a concurrent object-oriented language. In a first approach, Oz can be programmed in a very similar way to other such languages, like Java. With experience gained, programs tend to become simpler, for example, as they use the powerful concepts of dataflow execution and first-class procedures.
- Oz is an eminently concurrent language. The Mozart system implements ultralightweight threads with preemptive fair scheduling. It easily supports applications with many thousands of threads. Dataflow synchronization is achieved transparently through logic variables.
- Multi-Paradigm Programming: Unlike most other programming languages which lock you into a single programming paradigm, Oz unifies into one simple and coherent framework the functional, object-oriented, and logic flavors of programming. This is possible due to the very general and powerful underlying paradigm of concurrent constraint programming.
- Inferencing:
- Oz is a powerful constraint language with logic variables, finite domains, finite sets, rational trees and record constraints. The system is competitive in performance with state-of-the-art commercial solutions, but is much more expressive and flexible, providing first-class computation spaces, programmable search strategies, a GUI for the interactive exploration of search trees, parallel search engines exploiting computer networks, and a programming interface to implement new and efficient constraint systems.
- Logic Programming: Oz goes beyond Horn-clauses to provide a unique and flexible approach to logic programming. Oz distinguishes between directed and undirected styles of declarative logic programming. For both, Oz lets you specify a programs logical semantics separately from its resolution strategy. Powerful tools and libraries are provided built on the concepts of first-class computation spaces and determinacy-driven disjunctions. Together with distribution, this makes Mozart an ideal platform for both intelligent multi-agent systems and parallel search.
- Distribution:
- Open Distributed Computing: The Mozart system is an ideal platform for open distributed computing: it makes the network completely transparent. The illusion of a common store is extended across multiple sites and automatically supported by very efficient protocols. In addition, full control is retained over network communication patterns, permitting very efficient use of network resources. Furthermore, reliable, fault tolerant applications can easily be developed.
- Distributed Component-Based Programming: Mozart provides first-class software component specifications (called functors) and software components (called modules). The module system facilitates application development and deployment. Both component specifications and components can be transparently referenced through URLs, absolute and relative, and loaded by need. Flexible security policies are implemented by module managers.
- Mobile Agents: With its dynamic component technology, open computing support, and full-featured implementation, Mozart is an ideal platform for serious programming with mobile agents. A computation can create new computations dynamically. Computations can roam the shared Mozart space at will. Each site has full control over what resources it makes available to incoming computations.
- Separation of Concerns (Aspects): The Mozart system separates the concerns of application functionality, distribution structure, fault tolerance, and openness (application connectivity). The separation is almost perfect for the first two concerns and quite good for the last two. In the context of aspect-oriented programming, this can be seen as a ``vertical approach, where a few aspects are treated in depth, versus the ``horizontal approach of tools like AspectJ, which provide primitives for handling many aspects.
- Platform Issues:
- Cross-Platform Compatibility: Like Java, Oz is `write once, run everywhere and provides automatic local and distributed garbage collection. The Oz virtual machine is portable and known to run on most flavors of Unix as well as on Windows.
- GUI Programming: The Mozart system comes with an object-oriented library that provides a high-level well integrated interface to Tcl/Tk. This is supplemented with QTk, a tool that supports a mixed declarative/procedural approach to user interface design. This needs only a fraction of the code of standard procedural approaches and is particularly well-suited for building context-sensitive interfaces.
- Native Extension Modules: The Mozart system was designed to be easily extended with new native functionality packaged as DLLs. Comprehensive support is provided for the convenient creation of DLLs. Thus, the Mozart system is not only aggressively open, but also an ideal very high-level glue language.
Requirements: Aquamacs Emacs
- Page: 1 of 1
- 1