Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

MSDOS is not dead, it just smells that way. -- Henry Spencer


devel / comp.lang.apl / Re: La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)

SubjectAuthor
* La funzione dei tipi in APLRosario19
`* La funzione dei tipi in APLRosario19
 `* La funzione dei tipi in APL - Msp.txt (0/1)Rosario19
  +- La funzione dei tipi in APL - Msp.txt (0/1)Sudleyplace
  `* La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)Rosario19
   `- La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)Bob Smith

1
La funzione dei tipi in APL

<pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=390&group=comp.lang.apl#390

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ros@invalid.invalid (Rosario19)
Newsgroups: comp.lang.apl
Subject: La funzione dei tipi in APL
Date: Fri, 17 Nov 2023 08:37:57 +0100
Organization: A noiseless patient Spider
Lines: 100
Message-ID: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="405fef062b72debfcb24869e767534e1";
logging-data="2852730"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Dw1FntPsx8mU7UPApvBCiE4YZwPibtQk="
Cancel-Lock: sha1:2QyFpeOfJLQa5gptHzkanXNMsc8=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Rosario19 - Fri, 17 Nov 2023 07:37 UTC

Forse in qualche giorno sono riuscito a riscrivere la funzione dei
tipi...

Un tipo non e' altro che uno scalare di tipo int per gli scalari
oppure se non si tratta di scalare una lista di numeri tipo int
Scrivere in APL una funzione dei tipi T che ritorna i seguenti valori
|¯1 errore
|1 Zilde
|2 Float|3 Int|4 Char|5 Complex,Quaternion or Oction|6 other scalar|7 multi elementi|8 int float|32 List|33 Matrix|34 Tensor

Esempi
o{leftarrow}{quad}fmt
o T 1
3 ~
o T 23.89
2 ~
o T 8J9
5 ~
o T '4'
4 ~
o T '445'
+2----+
¦ 32 4¦
+~----+
T (2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3 {overbar}1)
32 7
T {epsilon}(2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3
{overbar}1)
32 8
o T ,2 2{rho}(1 0)(2 0)(2 0)(4 0)
+3-------+
¦ 32 32 3¦
+~-------+
o T 2 2{rho}(1 0)(2 0)(2 0)(4 0)
+3-------+
¦ 33 32 3¦
+~-------+
o T {leftshoe}{leftshoe}{rightshoe}(2.8 2 2)(1 5
{overbar}3)({overbar}1 {overbar}3 {overbar}1)
+4--------+
¦ 6 6 33 8¦
+~--------+
o T {leftshoe}{leftshoe}(2.8 2 2)(1 5 {overbar}3)({overbar}1
{overbar}3 {overbar}1)
+4--------+
¦ 6 6 32 7¦
+~--------+
o T 1,{dieresis}1 2 3 4
+3-------+
¦ 32 32 3¦
+~-------+
o T {leftshoe}(2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3
{overbar}1)
+3------+
¦ 6 32 7¦
+~------+
o T (2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3
{overbar}1)
+2----+
¦ 32 7¦
+~----+
o T {rightshoe}(2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3
{overbar}1)
+2----+
¦ 33 8¦
+~----+
o {rightshoe}(2.8 2 2)(1 5 {overbar}3)({overbar}1 {overbar}3
{overbar}1)
+3----------+
3 2.8 2 2¦
¦ 1 5 ¯3¦
¦ ¯1 ¯3 ¯1¦
+~----------+
o T {zilde}
1 ~
o T
{zilde}{zilde}{zilde}{zilde}{zilde}{zilde}{zilde}{zilde}{zilde}{zilde}
+2----+
¦ 32 1¦
+~----+
o T {iota}1 2 3 4
+3-------+
¦ 34 32 3¦
+~-------+
o T ({leftshoe},1)
+3------+
¦ 6 32 3¦
+~------+
o T ({leftshoe},{apostrophe}5{apostrophe})
+3------+
¦ 6 32 4¦
+~------+

Qualcuno nota qualcosa che non va?

Re: La funzione dei tipi in APL

<bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=399&group=comp.lang.apl#399

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ros@invalid.invalid (Rosario19)
Newsgroups: comp.lang.apl
Subject: Re: La funzione dei tipi in APL
Date: Mon, 20 Nov 2023 11:40:13 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com>
References: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="15872d99113eab392a42aef648068dec";
logging-data="312748"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19m3FCKuX3mAwYMXqvsxHH3z7rtqrVSwb4="
Cancel-Lock: sha1:emKRDUHyu5Ul7ZOJxgthoZORu8Q=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Rosario19 - Mon, 20 Nov 2023 10:40 UTC

