Coder Social home page Coder Social logo

ebrasca / sicl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robert-strandh/sicl

1.0 0.0 0.0 18.89 MB

A fresh implementation of Common Lisp

License: Other

Common Lisp 58.85% NewLisp 0.12% C 0.01% Makefile 0.37% TeX 40.32% Shell 0.17% Gnuplot 0.01% HTML 0.16%

sicl's Introduction

SICL: A new Common Lisp Implementation

This is the main source code repository for SICL. It contains the compiler, standard library, and documentation.

What is SICL?

SICL is a new implementation of Common Lisp. It is intentionally divided into many implementation-independent modules that are written in a totally or near-totally portable way, so as to allow other implementations to incorporate these modules from SICL, rather than having to maintain their own, perhaps implementation-specific versions.

Quick Start

  1. Make sure you have installed the dependencies:

The bash script get-dependencies.sh will do this work for you.

  1. Clone the source with git:

    $ git clone https://github.com/robert-strandh/SICL
    $ cd SICL
    
  2. Make sure the top-level directory can be found by ASDF.

  3. Compile the boot system as follows:

    (asdf:load-system :sicl-boot)
  4. Change the package for convenience:

    (in-package #:sicl-boot)
  5. Create an instance of the BOOT class:

    (defparameter *b* (boot))

    Bootstrapping may take a few minutes.

  6. Start a REPL:

    (repl *e5*)

Documentation

Check the Documentation directory for more information.

Getting Help and Contributing

The SICL community members are usually on various IRC channels. There is now a dedicated channel called #sicl, but discussion can also be found on #lisp, #clasp, and #clim.

Keep up on SICL by reading the IRC logs

If you want to contribute SICL, please read CONTRIBUTING.md.

License

SICL is primarily distributed under the terms of the BSD license.

See LICENSE-BSD for more details.

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.