all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: help-gnu-emacs@gnu.org
Subject: Re: SLIME and SBCL (Common Lisp)
Date: Tue, 6 Jul 2021 23:31:49 +0300	[thread overview]
Message-ID: <YOS9tSv7zyNuwTmL@protected.localdomain> (raw)
In-Reply-To: <87y2ak6iqr.fsf@zoho.eu>

* Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> [2021-07-06 09:49]:
> > SBCL does not have a readline.
> 
> A readline, you mean like in C?

Readline is GNU library where it remembers history and offers line
editing capabilities.

CLISP has readline built-in, that helps 10 times more to use the REPL easier
(without Emacs). SBCL does not have it, it asks for so much typing
without Emacs. CLISP not, as it has readline. Maybe you never tried
using CLISP from console only. 

I have been developing Lisp programs in REPL only, without editor. And
I was very reluctant to use Emacs. Today I still go to REPL often and
use its features, but I use Emacs mostly. 

How I was doing it? I would define functions. If function was good, I
would save it. There was and is, a function to save other
functions. Then I could invoke editor from within REPL. I can invoke
any type of editor, save file, load file. That is process in REPL. It
is quite a nice way of developing. People who are not used to it will
of course suggest Emacs and other way around.

> > Yesterday I was supposed to write a general Double Opt-In
> > program in Common Lisp but I wrote it in Emacs Lisp. I guess
> > I will have to rewrite it in Common Lisp, then I will do the
> > same in Chicken, Dr. Racket, Scheme and Perl, then maybe
> > other languages to add.
> 
> A lot of schemes you have, why write the same program in
> several languages?

Some VPS-es are different from others, distributions are different. It
is not always easy to have some language on every remote server. On
the other hand it helps great to do it in few dialects as it it
research on what will work best.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



      reply	other threads:[~2021-07-06 20:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-27  6:05 SLIME and SBCL (Common Lisp) Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-27 13:15 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-27 14:16   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-27 18:14     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-28  6:41 ` Jean Louis
2021-06-28 10:30   ` Arthur Miller
2021-06-28 14:03     ` Jean Louis
2021-07-06  6:50       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-06  6:49     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-06  6:47   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-06 20:31     ` Jean Louis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YOS9tSv7zyNuwTmL@protected.localdomain \
    --to=bugs@gnu.support \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.