({leftshoe},1)( (1 2) (1 3))
+2---------------------+
¦+----+ +2------------+¦
¦¦+1-+¦ ¦+2---+ +2---+¦¦
¦¦¦ 1¦¦ ¦¦ 1 2¦ ¦ 1 3¦¦¦
¦¦+~-+2 ¦+~---+ +~---+2¦
¦+?---+ +?------------+3
+?---------------------+
(,1)(1 2)
+2----------+
¦+1-+ +2---+¦
¦¦ 1¦ ¦ 1 2¦¦
¦+~-+ +~---+2
+?----------+

It seems that the type of (,1) is the same of the type of (1,2): list
of integer
but the type of ({leftshoe},1) is not the same of the type ((1 2)(3
4))
so (,1) is a list of integer but ({leftshoe},1) is not a list of list
of integer
is that right? Why?

It seems to me that if (,1)(1 2) is one array of array of integers
({leftshoe},1)( (1 2) (1 3)) has to be one array of array of array of
integers

or I think not ok

T ({leftshoe},1)( (1 2) (1 3))
+2----+
¦ 32 7¦
+~----+
T (,1)(1 2)
+3-------+
1 32 32 3¦
+~-------+

Re: La funzione dei tipi in APL - Msp.txt (0/1)

<72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=426&group=comp.lang.apl#426

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!usenet.network!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ros@invalid.invalid (Rosario19)
Newsgroups: comp.lang.apl
Subject: Re: La funzione dei tipi in APL - Msp.txt (0/1)
Date: Wed, 29 Nov 2023 17:35:40 +0100
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>
References: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com> <bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="bb4e8a8403ade7a9d12eaa6db0d970cf";
logging-data="969546"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/80Tt2xibX8Ebll86BCtYWwDGK44jJIGw="
Cancel-Lock: sha1:BpZmuuhOHDAeYLet3DYvu5lvUj0=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Rosario19 - Wed, 29 Nov 2023 16:35 UTC

On Mon, 20 Nov 2023 11:40:13 +0100, Rosario19 <Ros@invalid.invalid>
wrote:

> ({leftshoe},1)( (1 2) (1 3))
>+2---------------------+
>¦+----+ +2------------+¦
>¦¦+1-+¦ ¦+2---+ +2---+¦¦
>¦¦¦ 1¦¦ ¦¦ 1 2¦ ¦ 1 3¦¦¦
>¦¦+~-+2 ¦+~---+ +~---+2¦
>¦+?---+ +?------------+3
>+?---------------------+
> (,1)(1 2)
>+2----------+
>¦+1-+ +2---+¦
>¦¦ 1¦ ¦ 1 2¦¦
>¦+~-+ +~---+2
>+?----------+
>
>It seems that the type of (,1) is the same of the type of (1,2): list
>of integer
>but the type of ({leftshoe},1) is not the same of the type ((1 2)(3
>4))
>so (,1) is a list of integer but ({leftshoe},1) is not a list of list
>of integer
>is that right? Why?
>
>It seems to me that if (,1)(1 2) is one array of array of integers
>({leftshoe},1)( (1 2) (1 3)) has to be one array of array of array of
>integers
>
>or I think not ok
>
> T ({leftshoe},1)( (1 2) (1 3))
>+2----+
>¦ 32 7¦
>+~----+
> T (,1)(1 2)
>+3-------+
>1 32 32 3¦
>+~-------+

vediamo se funziona l'allegato

Re: La funzione dei tipi in APL - Msp.txt (0/1)

<4d100855-0154-42b9-a44c-100e5ae17340n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=427&group=comp.lang.apl#427

  copy link   Newsgroups: comp.lang.apl
X-Received: by 2002:a05:620a:b03:b0:77d:870c:e917 with SMTP id t3-20020a05620a0b0300b0077d870ce917mr551422qkg.1.1701358855371;
Thu, 30 Nov 2023 07:40:55 -0800 (PST)
X-Received: by 2002:a17:902:e842:b0:1cf:681f:be7d with SMTP id
t2-20020a170902e84200b001cf681fbe7dmr5282439plg.9.1701358854965; Thu, 30 Nov
2023 07:40:54 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.apl
Date: Thu, 30 Nov 2023 07:40:54 -0800 (PST)
In-Reply-To: <72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>
Injection-Info: google-groups.googlegroups.com; posting-host=73.132.87.70; posting-account=SIxcTAkAAACAGK_O9EF33NhvdWpoD2d0
NNTP-Posting-Host: 73.132.87.70
References: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com> <bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com>
<72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4d100855-0154-42b9-a44c-100e5ae17340n@googlegroups.com>
Subject: Re: La funzione dei tipi in APL - Msp.txt (0/1)
From: bsmith@sudleyplace.com (Sudleyplace)
Injection-Date: Thu, 30 Nov 2023 15:40:55 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Sudleyplace - Thu, 30 Nov 2023 15:40 UTC

