Re: [Chicken-users] new egg: nrepl

2014-05-22 Thread Stephen C. Gilardi
On May 21, 2014, at 8:26 AM, Kristian Lein-Mathisen krist...@adellica.com wrote: I've created a very simple egg that exposes a simple REPL over TCP connections. I've called it nrepl. Naming conflicts with Clojure's deprecated nrepl hopefully won't be a problem. There’s probably little

[Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Stephen C. Gilardi
I use Fink (http://fink.sourceforge.net) to access ports of many packages to Mac OS X. Fink stores the software it installs in the / sw tree (/sw/include, /sw/lib, etc). Currently it appears that chicken-2.5 (in particular chicken-setup) doesn't know about /sw as a hierarchy (fair enough)

Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Stephen C. Gilardi
On Jan 11, 2007, at 3:39 PM, Peter Bex wrote: On Thu, Jan 11, 2007 at 03:14:08PM -0500, Stephen C. Gilardi wrote: Thanks for the info. It appears that csc offers the options I need -I/sw/include -L/sw/lib, but chicken (according to The User Manual and chicken -help) doesn't. When I include