Coder Social home page Coder Social logo

common-lisp-sly's Introduction

Common Lisp Sly layer

   _____    __   __  __
  / ___/   / /   \ \/ /               |\      _,,,---,,_
  \__ \   / /     \  /                /,`.-'`'    -.  ;-;;,_
 ___/ /  / /___   / /                |,4-  ) )-,_..;\ (  `'-'
/____/  /_____/  /_/                '---''(_/--'  `-'\_)

Table of Contents

Description

This layer provides support for Common Lisp to Spacemacs using Sly. This layer should be used instead of the common-lisp layer if you want to use Sly – a more featureful Common Lisp environment.

Features

  • Syntax highlighting
  • Fuzzy auto-completion using company
  • REPL and introspection support via Sly
  • Support for specific Lisp navigation styles via common-lisp-mode
  • Support for the SBCL backend or any other Common Lisp implementation
  • Ability to save a layout with a REPL and have it restored the next time that layout is loaded
  • Multiple REPL connections for the same or different Common Lisp images
  • REPLs have full ANSI color code support via sly-repl-ansi-color
  • Stickers, a more advanced, non-intrusive alternative to print debugging, and a means for live code annotation.

Layer Installation

If you have previously installed SLIME in any other way, it is recommended that you uninstall it before proceeding. You should clean up any configuration files tied to SLIME that are left behind as well.

To use this configuration layer, add it to your ~/.spacemacs. You will need to add common-lisp-sly to the existing dotspacemacs-configuration-layers list in this file.

This layer defaults to using SBCL. If you want to use a different implementation of Common Lisp, you can specify it in your ~/.spacemacs:

(defun dotspacemacs/user-config ()
  (setq inferior-lisp-program "/path/to/your/lisp"))

Structurally Safe Editing

This layer adds support for evil-cleverparens which allows safe editing of lisp code by keeping the s-expressions balanced.

By default this mode is not activated. You can turn it on locally on the active buffer with SPC m T s (s for safe).

To turn it on automatically for all common-lisp buffers call the following function in your dotspacemacs/user-config function:

(spacemacs/toggle-evil-safe-lisp-structural-editing-on-register-hook-common-lisp-mode)

or to enable it for all supported modes:

(spacemacs/toggle-evil-safe-lisp-structural-editing-on-register-hooks)

When enabled, the symbol 🆂 should be displayed in the mode line.

Key Bindings

Working with Lisp files (slurpage, barfage, and more)

Spacemacs comes with a special lisp-state for working with Lisp code that supports slurpage, barfage and more tools you’ll likely want when working with Lisp.

As this state works the same for all files, the documentation is in global DOCUMENTATION.org. In general, use SPC k to interact with lisp-state.

Help

Key BindingDescription
SPC m h aApropos - search for any symbol matching input (prompted)
SPC m h bShow who binds the global variable at point
SPC m h dShow disassembly of symbol at point
SPC m h hDescribe symbol at point
SPC m h HLookup symbol at point in the Common Lisp HyperSpec
SPC m h mShow the usages of macro at point
SPC m h pBrowse package’s exported symbols
SPC m h rShow who refers to the global variable at point
SPC m h sShow all methods specialized on class symbol at point
SPC m h SShow who sets the global variable at point
SPC m h <Show who calls the function symbol at point
SPC m h >Show all functions called by function symbol at point

Compilation

Key BindingDescription
SPC m c cCompile file
SPC m c CCompile and load file
SPC m c fCompile function
SPC m c lLoad file
SPC m c nRemove compilation notes
SPC m c rCompile region

Evaluation

Key BindingDescription
SPC m e bEvaluate buffer
SPC m e eEvaluate last s-expression
SPC m e EEvaluate last s-expression and print result as a comment
SPC m e fEvaluate top-level function s-expression
SPC m e FUndefine the function at point
SPC m e rEvaluate region

Navigation

Key BindingDescription
SPC m gEnter the navigation transient state

Macro-expansion

Key BindingDescription
SPC m m eMacro-expand the form at point once
SPC m m EMacro-expand the form at point completely
SPC m m sEnter the macrostep transient state

REPL

Key BindingDescription
SPC m s cClear the REPL
SPC m s iStart a new Common Lisp image
SPC m s IChoose a new Common Lisp implementation and start a new image
SPC m s qQuit the REPL, terminating the Common Lisp image
SPC m s rRestart the Common Lisp image associated with the current REPL
SPC m s sSync the REPL with the current file buffer’s package and directory

Stickers

Key BindingDescription
SPC m S bToggle breaking stickers, to have debugger come up when sticker is reached during execution
SPC m S cClear all stickers for function at point
SPC m S CClear all stickers for buffer
SPC m S fFetch recordings for sticker at point
SPC m S rCycle through the recordings of all stickers
SPC m S sAdd or remove (if one already exists) sticker at point

Tracing

Key BindingDescription
SPC m t tToggle trace
SPC m t TToggle fancy trace
SPC m t uUntrace all

common-lisp-sly's People

Contributors

mfiano avatar

Watchers

 avatar

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.