Skip to content

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.

License

Notifications You must be signed in to change notification settings

s-clerc/slyblime

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b9e633 · Jul 30, 2020
Jul 20, 2020
Jul 29, 2020
Apr 4, 2020
Jul 29, 2020
Jul 29, 2020
Mar 16, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jun 4, 2020
Jul 30, 2020
Jul 29, 2020
Jul 30, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 10, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
Jul 29, 2020
May 13, 2020
Jul 29, 2020
Jul 14, 2020
Jul 20, 2020
Jul 10, 2020
Jul 21, 2020
Jul 29, 2020
Jul 29, 2020
Jul 22, 2020
Jul 29, 2020

Repository files navigation

      ___           ___       ___           ___           ___                   ___           ___     
     /\  \         /\__\     |\__\         /\  \         /\__\      ___        /\__\         /\  \    
    /::\  \       /:/  /     |:|  |       /::\  \       /:/  /     /\  \      /::|  |       /::\  \   
   /:/\ \  \     /:/  /      |:|  |      /:/\:\  \     /:/  /      \:\  \    /:|:|  |      /:/\:\  \  
  _\:\~\ \  \   /:/  /       |:|__|__   /::\~\:\__\   /:/  /       /::\__\  /:/|:|__|__   /::\~\:\  \ 
 /\ \:\ \ \__\ /:/__/        /::::\__\ /:/\:\ \:|__| /:/__/     __/:/\/__/ /:/ |::::\__\ /:/\:\ \:\__\
 \:\ \:\ \/__/ \:\  \       /:/~~/~    \:\~\:\/:/  / \:\  \    /\/:/  /    \/__/~~/:/  / \:\~\:\ \/__/
  \:\ \:\__\    \:\  \     /:/  /       \:\ \::/  /   \:\  \   \::/__/           /:/  /   \:\ \:\__\  
   \:\/:/  /     \:\  \    \/__/         \:\/:/  /     \:\  \   \:\__\          /:/  /     \:\ \/__/  
    \::/  /       \:\__\                  \::/__/       \:\__\   \/__/         /:/  /       \:\__\    
     \/__/         \/__/                   ~~            \/__/                 \/__/         \/__/    

ko-fi

Slyblime is Sylvester the Cat's Common Lisp IDE for Sublime Text 4:

Slyblime is an implementation of SLY and uses the same backend (SLYNK).

Currently it includes:

  • REPL integration including backtracking
  • Autocomplete and documentation
  • References, disassembly, macroexpansion etc.
  • Inspection support
  • Tracing support
  • Compilation support with notes
  • Multiple connexions
  • Debugger including stack frame inspection

The main features missing are the ability to open a Lisp process directly from the editor and stickers.

As a workaround, you can run Sly: Path to bundled copy of Slynk and then lisp --load path that was pasted to the clipboard in the terminal to quickly start a lisp process on the default port.

Usage

To connect to a Slynk instance run Sly: Connect to slynk using the command palette. Make sure to use the included Lisp+ syntax for all the features to work correctly.

Installation

First install SublimeREPL. Either download the file and unzip it in ST's packages folder or just use Package Control to install it. [not avaliable just yet]

Copying

See COPYING.md

Contributing

Open an issue or a pull request.