Coder Social home page Coder Social logo

euslime's Introduction

euslime

Slime for Euslisp

Author

Yuki Furuta <[email protected]>

Affonso Guilherme de Campos <[email protected]>

Setup

  1. Clone packages

    mkdir euslime_dir
    cd euslime_dir/
    git clone https://github.com/Affonso-Gui/euslime.git
    git clone https://github.com/slime/slime.git
    git clone https://github.com/deadtrickster/slime-repl-ansi-color.git
  2. Install `euslime'

    sudo pip install -U -e euslime

    This enable to run euslime.

  3. Setup documentation [PROVISORY]

    Until euslisp/EusLisp#359 gets merged. Use absolute paths and ensure having a '/' in the end.

    svn checkout https://github.com/Affonso-Gui/EusLisp/branches/update-docs/doc/latex
    # Uncomment and complete the following line in `euslime/slime-util.l`:
    `(setq help::*eus-tex-dir* "/path/to/latex/")`
  4. Fix ROSINFO/ROSWARN bug on ros-kinetic [OPTIONAL]

    ROSINFO and ROSWARN messages are not displayed in ROS Kinetic. To fix this bug, install roseus from source and run the following commands on the roseus workspace:

    git clone https://github.com/ros/rosconsole
    catkin build rosconsole roseus
  5. Add script to your emacs init file

    ;; ~/.emacs.el
    (add-to-list 'load-path "/path/to/euslime_dir/slime")
    (add-to-list 'load-path "/path/to/euslime_dir/euslime")
    (add-to-list 'load-path "/path/to/euslime_dir/slime-repl-ansi-color")
    (require 'slime-autoloads)
    (require 'euslime)
    (setq inferior-lisp-program "sbcl")
    (setq inferior-euslisp-program "roseus")
    (slime-setup '(slime-fancy slime-repl-ansi-color slime-banner))
  6. Launch emacs

    Type the command:

    M-x euslime

Cheat sheet

On slime buffer
[TAB] completion
C-c C-d d describe/ help
C-c C-d a apropos
C-c C-d p apropos package
M-. look for definition
C-c [RET] macroexpansion
,quit quit session
,restart-inferior-lisp restart session
On editing buffers
C-c C-c load expression
C-c C-l load-file
On other slime buffers
q quit buffer
[RET] select option

euslime's People

Contributors

affonso-gui avatar furushchev 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.