Projects tagged ‘clisp’


[12 total ]

78 Users
   

SLIME is a new Emacs mode for Common Lisp development. Inspired by existing systems such Emacs Lisp and ILISP, we are working to create a fresh new environment for hacking Common Lisp in. SLIME ... [More] extends Emacs with new support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor-mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on. The slime-mode programming environment follows the example of Emacs's native Emacs Lisp environment. We have also included good ideas from similar systems (such as ILISP) and some new ideas of our own. SLIME is constructed from two parts: a user-interface written in Emacs Lisp, and a supporting server program written in Common Lisp. The two sides are connected together with a socket and communicate using an RPC-like protocol. The Lisp server is primarily written in portable Common Lisp. The required implementation-specific functionality is specified by a well-defined interface and implemented separately for each Lisp implementation. This makes SLIME readily portable. [Less]
Created over 2 years ago.

36 Users
   

GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, arbitrary precision floats, and foreign language interface which runs on most UNIXes and Win32.
Created over 3 years ago.

1 Users

Graphic-Forms is a Common Lisp library for Windows® GUI programming.
Created over 2 years ago.

1 Users

GBBopen is an open source AI blackboard-system framework. Multi-dimensional abstraction of the blackboard repository (“spaces”), blackboard objects, and proximity-based retrieval patterns are ... [More] used to provide a semantically meaningful separation of repository indexing and retrieval mechanisms from knowledge source (KS) and control code. This separation allows storage and search strategies to change dynamically as well as to be adapted easily to a broad range of application areas. GBBopen also provides highly efficient and extensible event primitives that form the foundation for fast and flexible opportunistic-control reasoning. [Less]
Created about 1 year ago.

0 Users

it isa programming language like Lisp and Forth writted in C++ and CLisp
Created 5 months ago.

0 Users

Documentation in Test Form
Created 5 months ago.

0 Users

eCLISPはeRubyのように、HTMLにCLISPのコードを埋め込み、Webサイトのテンプレート等に使用できるようにするライブラリです。HTMLだけでなく、CLISPが認識 ... [More] きるテキストファイルであれば対象となります。 <# と #> の内側をCLISPの式として認識します。詳細はfirst_stepをご覧下さい。 Sample <#- (dotimes (n 10) -#> <#= (* n 2) #> <#- ) -#> ↓ Sample 0 2 4 6 8 10 12 14 16 18 [Less]
Created 11 months ago.

0 Users

Translates some faomous clisp books for Chinese clisp programmer.
Created 11 months ago.

0 Users

Deep refactoring of Cusp plugin.
Created 11 months ago.

0 Users

clisp-sqlite is a simple interface to the sqlite library using the clisp FFI. It offers a raw interface directly to the C functions in the package SQLITE.RAW, as well as a more civilized and lispy interface in SQLITE.
Created about 1 year ago.