Jakub T. Jankiewicz
Jakub T. Jankiewicz
Let's remove the immutability from the array and objects literals. Proper recursive reference is more important.
I'm willing to donate some money if this is implemented. Anyone want to join?
@0xbytejay You can create a Draft PR, so everybody will be able to track progress. The PR doesn't need to be ready for merge. You will also see if there...
@louis030195 executing bun binary from Rust is not the same as embedding Bun as a shared library so it can be included with output file without the need to install...
The snippets are created in a way, that you need to execute git init or git clone before you use other commands. It would be hard to initialize and download...
You can see the usage of it in the [lib/js/terminal.js](https://github.com/LIPS-scheme/lips/blob/master/lib/js/terminal.js#L160-L166) file: ```javascript var formatter = new lips.Formatter(code); if (!code.match(/\n/)) { formatter.break(); } output = formatter.format({ offset: prompt.length }); ``` `break()...
If you have `lips.Pair` objects, the information about indentation is long gone. But I was thinking to somehow expose that information so you can have better error messages. the meta...