Shubhamkar Ayare

Results 75 issues of Shubhamkar Ayare

[Feb 2018](http://blog.quicklisp.org/2018/03/download-stats-for-february-2018.html) download statistics suggest [split-sequence](https://github.com/sharplispers/split-sequence) is quite popular; and therefore, perhaps, deserves a mention here - but not sure where it should go (perhaps, Data Structures), or whether it...

``` warning: /tmp/tmpZX2WN8N4.tmp: 'linker' input unused error: unable to handle compilation, expected exactly one compiler job in '/tmp/tmpZX2WN8N4.tmp' ``` I'm not exactly sure at which point this issue began; I...

Is there an option to `declaim inline` the functions? Or could it be added (I could issue a PR, looks simple - wrap the `parse-form` method corresponding to `'function` in...

Is there a reason to [use debug-level 0 in `hash`](https://github.com/eudoxia0/cl-pass/blob/cff487d40d8768e56a37f55f6d25ce9508e9c127/src/cl-pass.lisp#L33)? This [hides the &key arguments in SLIME](http://www.sbcl.org/manual/#Debugger-Policy-Control).

Nyxt is certainly an awesome tool for powerusers. I haven't had the time to invest in it yet, but I was wondering if being written in Common Lisp means that...

help-wanted
question
ffi
security

The new page is up [here](https://digikar99.github.io/cl-cookbook/getting-started.html) - let me know if there are any changes to be made; or you can `cherry-pick` the commit. In particular, 2 of the 3...

In particular, the SBCL distributed with Ubuntu 18.04 repository does not show line numbers on errors. I don't know how I lived without them until this point - line numbers...

Okay... So a couple of points; only the last is relevant for this PR: 1. I tried `swiper-isearch` - it is fast, but I liked the line-based nature of `swiper`....

enhancement

Basically what the name says. It'd be great if it was possible to list/edit the definition and sources of user-defined constructs (say `5am:def-test`) on pressing `M-x` aka `slime-edit-definition` in emacs....

CLHS apparantly requires implementations to provide a macro-function for non-ANSI special-operators http://www.lispworks.com/documentation/lw71/CLHS/Body/f_macro_.htm with the line: > The macro definition must be available for use by programs that understand only the...