About 3,440,000 results
Open links in new tab
  1. Windows Scheme/Lisp Implementation - Stack Overflow

    With the thousands of implementations of LISP and Scheme available I'm having a very hard time finding just the right one to use for Windows development. I learned these languages in school and fo...

  2. How do I get a common-lisp GUI in Windows? - Stack Overflow

    Aug 6, 2014 · It is a different dialect of LISP than the Common-Lisp I was using, but seems to have a lot of community support, and integrates with my Windows installation of Emacs either through SLIME …

  3. windows - How can I simply "run" lisp files - Stack Overflow

    Feb 20, 2014 · Python When I learned Python I installed it on windows with a nice gui installer and all .py files would automatically run in python, from the command line or explorer. I found this very intuitiv...

  4. How to start programming with SLIME and Steel Bank Common Lisp on ...

    Apr 20, 2017 · Although it took quite some time to figure everything out, I was able to successfully install Steel Bank Common Lisp (SBCL), GNU Emacs, and SLIME onto a Windows 7 64-bit system.

  5. GNU Guile Scheme on Windows - Stack Overflow

    Jan 7, 2024 · I want to install the gnu guile scheme on Windows. However, I am lost. There isn't a clear guide on how to do that. Most of the methods I found are for macOS, FreeBSD and Linux-based OS …

  6. Compiling Common Lisp to an executable - Stack Overflow

    Nov 25, 2014 · I recently started learning Common Lisp using SBCL. How can I compile my Lisp programs into a Windows binary?

  7. loading slime on windows emacs - Stack Overflow

    May 15, 2014 · What is the correct syntax for Windows paths containing spaces? Edit: not an answer for the original question but related: one has to add (slime-setup '(slime-repl)) to .emacs in order to start …

  8. How to determine operating system in elisp? - Stack Overflow

    Nov 30, 2009 · How do I programmatically determine which OS Emacs is running under in ELisp? I would like to run different code in .emacs depending on the OS.

  9. common lisp - Making Emacs/Slime/Quicklisp/SBCL work in Windows

    Feb 15, 2016 · I'm using the above combination in Windows 7.0 for several months now. Unfortunately a collegue advised me to install the slime-helper.el into emacs, with the result: Emacs Slime doesn't …

  10. Running a Common Lisp function from a Terminal command prompt

    Nov 30, 2013 · The following is a paste from the first google result: CLISP If you're using the CLISP Common Lisp environment, the following applies. To compile a program named test.lisp program into …