-
clips-mode __emacs코딩Coding/Lisp❤️(programming language) 2022. 9. 3. 00:19728x90
There are 5 steps necessary to utilize clips-mode:
1. Install the package clips-mode preferrably via ELPA or Cask.
2. Require it: (require 'clips-mode)
3. Decide whether you want to use a natively compiled CLIPS executable or
the CLIPSJNI version that runs on a Java Virtual Machine (JVM).
4. If you are using a native version, then configure the program name
like this: (setq inferior-clips-program "clips")
5. If you are using the JVM version, then configure which JVM to use like
this: (setq inferior-clips-vm "java") and then configure a function
which returns a list of strings that are passed as arguments to the
previously specified JVM that result in the CLIPJNI shell being executed.
6. Read inf-clips.el to see the keybindings for executing CLIPS commands in
the CLIPS shell.
[back]반응형'코딩Coding > Lisp❤️(programming language)' 카테고리의 다른 글
Common Lisp Vid , sly, quicklisp, (0) 2022.09.05 Macro Baringer's SLIME Tutorials (0) 2022.09.04 cLisp 나가는 법exit, quit (0) 2022.09.04 Common Lisp Study Group: Application Development (0) 2022.09.04 Common Lisp Tutorials- 1; Coin Toss❤️ (0) 2022.08.24 Scripting with LISP | Gavin Freeborn (0) 2022.08.22 LEARN EMACS LISP❤️ - Mostly The Strange Parts (0) 2022.08.21 Why Lisp❤️Is One Of The Most Productive Programming Languages (0) 2022.08.21