Skip to content

alexisWTD/lispkit

 
 

Repository files navigation

lispkit

![Gitter](https://badges.gitter.im/Join Chat.svg)

Imgur

A lisp browser using WebKit

Installation

Ensure you have Quicklisp available locally.

Requirements

  • libwebkitgtk
  • gtk2
  • sqlite (if you change the cookie backend, default does not require this)
  • A CL implementation (tested with SBCL so far)
cd $QUICKLISP_HOME/local-projects
git clone https://github.com/AeroNotix/cl-xkeysym.git
git clone https://github.com/AeroNotix/lispkit.git
git clone https://github.com/crategus/cl-cffi-gtk.git
git clone https://github.com/joachifm/cl-webkit
sbcl --noinform --quit --eval \
    "(ql:quickload :lispkit)"

Status

Very early work, but somewhat usable.

Some videos

Getting Help

Join #lispkit on freenode for help

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 94.2%
  • Makefile 3.8%
  • Shell 2.0%