<div dir="ltr">Hey,<div><br></div><div>I wanted to pass some s-exps to my Lisp implementation on slime startup and figured out that putting some code into .swank.lisp works. So, in my case it was telling the SBCL compiler where it's sources are:</div>

<div><br></div><div>(sb-ext:set-sbcl-source-location "~/workspace/lisp/sbcl/")<br></div><div><br></div><div>It looks to me that this solution is quite hacky: writing implementation specific code in the general swank setup file. Does anyone know when and from whom this file is actually being called? Couldn't find anything in the slime / swank sources.<br>

And the other question is: Is there actually a better way to do this? Maybe adding a hook on slime-load-hook and executing stuff with slime-rex or something like that...</div><div><br></div><div>Thanks.</div><div>Gaya</div>

</div>