On Wednesday, November 29, 2023 at 11:36:21 AM UTC-5, Rosario19 wrote:
> On Mon, 20 Nov 2023 11:40:13 +0100, Rosario19 <R...@invalid.invalid>
> wrote:
> > ({leftshoe},1)( (1 2) (1 3))
> >+2---------------------+
> >Ś+----+ +2------------+Ś
> >ŚŚ+1-+Ś Ś+2---+ +2---+ŚŚ
> >ŚŚŚ 1ŚŚ ŚŚ 1 2Ś Ś 1 3ŚŚŚ
> >ŚŚ+~-+2 Ś+~---+ +~---+2Ś
> >Ś+?---+ +?------------+3
> >+?---------------------+
> > (,1)(1 2)
> >+2----------+
> >Ś+1-+ +2---+Ś
> >ŚŚ 1Ś Ś 1 2ŚŚ
> >Ś+~-+ +~---+2
> >+?----------+
> >
> >It seems that the type of (,1) is the same of the type of (1,2): list
> >of integer
> >but the type of ({leftshoe},1) is not the same of the type ((1 2)(3
> >4))
> >so (,1) is a list of integer but ({leftshoe},1) is not a list of list
> >of integer
> >is that right? Why?
> >
> >It seems to me that if (,1)(1 2) is one array of array of integers
> >({leftshoe},1)( (1 2) (1 3)) has to be one array of array of array of
> >integers
> >
> >or I think not ok
> >
> > T ({leftshoe},1)( (1 2) (1 3))
> >+2----+
> >Ś 32 7Ś
> >+~----+
> > T (,1)(1 2)
> >+3-------+
> >1 32 32 3Ś
> >+~-------+
> vediamo se funziona l'allegato

Sorry, but I don't see any attachment. You can communicate directly with me at bsmith@sudleyplace.com, and we can setup your email/browser for UTF-8 encoding which will allow you to see APL characters in the text.

Re: La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)

<tjuimi9dv4r8sqjg0ll1iqiktto8aes0t5@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=428&group=comp.lang.apl#428

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ros@invalid.invalid (Rosario19)
Newsgroups: comp.lang.apl
Subject: Re: La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)
Date: Fri, 01 Dec 2023 07:21:56 +0100
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <tjuimi9dv4r8sqjg0ll1iqiktto8aes0t5@4ax.com>
References: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com> <bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com> <72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="60a79892fdbf1bd0ac3f51093b205841";
logging-data="1873796"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/VYuaJc1NMsAmQ/5mRqODkUfzrzmHzaRY="
Cancel-Lock: sha1:a+8QobI92EBu600hbglTadSehUs=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Rosario19 - Fri, 1 Dec 2023 06:21 UTC

On Wed, 29 Nov 2023 17:35:40 +0100, Rosario19 <Ros@invalid.invalid>
wrote:

>On Mon, 20 Nov 2023 11:40:13 +0100, Rosario19 <Ros@invalid.invalid>
>wrote:
>
>> ({leftshoe},1)( (1 2) (1 3))
>>+2---------------------+
>>¦+----+ +2------------+¦
>>¦¦+1-+¦ ¦+2---+ +2---+¦¦
>>¦¦¦ 1¦¦ ¦¦ 1 2¦ ¦ 1 3¦¦¦
>>¦¦+~-+2 ¦+~---+ +~---+2¦
>>¦+?---+ +?------------+3
>>+?---------------------+
>> (,1)(1 2)
>>+2----------+
>>¦+1-+ +2---+¦
>>¦¦ 1¦ ¦ 1 2¦¦
>>¦+~-+ +~---+2
>>+?----------+
>>
>>It seems that the type of (,1) is the same of the type of (1,2): list
>>of integer
>>but the type of ({leftshoe},1) is not the same of the type ((1 2)(3
>>4))
>>so (,1) is a list of integer but ({leftshoe},1) is not a list of list
>>of integer
>>is that right? Why?
>>
>>It seems to me that if (,1)(1 2) is one array of array of integers
>>({leftshoe},1)( (1 2) (1 3)) has to be one array of array of array of
>>integers
>>
>>or I think not ok
>>
>> T ({leftshoe},1)( (1 2) (1 3))
>>+2----+
>>¦ 32 7¦
>>+~----+
>> T (,1)(1 2)
>>+3-------+
>>1 32 32 3¦
>>+~-------+
>
>vediamo se funziona l'allegato

