I want to generate a technical report from lisp (AllegroCL in my case) and I studied various packages/project to help me do this.
(define (script-fu-create-camo image colA colB)) (script-fu-register \"script-fu-create-camo\" \"Camoflauge\"
At t开发者_JAVA技巧he top of my elisp module, I want to do something as simple as: (message (concat \"Loading \" (expand-file-name (current-elisp-module) \".\")))
As a non-lisper coming to clojure how should I best understand the naming convention where vars get a name like *var-name*?
I installed a new version of emacs (new for me). I didn\'t want to overwrite the stock copy so I put it in a group-readable directory ~admin/sw. I point my $PATH there and I\'m able to pick it up, but
I am currently reading \'The Little Sche开发者_高级运维mer\' and I need a way to test out the Scheme examples in the book on my Windows machine.
Is there a way to make a list that holds functions? What I\'m trying to do is, make a list of some arithmetic operators(+ - * /) so I can easily manipulate their order and apply them to a list of numb
I am trying to write an Expert System from scratch. I am a beginner at this and need some h开发者_如何学Goelp with my project.
I have decided to write a small interpreter as my 开发者_JAVA技巧next project, in Ruby. What knowledge/skills will I need to have to be successful?
My firm has been hit by an AutoCAD virus that is deleting and replacing our acaddoc.lsp with the routine below.