all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TXR Lisp vs elisp.
@ 2021-09-01  5:37 Hongyi Zhao
  2021-09-01 12:20 ` Hongyi Zhao
  0 siblings, 1 reply; 9+ messages in thread
From: Hongyi Zhao @ 2021-09-01  5:37 UTC (permalink / raw)
  To: help-gnu-emacs

I noticed the TXR Lisp from here [1]. Does anyone here have
experiences on this lisp dialect?

[1] http://nongnu.org/txr/txr-lisp.html

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: TXR Lisp vs elisp.
  2021-09-01  5:37 TXR Lisp vs elisp Hongyi Zhao
@ 2021-09-01 12:20 ` Hongyi Zhao
  2021-09-03  3:44   ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-03 17:01   ` [External] : " Drew Adams
  0 siblings, 2 replies; 9+ messages in thread
From: Hongyi Zhao @ 2021-09-01 12:20 UTC (permalink / raw)
  To: help-gnu-emacs

On Wed, Sep 1, 2021 at 1:37 PM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> I noticed the TXR Lisp from here [1]. Does anyone here have
> experiences on this lisp dialect?
>
> [1] http://nongnu.org/txr/txr-lisp.html

Based on the following description on its official website [2], this
language seems superior:

The other language in TXR is TXR Lisp. This is not an implementation
of an existing Common Lisp or Scheme, but a new dialect, which
contains many new ideas. TXR Lisp is feature-rich, and oriented toward
succinct, convenient expressivity. While staying completely true to
the Lisp heritage, it takes cues from new scripting and functional
languages.

TXR Lisp programs are shorter and clearer than those written in some
mainstream languages "du jour" like Python, Ruby, Clojure, Javascript
or Racket. If you find that this isn't the case, the TXR project wants
to hear from you; give a shout to the mailing list. If a program is
significantly clearer and shorter in another language, that is
considered a bug in TXR.

[2] http://nongnu.org/txr/index.html

Best, Hongyi



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: TXR Lisp vs elisp.
  2021-09-01 12:20 ` Hongyi Zhao
@ 2021-09-03  3:44   ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-03  3:49     ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-03 17:01   ` [External] : " Drew Adams
  1 sibling, 1 reply; 9+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-09-03  3:44 UTC (permalink / raw)
  To: help-gnu-emacs

Hongyi Zhao wrote:

> Based on the following description on its official website
> ... this language seems superior ...
> http://nongnu.org/txr/index.html

Thank you, I didn't hear of TXR. It isn't in the Debian repos
which isn't a good sign but maybe it is the exception that
confirms the rule. I hope to try it out sometime. It is
from 2009.

Here are some example of TXR in use:

  http://nongnu.org/txr/rosetta-solutions-main.html

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: TXR Lisp vs elisp.
  2021-09-03  3:44   ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-09-03  3:49     ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; 9+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-09-03  3:49 UTC (permalink / raw)
  To: help-gnu-emacs

> [TXR Lisp] isn't in the Debian repos which isn't a good sign
> but maybe it is the exception that confirms the rule.

It gets worse, it doesn't even have a page on Wikipedia!

So don't follow this link:

  https://en.wikipedia.org/wiki/TXR_(programming_language)

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [External] : Re: TXR Lisp vs elisp.
  2021-09-01 12:20 ` Hongyi Zhao
  2021-09-03  3:44   ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-09-03 17:01   ` Drew Adams
  2021-09-04 10:56     ` Wayne Harris via Users list for the GNU Emacs text editor
  1 sibling, 1 reply; 9+ messages in thread
From: Drew Adams @ 2021-09-03 17:01 UTC (permalink / raw)
  To: Hongyi Zhao, help-gnu-emacs

TXR looks interesting.  Thx.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [External] : Re: TXR Lisp vs elisp.
  2021-09-03 17:01   ` [External] : " Drew Adams
@ 2021-09-04 10:56     ` Wayne Harris via Users list for the GNU Emacs text editor
  2021-09-04 13:46       ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 9+ messages in thread
From: Wayne Harris via Users list for the GNU Emacs text editor @ 2021-09-04 10:56 UTC (permalink / raw)
  To: help-gnu-emacs

Drew Adams <drew.adams@oracle.com> writes:

> TXR looks interesting.  Thx.

FWIW, that's Kaz Kylheku's.  You can probably find him at
comp.unix.programmer or comp.lang.lisp.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [External] : Re: TXR Lisp vs elisp.
  2021-09-04 10:56     ` Wayne Harris via Users list for the GNU Emacs text editor
@ 2021-09-04 13:46       ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-04 13:56         ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-04 15:11         ` Wayne Harris via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 9+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-09-04 13:46 UTC (permalink / raw)
  To: help-gnu-emacs

Wayne Harris via Users list for the GNU Emacs text editor wrote:

>> TXR looks interesting [...]
>
> FWIW, that's Kaz Kylheku's. You can probably find him at
> comp.unix.programmer or comp.lang.lisp.

Let's CC him ...

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [External] : Re: TXR Lisp vs elisp.
  2021-09-04 13:46       ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-09-04 13:56         ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-04 15:11         ` Wayne Harris via Users list for the GNU Emacs text editor
  1 sibling, 0 replies; 9+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-09-04 13:56 UTC (permalink / raw)
  To: help-gnu-emacs

>>> TXR looks interesting [...]
>>
>> FWIW, that's Kaz Kylheku's. You can probably find him at
>> comp.unix.programmer or comp.lang.lisp.
>
> Let's CC him ...

That didn't work, 550 (rejected), his mail is public [1] so
maybe he thinks he has to compensate with anti-spam schemes
... unnecessary IMO (I got 3 spams in 2015, and 2 in 2016;
I know, I have to stop blaming myself) and mine is also public
... well, whatever.

[1] Kaz Kylheku <kaz@kylheku.com>,
    https://nongnu.org/txr/

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [External] : Re: TXR Lisp vs elisp.
  2021-09-04 13:46       ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-09-04 13:56         ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-09-04 15:11         ` Wayne Harris via Users list for the GNU Emacs text editor
  1 sibling, 0 replies; 9+ messages in thread
From: Wayne Harris via Users list for the GNU Emacs text editor @ 2021-09-04 15:11 UTC (permalink / raw)
  To: help-gnu-emacs

Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> Wayne Harris via Users list for the GNU Emacs text editor wrote:
>
>>> TXR looks interesting [...]
>>
>> FWIW, that's Kaz Kylheku's. You can probably find him at
>> comp.unix.programmer or comp.lang.lisp.
>
> Let's CC him ...

He could be happy about it, if he's not the itchy-type.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-04 15:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01  5:37 TXR Lisp vs elisp Hongyi Zhao
2021-09-01 12:20 ` Hongyi Zhao
2021-09-03  3:44   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-03  3:49     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-03 17:01   ` [External] : " Drew Adams
2021-09-04 10:56     ` Wayne Harris via Users list for the GNU Emacs text editor
2021-09-04 13:46       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-04 13:56         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-04 15:11         ` Wayne Harris via Users list for the GNU Emacs text editor

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.