sweet-js / sweet-core

Sweeten your JavaScript.
https://www.sweetjs.org
BSD 2-Clause "Simplified" License
4.58k stars 208 forks source link

Let's fork the project! #759

Open LifeIsStrange opened 4 years ago

LifeIsStrange commented 4 years ago

Last commit is from 2 years ago... Having macros in javascript and typescript is awesome, and we are the most popular programming language in the world! Aren't we capable of forking and maintaining this fundamental project? Any volunteers?

purefan commented 4 years ago

I dont think you need anyone's permission, just do it yourself and if its promotion what you want go to gitter and open a channel. 2 years of no activity or forks make me think there's little interest but I've been wrong before

LifeIsStrange commented 4 years ago

@purefan sadly I have not the time nor the skill to fork this project.

HeatherSoron commented 4 years ago

I'm somewhat tempted to fork it myself, honestly. I really want Lisp-like macros in JS, but #760 is a pretty big downside for me. Luckily, this is BSD 2-clause, which removes basically all non-technical impediments :).

If I do fork it and make meaningful patches, I might drop a link here.

simplygreatwork commented 4 years ago

I've been dabbling with creating a macro system for WebAssembly WAT text files in my spare time: https://github.com/simplygreatwork/sweet-webassembly

It's not exactly Sweet.js but I do really like Sweet.js as an inspiration. What I have built so far is not very end user friendly at this point. One task I just finished building is making the parser indentation sensitive so you could use sexpressions (braces) or indentation to define your code. Lots more work to be done. For example there's no API yet for configuring macros dynamically/externally.