Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Space is to place as eternity is to time. -- Joseph Joubert


devel / comp.lang.lisp / Announcement: Completion of ISLisp Interpreter and Compiler Development

SubjectAuthor
* Announcement: Completion of ISLisp Interpreter and Compiler Developmentkenichi sasagawa
`* Re: Announcement: Completion of ISLisp Interpreter and Compiler DevelopmentSpiros Bousbouras
 `- Re: Announcement: Completion of ISLisp Interpreter and Compiler Developmentkenichi sasagawa

1
Announcement: Completion of ISLisp Interpreter and Compiler Development

<bc1c759c-9724-45df-b9a0-b86f8b2247d2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17463&group=comp.lang.lisp#17463

  copy link   Newsgroups: comp.lang.lisp
X-Received: by 2002:a05:6214:14b1:b0:63f:8aaf:164c with SMTP id bo17-20020a05621414b100b0063f8aaf164cmr245221qvb.8.1692919872692;
Thu, 24 Aug 2023 16:31:12 -0700 (PDT)
X-Received: by 2002:ad4:4f26:0:b0:63f:be4f:160a with SMTP id
fc6-20020ad44f26000000b0063fbe4f160amr283495qvb.3.1692919872411; Thu, 24 Aug
2023 16:31:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!3.us.feeder.erje.net!feeder.erje.net!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.lisp
Date: Thu, 24 Aug 2023 16:31:12 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=180.13.142.204; posting-account=y0af1woAAAA2psM8kCiT7Xm9essH-Fvn
NNTP-Posting-Host: 180.13.142.204
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bc1c759c-9724-45df-b9a0-b86f8b2247d2n@googlegroups.com>
Subject: Announcement: Completion of ISLisp Interpreter and Compiler Development
From: kenstkc@gmail.com (kenichi sasagawa)
Injection-Date: Thu, 24 Aug 2023 23:31:12 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 20
 by: kenichi sasagawa - Thu, 24 Aug 2023 23:31 UTC

Hello Everyone,

It's been a while. Since 2016, I have been working on the development of an interpreter and compiler for the ISLisp standard. I'm pleased to announce that I believe I have finally completed it after putting in a lot of effort..

Here are the details:

It runs on most Linux OSs.
When compiled on a Raspberry Pi, it includes functions for GPIO control.
It features a compiler with type inference.
It supports parallel processing.
For more information, please refer to the documentation.
Please note that this implementation is not intended for practical use; rather, it's meant for learning and enjoying computational experiments. Feel free to give it a try.

Best regards, Kenichi Sasagawa

https://github.com/sasagawa888/eisl

Re: Announcement: Completion of ISLisp Interpreter and Compiler Development

<ETKp4e=5gQyk5Ea+P@bongo-ra.co>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17464&group=comp.lang.lisp#17464

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: spibou@gmail.com (Spiros Bousbouras)
Newsgroups: comp.lang.lisp
Subject: Re: Announcement: Completion of ISLisp Interpreter and Compiler Development
Date: Fri, 25 Aug 2023 09:07:23 -0000 (UTC)
Organization: To protect and to server
Message-ID: <ETKp4e=5gQyk5Ea+P@bongo-ra.co>
References: <bc1c759c-9724-45df-b9a0-b86f8b2247d2n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 25 Aug 2023 09:07:23 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="1408088"; posting-host="9H7U5kayiTdk7VIdYU44Rw.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
Cancel-Lock: sha256:xEdQCd2ybWOZYGqfW4RTPcw+Qh64WVUBZHKt7Sf79WM=
X-Server-Commands: nowebcancel
X-Organisation: Weyland-Yutani
X-Notice: Filtered by postfilter v. 0.9.3
 by: Spiros Bousbouras - Fri, 25 Aug 2023 09:07 UTC

On Thu, 24 Aug 2023 16:31:12 -0700 (PDT)
kenichi sasagawa <kenstkc@gmail.com> wrote:
> Hello Everyone,
>
> It's been a while.

Since

Newsgroups: comp.lang.lisp
Date: Mon, 4 Feb 2019 17:09:36 -0800 (PST)
In-Reply-To: <m2zhrbyx3n.wl-eugene@funcall.org>
References: <bf55250f-e7ad-42a9-a464-18733935d515@googlegroups.com> <m2zhrbyx3n.wl-eugene@funcall.org>
Message-ID: <8efbde81-80f9-4958-bed6-df749e83dc60@googlegroups.com>
Subject: Re: Easy-ISLisp update and open source

to be precise.

> Since 2016, I have been working on the development of an
> interpreter and compiler for the ISLisp standard. I'm pleased to announce
> that I believe I have finally completed it after putting in a lot of
> effort.

Cool.

> Here are the details:
>
> It runs on most Linux OSs.
> When compiled on a Raspberry Pi, it includes functions for GPIO control.
> It features a compiler with type inference.
> It supports parallel processing.
> For more information, please refer to the documentation.
> Please note that this implementation is not intended for practical use;
> rather, it's meant for learning and enjoying computational experiments.

In what way it is not intended for practical use ?

--
vlaho.ninja/prog

Re: Announcement: Completion of ISLisp Interpreter and Compiler Development

<8a6ba6c7-9de7-48c3-8219-b7b077ba7ddan@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17465&group=comp.lang.lisp#17465

  copy link   Newsgroups: comp.lang.lisp
X-Received: by 2002:ad4:4f90:0:b0:649:c46a:2255 with SMTP id em16-20020ad44f90000000b00649c46a2255mr406139qvb.8.1693004466697;
Fri, 25 Aug 2023 16:01:06 -0700 (PDT)
X-Received: by 2002:a17:90a:e503:b0:26d:68ca:439f with SMTP id
t3-20020a17090ae50300b0026d68ca439fmr4240726pjy.7.1693004466122; Fri, 25 Aug
2023 16:01:06 -0700 (PDT)
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.lisp
Date: Fri, 25 Aug 2023 16:01:05 -0700 (PDT)
In-Reply-To: <ETKp4e=5gQyk5Ea+P@bongo-ra.co>
Injection-Info: google-groups.googlegroups.com; posting-host=180.13.142.204; posting-account=y0af1woAAAA2psM8kCiT7Xm9essH-Fvn
NNTP-Posting-Host: 180.13.142.204
References: <bc1c759c-9724-45df-b9a0-b86f8b2247d2n@googlegroups.com> <ETKp4e=5gQyk5Ea+P@bongo-ra.co>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8a6ba6c7-9de7-48c3-8219-b7b077ba7ddan@googlegroups.com>
Subject: Re: Announcement: Completion of ISLisp Interpreter and Compiler Development
From: kenstkc@gmail.com (kenichi sasagawa)
Injection-Date: Fri, 25 Aug 2023 23:01:06 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: kenichi sasagawa - Fri, 25 Aug 2023 23:01 UTC

> > Please note that this implementation is not intended for practical use;
> > rather, it's meant for learning and enjoying computational experiments.
> In what way it is not intended for practical use ?

Thank you for your comment. During my childhood, I enjoyed building audio amplifiers and radios. I would buy vacuum tubes and transistors, then assemble them using circuit diagrams from hobby magazines. The quality was quite poor - the amplifier was filled with noise. However, I had a good understanding of how they worked and gained a sense of accomplishment. Modern programming languages are incredibly capable. However, on the other hand, their high level of sophistication makes it difficult to grasp their internals. I thought that a simple Lisp implementation could give me the same sense of wonder I experienced in my childhood. Early PCs only had 640KB of memory and relied solely on floppy disks. Compared to today's operating systems, MS-DOS seemed like a toy, but it brought me a lot of programming enjoyment.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor