fn icon indicating copy to clipboard operation
fn copied to clipboard

A couple of lambda shorthand macros

Results 5 fn issues
Sort by recently updated
recently updated
newest added

[CLHS NOTINLINE](http://clhs.lisp.se/Body/d_inline.htm) says, > In the presence of a compiler macro definition for `function-name`, a `notinline` declaration prevents that compiler macro from being used. The macroexpansion machinery contained in this...

https://github.com/cbaggers/fn/blob/8d8587d03a7b5e26b306fc90018e385d9e5acc2c/mad.lisp#L64 ```lisp 'hander- ``` Should be `'HANDLER-` instead, I guess.

http://clhs.lisp.se/Body/02_caa.htm Well that is interesting. Basically it means that if there were a new standard it wouldnt be safe to assume that our indicators would be read as symbols.

Hi, LW Professional 6.1.1 won't compile fn because of the character name #\GREEK_SMALL_LETTER_LAMDA. Could you extend relevant conditionals for ABCL to include lispworks? Thanks.

No shit. Crazy though as the code seems so innocent ``` (map nil λ(setf (actoroid-position _) (v2:/s (actoroid-position _) 10s0)) *rocks*) ```

bug