TT?{m?T¨,??1=?k??m:k?(3 2)=k[?k]:8?7}
TT?{m?T¨,??1=?k??m:k?(3 2)=k[?k]:8?7}

Re: La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)

<656ae458$0$712$14726298@news.sunsite.dk>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=429&group=comp.lang.apl#429

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
Date: Sat, 2 Dec 2023 03:01:28 -0500
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: La funzione dei tipi in APL - Msp.txt (0/1) - Msp.txt (0/1)
Content-Language: en-US
Newsgroups: comp.lang.apl
References: <pm5eli1m0hsdamoa5vo4o38so99rh9qnt5@4ax.com>
<bpdmlidc0r0nfutch2rsi2rk0852arhsi0@4ax.com>
<72qemiplu1l5covm3f6jru8e9h2oalr6g1@4ax.com>
<tjuimi9dv4r8sqjg0ll1iqiktto8aes0t5@4ax.com>
From: bsmith@sudleydeplacespam.com (Bob Smith)
In-Reply-To: <tjuimi9dv4r8sqjg0ll1iqiktto8aes0t5@4ax.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 62
Message-ID: <656ae458$0$712$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 6eeb5450.news.sunsite.dk
X-Trace: 1701504088 news.sunsite.dk 712 bsmith@sudleyplace.com/73.132.87.70:50155
X-Complaints-To: staff@sunsite.dk
 by: Bob Smith - Sat, 2 Dec 2023 08:01 UTC

On 12/1/2023 1:21 AM, Rosario19 wrote:
> On Wed, 29 Nov 2023 17:35:40 +0100, Rosario19 <Ros@invalid.invalid>
> wrote:
>
>> On Mon, 20 Nov 2023 11:40:13 +0100, Rosario19 <Ros@invalid.invalid>
>> wrote:
>>
>>> ({leftshoe},1)( (1 2) (1 3))
>>> +2---------------------+
>>> ¦+----+ +2------------+¦
>>> ¦¦+1-+¦ ¦+2---+ +2---+¦¦
>>> ¦¦¦ 1¦¦ ¦¦ 1 2¦ ¦ 1 3¦¦¦
>>> ¦¦+~-+2 ¦+~---+ +~---+2¦
>>> ¦+?---+ +?------------+3
>>> +?---------------------+
>>> (,1)(1 2)
>>> +2----------+
>>> ¦+1-+ +2---+¦
>>> ¦¦ 1¦ ¦ 1 2¦¦
>>> ¦+~-+ +~---+2
>>> +?----------+
>>>
>>> It seems that the type of (,1) is the same of the type of (1,2): list
>>> of integer
>>> but the type of ({leftshoe},1) is not the same of the type ((1 2)(3
>>> 4))
>>> so (,1) is a list of integer but ({leftshoe},1) is not a list of list
>>> of integer
>>> is that right? Why?
>>>
>>> It seems to me that if (,1)(1 2) is one array of array of integers
>>> ({leftshoe},1)( (1 2) (1 3)) has to be one array of array of array of
>>> integers
>>>
>>> or I think not ok
>>>
>>> T ({leftshoe},1)( (1 2) (1 3))
>>> +2----+
>>> ¦ 32 7¦
>>> +~----+
>>> T (,1)(1 2)
>>> +3-------+
>>> 1 32 32 3¦
>>> +~-------+
>>
>> vediamo se funziona l'allegato
>
> TT?{m?T¨,??1=?k??m:k?(3 2)=k[?k]:8?7}
> TT?{m?T¨,??1=?k??m:k?(3 2)=k[?k]:8?7}

It looks like your newsgroup client uses a message encoding other than
UTF-8. Please find that setting, and change it to UTF-8. This change
will allow you to display APL chars natively in this newsgroup. Search
for the word "encoding" in your newsgroup settings and change the value
to UTF-8.

--
_________________________________________
Bob Smith -- bsmith@sudleydeplacespam.com
http://www.sudleyplace.com - http://www.nars2000.org

To reply to me directly, delete "despam".

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor