all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Is there any difference between `equal' and `string=' for strings?
Date: Sat, 21 Aug 2021 02:30:42 +0200	[thread overview]
Message-ID: <874kbj8wr1.fsf@zoho.eu> (raw)
In-Reply-To: 878s0v8xrx.fsf@zoho.eu

> (type-of 'type-of)  ; not function, symbol, well, OK
> (type-of #'type-of) ; still not function, symbol

So functions don't have type, they are symbols with their
`symbol-function' set to some function? Hm, "they" are
symbols ...

Wasn't it SML who had a type inference system so even tho the
formal parameters didn't have explicit type (maybe that was
optional) it could infere the types, and the whole inferred
prototype would be the type of the function?

So for the equivalent of

  (defun add-two-terms (a b)
    (+ a b) )

the inferred type would be (not in SML's notation)

  f(R, R) -> R 

So what happens then, you could have a second function that
would take an argument that had that type, and then that
function would have the type

  f'(f(R, R) -> R , something else) -> ... etc

To have a static type check in Lisp, how would that work, the
functions would come with metadata or publish their interface
somewhere to show for which types they are defined?

Also I remember from SML, Haskell, and Erlang, was the focus
on pattern matching. More of a syntax thing, maybe? Should be
possible in Lisp as well, right?

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




  reply	other threads:[~2021-08-21  0:30 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19  4:56 Is there any difference between `equal' and `string=' for strings? Marcin Borkowski
2021-08-19  6:21 ` Jean Louis
2021-08-19 23:14   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20  5:35     ` Jean Louis
2021-08-20  6:32       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  9:05         ` Jean Louis
2021-08-21 19:14           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-19 15:35 ` [External] : " Drew Adams
2021-08-21  3:43   ` this is United States calling (was: Re: [External] : Is there any difference between `equal' and `string=' for strings?) Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  3:49     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  4:20       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  5:39     ` FW: " Drew Adams
2021-08-21 19:41       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  6:50     ` tomas
2021-08-21 19:41       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-19 23:02 ` Is there any difference between `equal' and `string=' for strings? Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20  5:25   ` Jean Louis
2021-08-20  6:24     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20  6:41       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 23:12         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 23:42           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  0:08             ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  0:30               ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2021-08-21  9:08         ` Jean Louis
2021-08-21 19:17           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21  9:04       ` Jean Louis
2021-08-21 19:09         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-24 14:55     ` Marcin Borkowski

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=874kbj8wr1.fsf@zoho.eu \
    --to=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /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.