7 ms·
Cross-Compiling Common Lisp to WASM
- jakelaboss 10mo agoThis (WECL) and the valtan[0] project are both very exciting initiates to get CL into the browser. I would love to see a comparison between these two implementations, as they seem to be coming at the problem from opposite directions. [0] https://github.com/cxxxr/valtan https://github.com/cxxxr/valtan
- v9v 10mo agoThere's one more that restarted active development recently: JSCL https://github.com/jscl-project/jscl https://github.com/jscl-project/jscl
- spit2wind 10mo agoThe main VCS is Fossil! I love seeing projects use Fossil rather than git.
- jackdaniel 10mo agoto be honest I feel much more comfortable with git -- muscle memory, magit etc., but fossil is much more appealing when you look at the underlying model and how it bundles wiki and issues along with the repository; that's why I'm starting as of late all my solo projects with fossil repo.