Skip Navigation

This makes me wanna write a webpage for the first time (Write Scheme directly in-browser!)

github.com GitHub - biwascheme/biwascheme: Scheme interpreter written in JavaScript

Scheme interpreter written in JavaScript. Contribute to biwascheme/biwascheme development by creating an account on GitHub.

GitHub - biwascheme/biwascheme: Scheme interpreter written in JavaScript

This is nice huh? I remember there was a dude here who wanted to make a language called 'ParenScript', I don't know if he wanted to make it Scheme compliant or not but this is a good resource for inspiration.

Many people hate on JS for its syntax, I don't exactly know what is wrong with JS' syntax --- it's just a Fortran-derived syntax. But these people have no reason to hate it if they use this --- Unless they hate S-Expressions too? Then I guess they're just chuds lol.

Now this does not have syntax-rules, which is a pity but I guess the old macro system is good too (define-macro). Keep in mind that these macros, like Mike Rotch, are not hygenic. Meaning if you name something foo in the macro's body, and there's another thing named foo in the closure the macro is invoked at, they will conflict.

Thanks, enjoy.

0
0 comments