Hacker News
- JavaScript macros in Bun https://bun.sh/blog/bun-macros 55 comments
- Sweet.js – Hygienic Macros for JavaScript https://www.sweetjs.org/ 28 comments
- Stop Writing JavaScript Compilers. Make Macros Instead (2014) https://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead 145 comments
- Sweet.js – Hygienic Macros for JavaScript https://www.sweetjs.org/ 36 comments
- Show HN: Eslisp – Minimal JavaScript S-expression syntax and macro system https://github.com/anko/eslisp 34 comments
- Stop Writing JavaScript Compilers, Make Macros Instead http://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead 133 comments
- Try JavaScript macro expansion using Sweet.js in the browser http://voila.github.com/sweet.js/ 16 comments
- Mozilla Sweet.js: Extending JavaScript with Macros http://www.infoq.com/news/2012/10/Mozilla-Sweetjs 5 comments
- Sweet.js: Hygienic Macros for JavaScript https://github.com/mozilla/sweet.js 19 comments
- JavaScript needs macros http://meta2.tumblr.com/post/787368639/javascript-needs-macros 22 comments
- Macros in JavaScript http://fitzgeraldnick.com/weblog/3/ 7 comments
- LispyScript: A JavaScript With Lispy Syntax And Macros http://lispyscript.com 52 comments
Lobsters
- An Implementation of A Hygienic Syntactic Macro System for JavaScript: A Preliminary Report (2010) http://www.is.titech.ac.jp/~wakita/files/arai-s3.pdf 4 comments compilers , javascript , lisp , pdf
- Announcing js-macros: Quickly prototype Rust procedural macros using JavaScript or TypeScript! https://github.com/vultix/js-macros 6 comments rust
- Trying to use Javascript to write Calc macros https://api.libreoffice.org/docs/idl/ref/index.html 2 comments libreoffice
- JavaScript Macros in Bun https://bun.sh/blog/bun-macros 9 comments node
- JavaScript Macros in Bun https://bun.sh/blog/bun-macros 3 comments programming
- JavaScript Macros in Bun https://bun.sh/blog/bun-macros 14 comments javascript
- GitHub - anko/eslisp: un-opinionated S-expression syntax and macro system for JavaScript https://github.com/anko/eslisp 10 comments lisp
- Stop Writing JavaScript Compilers! Make Macros Instead http://jlongster.com/stop-writing-javascript-compilers--make-macros-instead 57 comments programming
- Stop Writing JavaScript Compilers! Make Macros Instead http://jlongster.com/stop-writing-javascript-compilers--make-macros-instead 24 comments javascript
- JavaScript needs macros http://meta2.tumblr.com/post/787368639/javascript-needs-macros 108 comments programming
- Operator overloading and macros in JavaScript http://github.com/spencertipping/divergence-rebase/ 8 comments programming
- Sweet.js - Hygienic Macros for JavaScript (Macros allow you to sweeten the syntax of JavaScript and craft the language you always wanted) https://www.sweetjs.org/ 14 comments javascript
- LIPS Is Pretty Simple - lisp in JavaScript with full macro support https://jcubic.github.io/lips/ 6 comments lisp
- LispyScript - A javascript With Lispy Syntax And Macros! http://lispyscript.com/ 12 comments javascript
- The complete HOPL IV proceedings: history of APL, C++, Clojure, coarrays and SPMD parallelism in Fortran, D, Emacs Lisp, F#, Groovy, JavaScript, LabVIEW, Logo, hygienic macros, MATLAB, Objective-C, Oz, (S, R, and data science), Smalltalk, Standard ML, Verilog https://dl.acm.org/toc/pacmpl/2020/4/hopl 5 comments programming
- A Lisp implemented in < 1 KB of JavaScript with macros, TCO, interop and exception handling https://github.com/kanaka/minimal 5 comments programming