AeroNotix / lispkit

A lisp web browser using WebKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lispkit

Build Status

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

Imgur

A lisp web browser using WebKit

Requirements

  • Linux, this is a soft-requirement as I haven't tested at all on Mac. Windows support is not on the roadmap at all.
    • Probably needs some work on cl-webkit2 to get the libraries found.
    • Probably needs some work on the underlying gtk libraries too.
    • Help wanted!
  • libwebkit2gtk
  • gtk2
  • SQLite (if you change the cookie backend, default does not require this)
  • A Common Lisp implementation (tested with SBCL so far)
  • Make

How to

make
./lispkit

Cheatsheet

Manual C-h m
Browse Url C-x C-f
Link Hints C-x F
New Tab C-x k
Next Tab C-x n
Prev Tab C-x p
Quit C-c C-x

Status

Very early work, but somewhat usable.

Some videos:

Getting Help

Join #lispkit on freenode for help

There is a mailing list for development discussions and issues reporting: lispkit-dev at googlegroups dot com

About

A lisp web browser using WebKit

License:BSD 2-Clause "Simplified" License


Languages

Language:Common Lisp 86.0%Language:Makefile 9.4%Language:Shell 4.6%