Code Monkey home page Code Monkey logo

init_lisp_with_slimv's Introduction

init_lisp_with_slimv

my note of Common Lisp

I started learn Common Lisp with slimv. I studyed tutorial of slimv.

below Tutorial was done.

Tutorial Part1

Tutorial Part2

Tutorial Part3

I will study next 'roswell'.

I learned things in the tutorials.

  • ,c -> swank-server start up.
  • ,e -> eval s-expression on cursor.
  • ,s -> print describe message in vim on cursor function, synbol, and so on.
  • ,h -> open clhs page in brouser on cursor function and etc...
  • ,d -> define some function on cursor.
  • ,W or ,w -> insert '(' before/outer cursor, and pair of ')'.
  • ,S -> delete '(' on the cursor, and their pair of ')'.
  • ,O -> split s-expression before cursor and after cursor.
  • ,J -> join s-expression before cursor and after cursor.
  • ,I -> Raise subforms to delete upforms. danger!
  • ,<[>] -> move parens
  • ,D -> compile defun.
  • ,d -> compile defun and eval the function.
  • ,F -> compile whole the file.
  • ,L -> compile and Load whole the file.
  • "up" -> press "up" key in Insert-mode in REPL buffer evaluate latest command.
  • ,a -> Abort in Debugger.
  • ,q -> Quit in Debugger.
  • ,n -> contiNue restart in Debugger.
  • ,1 -> examine its macroexpansion.
  • ,i -> inspect package? or other object?
  • ,t -> toggle trace/untrace.
  • ,T -> Untrace all function.
  • ,xl -> List called function.
  • ,xe -> List callees function.

init_lisp_with_slimv's People

Contributors

miyataka avatar

Watchers

 avatar  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.