Lisp Numberp

Filter Type: All Time (0 Results) Past 24 Hours Past Week Past month Post Your Comments?

  • Contact List Found
  • Frequently Asked Questions

  • What is a gensym in lisp?

    Definitions for gensym gen·sym. The canonical form of a gensym is ‘Gnnnn’ where nnnn represents a number; any LISP hacker would recognize G0093 (for example) as a gensym. A freshly generated data structure with a gensymmed name. Gensymmed names are useful for storing or uniquely identifying crufties (see cruft).

  • How do I use the Visual LISP console?

    Console window: The Visual LISP Console window is contained inside the Visual LISP window. The window can be used to enter AutoLISP or Visual LISP commands. For example if you want to add two numbers, enter (+ 2 9.5) next to the $ sign and then press the [Enter] key. Visual LISP will return & display the results in the same window.

  • How does the Visual LISP text editor work?

    Visual LISP Text Editor provides color coding for files that are recognized by Visual LISP. Some of the files that it recognizes are LISP, DCL, SQL, and C language source files. When you enter text in the editor; Visual LISP automatically determines the color and assigns it to the text. The following table shows the default color scheme:

Related Search