Giter Site home page Giter Site logo

climacs's Introduction

Introduction
------------

Welcome to Climacs, a project to create a Common Lisp version of
Emacs.  In fact, this project is merely meant to replace the buffer
protocols of Goatee (the editor of McCLIM) and Portable Hemlock, in an
attempt to ultimately merge those two projects.  

Climacs contributes (or will contribute) a few important things that
are not found neither in Goatee nor in Portable Hemlock:

   * A buffer protocol with a potentially very efficient
     implementation based on flexichains;

   * An `undo' protocol that is both general and powerful and that
     works on top of the buffer protocol;

   * An implementation of the association between multi-keystroke
     gestures and commands using nested CLIM command tables;

   * The possibility of having the buffer contain arbitrary
     objects. These will be rendered by the CLIM `present' function,
     so that they become clickable in the right context;

   * Syntax highlighting in the form of incremental parsers, especially
     for Common Lisp code. 

How to contribute
-----------------

Discussion happens on the mailing lists accessible from
<URL:http://common-lisp.net/project/climacs/>; arcives are likewise
accessible.  Contributions to make the framework and the editor a
nicer environment are actively sought.

What to work on
---------------

Climacs is a full CLIM application, and should take advantage of CLIM
as much as possible, in particular for completion, presentations, etc.

It is hard to resist the temptation to re-implement functionality that
is currently in Emacs but that really belongs either in CLIM or in
separate CLIM applications.  In particular, we are NOT interested in:

   * Mail and News readers (see mel and Hermes)

   * A debugger (see the debugger pane of McCLIM)

   * An inspector (see the inspector pane of McCLIM)

   * Dired, Bufed, Shell mode, Calendar and other functionality that
     is best done as a CLIM pane or a separate CLIM application

We ARE however interested in the following items:

   * A grammar checker based on an incremental parser for natural
     languages

   * Incremental parsers for programming languages other than Common
     Lisp

   * A kill ring (perhaps the one from Portable Hemlock will do)

   * Indentation warnings for Common Lisp

Installation
------------

To install Climacs, see the INSTALL file.

climacs's People

Contributors

quek avatar mmontone avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.