Re: [Factor-talk] A new concatenative language (CL)

2021-08-20 Thread Benjamin Pollack
On Fri, Aug 20, 2021, at 14:04, dgpdx wrote: > I’m aware of that. I would be implementing in C but the gcc port to arm64 > also isn’t finished. I feel like there might be a misunderstanding here. The Factor compiler is itself written in Factor. The VM is in C++, true, but that's honestly the ea

Re: [Factor-talk] A new concatenative language (CL)

2021-08-20 Thread dgpdx
I’m aware of that. I would be implementing in C but the gcc port to arm64 also isn’t finished. — don > On Aug 20, 2021, at 11:01, John Benediktsson wrote: > > Factor works fine using Rosetta. > > The arm64 port of Factor hasn’t been finished yet. > > >> On Aug 20, 2021, at 11:00 AM, dgpdx

Re: [Factor-talk] A new concatenative language (CL)

2021-08-20 Thread John Benediktsson
Factor works fine using Rosetta. The arm64 port of Factor hasn’t been finished yet. > On Aug 20, 2021, at 11:00 AM, dgpdx wrote: > > Hi, all — > > I cannot use factor as it is only for Intel architecture and I use arm64 on a > MacBook Pro. > > So, I’m implementing a CL in Julia, called ja

[Factor-talk] A new concatenative language (CL)

2021-08-20 Thread dgpdx
Hi, all — I cannot use factor as it is only for Intel architecture and I use arm64 on a MacBook Pro. So, I’m implementing a CL in Julia, called jacl. It’s at the basics level with lots of work yet to do and I’m wondering if any interested parties would like to contribute. If so, send me an e