François-René Rideau

Results 219 comments of François-René Rideau

The hosting of common-lisp.net has changed. I see no equivalent for ~frideau, though. I may have to look for an alternative hosting solution...

Sorry, Thayne, but I'm not actively adding features at this moment. I can review your code and grant you commit bits, if you want. I shouldn't be too hard to...

https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md

I propose we adopt the above style guide (first Google result for "rust style guide"). We should indeed probably add rustfmt to a pre-commit hook and/or part of the default...

Maybe it could make it directly upstream in Gerbil? What does vyzo think? There would have to be more documentation, though.

Looking at the code, it seems that it's only for functions. Is that the case? That requires documentation, to say the least. Maybe a runtime check, if meaningful—also a check...

OK, but since we're not compatible anyway (due to it being called "lazy-import" rather than "lazy-require", and hopefully having the same syntax as import for naming modules as either symbols...

Note: the old TODO file is here: [`git show c382bb6a889dcb674c68694a46c98a3313d8715b:TODO`](https://github.com/fare/lisp-interface-library/blob/c382bb6a889dcb674c68694a46c98a3313d8715b/TODO)

Also missing, it seems: * [ ] trailing commas: `{x,y,}` * [ ] unparenthesized single-argument arrow functions: `x => 42` * [ ] export for function: `export function f() {}`...

Thanks for the report. Should be fixed. NB: I got the unused make-interface style-warnings with SBCL 2.3.6.187-ebdd492d7, but not the empty warning.