Re: [Chicken-users] IDE for Beginners

2015-04-23 Thread Dan Leslie
est >> of the world at once). >> >> I would suggest you to try the solution that worked for me back >> then. >> >> I got my chicken emacs package to work with the kind help of >> 'bahman', whom I met either on this list or in #chicken. >> Unf

Re: [Chicken-users] IDE for Beginners

2015-04-22 Thread Jeremy Steward
e: add the package it to your folder, and run C-u M-X > run-scheme on a frame. > > The package can be found at: > > https://www.dropbox.com/sh/rxjt0bn5enpw4vn/AAAdvn2C_l_6qZU5PmWCMYxoa?d l=0 > > Cheers, > > Piotr > > > > On Mon, Apr 13, 2015 at 01:10:09PM -0700

Re: [Chicken-users] IDE for Beginners

2015-04-22 Thread mfv
he package can be found at: https://www.dropbox.com/sh/rxjt0bn5enpw4vn/AAAdvn2C_l_6qZU5PmWCMYxoa?dl=0 Cheers, Piotr On Mon, Apr 13, 2015 at 01:10:09PM -0700, Abby A wrote: > > > > [Chicken-users] IDE for Beginners > > <https://www.mail-archive.com/search?l=chicken

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Dr. Nikolaus Klepp
Not quite a fullblown IDE, but useful to me: LispEdit for geany http://www.cliki.net/LispEDIT You'll need to change the keybindings in the sourcode if you don't like the default :-) Nik Am Freitag, 12. Dezember 2014 schrieb Dan Leslie: > Hi Nathan! > > I've been following this thread but have

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Dan Leslie
Hi Nathan! I've been following this thread but haven't had a chance to jump in until now. SLIME support is sort of broken, at best, on newer Emacs. I tried getting it limping back along but I think you'll find it lacking. I wrote a package for Emacs that can be installed via MELPA and other

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Mario Domenech Goulart
Hi Nathan, On Thu, 11 Dec 2014 11:05:44 -0500 Nathan Thern wrote: > On 12/4/2014 1:16 PM, Mario Domenech Goulart wrote: >> Despite being initially cryptic, I'd strongly recommend learning Emacs. >> It's a valuable and flexible tool that can be useful in many situations, >> not only for editing C

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Nathan Thern
On 12/4/2014 1:16 PM, Mario Domenech Goulart wrote: Despite being initially cryptic, I'd strongly recommend learning Emacs. It's a valuable and flexible tool that can be useful in many situations, not only for editing CHICKEN code. If you are familiar with Lisp languages (and I assume you are),

Re: [Chicken-users] IDE for Beginners

2014-12-05 Thread mfv
Hi, > Despite being initially cryptic, I'd strongly recommend learning Emacs. > It's a valuable and flexible tool that can be useful in many situations, I will give it a try. Thanks! ___ Chicken-users mailing list Chicken-users@nongnu.org https:

Re: [Chicken-users] IDE for Beginners

2014-12-05 Thread Christian Kellermann
mfv writes: > I reproduced the result multiple times, with ST2/R freezing each time. And > yes, the freezing occured after loading the csv file with > > (define csvblob (read-lines "csvtesteng.csv")). > > and accessing it with something like > > (car csvblob). > > CSI, when run from the comma

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread Mario Domenech Goulart
Hi, On Thu, 4 Dec 2014 12:51:30 +0100 mfv wrote: > It is not that I am totally against emacs, but I must confess that > learning the myriad of cryptic commands would seriously strain my > patience. Mind you, I am writing this on Mutt/Freeshell now, which is > using emacs. As such, I have to stat

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
> > Hello to another freeshell user :), > Ahoi! (: Freeshell i quite something! (: > Just a part of an answer, > Thanks! > Most Lispy stuff is heavilty biased towards Emacs I'm afraid. Not a > problem for people that like Emacs, like me, but using > anything else can often feel like paddlin

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
Hello Christian, > Maybe this is unrelated to the IDE you tunnel through csi but rather > an "issue" with csi itself: > Not sure. I think it is rather a thing with ST2/SublimeREPL. See below. > When you say once do you mean you just did it 1 time? Please keep > [] > Does this solve your

Re: [Chicken-users] IDE for Beginners

2014-12-02 Thread Richard
Hello to another freeshell user :), Just a part of an answer, Most Lispy stuff is heavilty biased towards Emacs I'm afraid. Not a problem for people that like Emacs, like me, but using anything else can often feel like paddling against the current. Except for the data structure thing, what else

Re: [Chicken-users] IDE for Beginners

2014-12-02 Thread Christian Kellermann
* mfv [141202 14:12]: > Hi there, > > I am currently using Sublime Text 2 with Sublime REPL to fool around with > Chicken Scheme. It does not work perfect, but until now it has been the best > solution apart from using the REPL in the command prompt in Windows 7. > > However, it seems that sub

[Chicken-users] IDE for Beginners

2014-12-02 Thread mfv
Hi there, I am currently using Sublime Text 2 with Sublime REPL to fool around with Chicken Scheme. It does not work perfect, but until now it has been the best solution apart from using the REPL in the command prompt in Windows 7. However, it seems that sublimeREPL can not handle larger data s