(WIP) Elisp Backend for Purescript

Hi.
I’ve been working on a new CoreFn-type backend for PS to enable writing PureScript programs that transpiles to elisp: https://github.com/psel-org/psel.
I’ve been thinking that an elisp backend would be useful for a long time, and after studying the purenix code, it looked like I could make one, so I started the project.

Currently still working on core and contrib libraries, but at this point the transpiler is functionially complete.

12 Likes

I was thinking about doing something similar with ChezScheme.

2 Likes

@bjornkihlberg this is another work in progress! :slightly_smiling_face:

Development has slowed down at the moment due to other things taking priority, but if you’d like to help out I’d be happy to support that

4 Likes

Very cool. I will watch this development closely. :slight_smile:

1 Like

Sorry for late reply, I’m very interested in this.